| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-04-11 | perf annotate: Make sure to call symbol__annotate2() in TUI | Namhyung Kim | 1 | -0/+3 |
| 2024-03-06 | perf annotate: Remove sym_hist.addr[] array | Namhyung Kim | 1 | -31/+5 |
| 2024-03-06 | perf annotate: Calculate instruction overhead using hashmap | Namhyung Kim | 1 | -14/+30 |
| 2024-03-06 | perf annotate: Add a hashmap for symbol histogram | Namhyung Kim | 1 | -2/+40 |
| 2024-01-22 | perf annotate-data: Support global variables | Namhyung Kim | 1 | -2/+55 |
| 2024-01-22 | perf annotate-data: Add stack operation pseudo type | Namhyung Kim | 1 | -0/+26 |
| 2024-01-22 | perf annotate-data: Handle array style accesses | Namhyung Kim | 1 | -9/+34 |
| 2024-01-22 | perf annotate-data: Handle macro fusion on x86 | Namhyung Kim | 1 | -1/+16 |
| 2024-01-22 | perf annotate-data: Parse 'lock' prefix from llvm-objdump | Namhyung Kim | 1 | -1/+13 |
| 2023-12-23 | perf annotate: Add --insn-stat option for debugging | Namhyung Kim | 1 | -0/+38 |
| 2023-12-23 | perf annotate: Add --type-stat option for debugging | Namhyung Kim | 1 | -5/+22 |
| 2023-12-23 | perf annotate: Add --data-type option | Namhyung Kim | 1 | -4/+6 |
| 2023-12-23 | perf report: Add 'typeoff' sort key | Namhyung Kim | 1 | -0/+1 |
| 2023-12-23 | perf annotate-data: Update sample histogram for type | Namhyung Kim | 1 | -1/+8 |
| 2023-12-23 | perf annotate: Implement hist_entry__get_data_type() | Namhyung Kim | 1 | -0/+88 |
| 2023-12-23 | perf annotate: Add annotate_get_insn_location() | Namhyung Kim | 1 | -0/+107 |
| 2023-12-23 | perf annotate: Factor out evsel__get_arch() | Namhyung Kim | 1 | -13/+31 |
| 2023-12-07 | perf annotate: Get rid of local annotation options | Namhyung Kim | 1 | -2/+0 |
| 2023-12-07 | perf annotate: Remove remaining usages of local annotation options | Namhyung Kim | 1 | -1/+1 |
| 2023-12-07 | perf annotate: Ensure init/exit for global options | Namhyung Kim | 1 | -8/+11 |
| 2023-12-07 | perf annotate: Use global annotation_options | Namhyung Kim | 1 | -63/+55 |
| 2023-12-07 | perf annotate: Introduce global annotation_options | Namhyung Kim | 1 | -0/+3 |
| 2023-11-27 | perf annotate: Check if operand has multiple regs | Namhyung Kim | 1 | -0/+36 |
| 2023-11-10 | perf annotate: Move raw_comment and raw_func_start fields out of 'struct ins_... | Namhyung Kim | 1 | -4/+13 |
| 2023-11-10 | perf annotate: Pass "-l" option to objdump conditionally | Namhyung Kim | 1 | -1/+2 |
| 2023-11-09 | perf annotate: Move offsets array from 'struct annotation' to 'struct annotat... | Namhyung Kim | 1 | -10/+10 |
| 2023-11-09 | perf annotate: Move some source code related fields from 'struct annotation' ... | Namhyung Kim | 1 | -8/+9 |
| 2023-11-09 | perf annotate: Move max_coverage from 'struct annotation' to 'struct annotate... | Namhyung Kim | 1 | -1/+1 |
| 2023-11-09 | perf annotate: Split branch stack cycles info from 'struct annotation' | Namhyung Kim | 1 | -45/+54 |
| 2023-11-09 | perf annotate: Split branch stack cycles information out of 'struct annotatio... | Namhyung Kim | 1 | -17/+44 |
| 2023-08-03 | perf annotate bpf: Don't enclose non-debug code with an assert() | Arnaldo Carvalho de Melo | 1 | -3/+7 |
| 2023-06-20 | perf annotate: Fix instruction association and parsing for LoongArch | WANG Rui | 1 | -2/+6 |
| 2023-06-20 | perf annotation: Switch lock from a mutex to a sharded_mutex | Ian Rogers | 1 | -9/+57 |
| 2023-06-16 | perf annotate: Work with vmlinux outside symfs | Vincent Whitchurch | 1 | -1/+4 |
| 2023-06-12 | perf annotate: Allow whitespace between insn operands | Namhyung Kim | 1 | -1/+1 |
| 2023-06-12 | perf srcline: Change free_srcline to zfree_srcline | Ian Rogers | 1 | -1/+1 |
| 2023-06-12 | perf annotate: Fix parse_objdump_line memory leak | Ian Rogers | 1 | -1/+2 |
| 2023-06-09 | perf annotate: Handle x86 instruction suffix generally | Namhyung Kim | 1 | -0/+22 |
| 2023-05-15 | perf annotate: Parse x86 SIB addressing properly | Namhyung Kim | 1 | -0/+13 |
| 2023-05-07 | Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -29/+56 |
| 2023-05-01 | tools/perf: Add basic support for LoongArch | Huacai Chen | 1 | -0/+8 |
| 2023-04-17 | perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso... | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2023-04-12 | perf annotate: Use zfree() to reduce chances of use after free | Arnaldo Carvalho de Melo | 1 | -1/+2 |
| 2023-04-06 | perf map: Add helper for ->map_ip() and ->unmap_ip() | Ian Rogers | 1 | -7/+7 |
| 2023-04-04 | perf map: Add accessor for start and end | Ian Rogers | 1 | -2/+2 |
| 2023-04-04 | perf map: Add accessor for dso | Ian Rogers | 1 | -8/+8 |
| 2023-04-04 | perf symbol: Add command line support for addr2line path | Ian Rogers | 1 | -0/+6 |
| 2023-04-04 | perf annotate: Allow objdump to be set in perfconfig | Ian Rogers | 1 | -0/+6 |
| 2023-04-04 | perf annotate: Own objdump_path and disassembler_style strings | Ian Rogers | 1 | -2/+8 |
| 2023-04-04 | perf annotate: Add init/exit to annotation_options remove default | Ian Rogers | 1 | -8/+17 |
| 2022-10-04 | perf annotate: Toggle full address <-> offset display | Namhyung Kim | 1 | -1/+18 |
| 2022-10-04 | perf dso: Hold lock when accessing nsinfo | Ian Rogers | 1 | -0/+2 |
| 2022-10-04 | perf annotate: Update use of pthread mutex | Ian Rogers | 1 | -7/+6 |
| 2022-08-01 | tools perf: Fix compilation error with new binutils | Andres Freund | 1 | -3/+4 |
| 2022-04-09 | perf annotate: Drop objdump stderr to avoid getting stuck waiting for stdout ... | Ian Rogers | 1 | -0/+1 |
| 2022-02-10 | perf annotate: Try chroot filename for objdump | Namhyung Kim | 1 | -0/+10 |
| 2022-02-06 | perf annotate: Set error stream of objdump process for TUI | Namhyung Kim | 1 | -0/+1 |
| 2021-11-13 | perf symbols: Factor out annotation init/exit | Ian Rogers | 1 | -0/+11 |
| 2021-11-13 | perf symbols: Bit pack to save a byte | Ian Rogers | 1 | -1/+1 |
| 2021-11-01 | perf bpf: Pull in bpf_program__get_prog_info_linear() | Dave Marchevsky | 1 | -1/+2 |
| 2021-09-27 | perf annotate: Add riscv64 support | William Cohen | 1 | -0/+5 |
| 2021-09-15 | perf annotate: Add fusion logic for AMD microarchs | Ravi Bangoria | 1 | -1/+0 |
| 2021-08-31 | perf bpf: Fix memory leaks relating to BTF. | Ian Rogers | 1 | -1/+1 |
| 2021-08-03 | perf annotate: Add disassembly warnings for annotate --stdio | James Clark | 1 | -2/+18 |
| 2021-08-02 | perf annotate: Add error log in symbol__annotate() | Li Huafei | 1 | -1/+3 |
| 2021-07-09 | libperf: Move 'idx' from tools/perf to perf_evsel::idx | Jiri Olsa | 1 | -4/+4 |
| 2021-04-20 | perf annotate: Add line number like in TUI and source location at EOL | Martin Liška | 1 | -16/+14 |
| 2021-03-06 | perf annotate: Show full source location with 'l' hotkey | Martin Liska | 1 | -2/+10 |
| 2021-03-06 | perf config: Add annotate.demangle{,_kernel} | Martin Liska | 1 | -0/+4 |
| 2021-02-11 | perf annotate: Fix jump parsing for C++ code. | Martin Liška | 1 | -0/+8 |
| 2020-11-04 | perf annotate: Move bpf header inclusion to inside HAVE_LIBBPF_SUPPORT | Arnaldo Carvalho de Melo | 1 | -4/+4 |
| 2020-11-04 | perf annotate mips: Add perf arch instructions annotate handlers | Dengcheng Zhu | 1 | -0/+8 |
| 2020-10-14 | perf tools: Pass build_id object to build_id__sprintf() | Jiri Olsa | 1 | -2/+1 |
| 2020-10-14 | perf tools: Use build_id object in dso | Jiri Olsa | 1 | -2/+2 |
| 2020-09-04 | perf annotate: Allow configuring the 'disassembler_style' knob via 'perf config' | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2020-07-09 | perf annotate: Fix non-null terminated buffer returned by readlink() | Numfor Mbiziwo-Tiapo | 1 | -4/+11 |
| 2020-06-02 | perf tools: Remove some duplicated includes | Tiezhu Yang | 1 | -1/+0 |
| 2020-05-05 | perf evsel: Rename perf_evsel__env() to evsel__env() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-05-05 | perf evsel: Rename perf_evsel__is_*() to evsel__is*() | Arnaldo Carvalho de Melo | 1 | -5/+5 |
| 2020-05-05 | perf evsel: Rename perf_evsel__group_desc() to evsel__group_desc() | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2020-05-05 | perf evsel: Rename *perf_evsel__*name() to *evsel__*name() | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2020-04-16 | perf annotate: Add basic support for bpf_image | Jiri Olsa | 1 | -0/+20 |
| 2020-03-04 | perf annotate: Get rid of annotation->nr_jumps | Ravi Bangoria | 1 | -2/+0 |
| 2020-02-27 | perf annotate: Fix segfault with source toggle | Ravi Bangoria | 1 | -0/+2 |
| 2020-02-27 | perf annotate: Align struct annotate_args | Ravi Bangoria | 1 | -6/+6 |
| 2020-02-27 | perf annotate: Simplify disasm_line allocation and freeing code | Ravi Bangoria | 1 | -55/+31 |
| 2020-02-27 | perf annotate: Remove privsize from symbol__annotate() args | Ravi Bangoria | 1 | -3/+4 |
| 2020-02-27 | perf annotate: Make perf config effective | Ravi Bangoria | 1 | -49/+29 |
| 2020-02-27 | perf annotate: Fix --show-nr-samples for tui/stdio2 | Ravi Bangoria | 1 | -4/+2 |
| 2020-02-27 | perf annotate: Fix --show-total-period for tui/stdio2 | Ravi Bangoria | 1 | -3/+2 |
| 2020-01-14 | perf tools: Support --prefix/--prefix-strip | Andi Kleen | 1 | -2/+17 |
| 2019-11-26 | perf maps: Rename map_groups.h to maps.h | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-11-26 | perf map_symbol: Rename ms->mg to ms->maps | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2019-11-26 | perf maps: Merge 'struct maps' with 'struct map_groups' | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2019-11-12 | perf annotate: Stop using map->groups, use map_symbol->mg instead | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2019-11-12 | pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol' | Arnaldo Carvalho de Melo | 1 | -21/+22 |
| 2019-11-12 | perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 's... | Arnaldo Carvalho de Melo | 1 | -29/+27 |
| 2019-11-12 | perf map_groups: Pass the object to map_groups__find_ams() | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2019-11-07 | perf annotate: Fix heap overflow | Ian Rogers | 1 | -1/+1 |
| 2019-10-22 | Merge tag 'perf-core-for-mingo-5.5-20191021' of git://git.kernel.org/pub/scm/... | Ingo Molnar | 1 | -64/+132 |
| 2019-10-22 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 1 | -1/+1 |
| 2019-10-15 | perf annotate: Fix multiple memory and file descriptor leaks | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-10-15 | perf annotate: Fix objdump --no-show-raw-insn flag | Ian Rogers | 1 | -2/+2 |
| 2019-10-15 | perf annotate: Don't pipe objdump output through 'expand' command | Ian Rogers | 1 | -19/+76 |
| 2019-10-15 | perf annotate: Don't pipe objdump output through 'grep' command | Ian Rogers | 1 | -1/+8 |
| 2019-10-15 | perf annotate: Use libsubcmd's run-command.h to fork objdump | Ian Rogers | 1 | -35/+37 |
| 2019-10-15 | perf annotate: Avoid reallocation in objdump parsing | Ian Rogers | 1 | -12/+14 |
| 2019-10-11 | perf diff: Report noisy for cycles diff | Jin Yao | 1 | -0/+4 |
| 2019-09-30 | perf annotate: Don't return -1 for error when doing BPF disassembly | Arnaldo Carvalho de Melo | 1 | -4/+15 |
| 2019-09-30 | perf annotate: Return appropriate error code for allocation failures | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2019-09-30 | perf annotate: Fix arch specific ->init() failure errors | Arnaldo Carvalho de Melo | 1 | -0/+6 |
| 2019-09-30 | perf annotate: Propagate the symbol__annotate() error return | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-09-30 | perf annotate: Fix the signedness of failure returns | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-09-30 | perf annotate: Propagate perf_env__arch() error | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-09-25 | perf tools: Replace needless mmap.h with what is needed, event.h | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-09-25 | perf evlist: Adopt backwards ring buffer state enum | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-09-20 | perf tools: Remove util.h from where it is not needed | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-08-31 | perf auxtrace: Uninline functions that touch perf_session | Arnaldo Carvalho de Melo | 1 | -0/+3 |
| 2019-08-31 | perf tools: Remove needless evlist.h include directives | Arnaldo Carvalho de Melo | 1 | -1/+0 |
| 2019-08-31 | perf dso: Adopt DSO related macros from symbol.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-26 | perf srcline: Add missing srcline.h header to files needing its defs | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2019-08-12 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-08-08 | perf annotate: Fix printing of unaugmented disassembled instructions from BPF | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-07-29 | libperf: Move nr_members from perf's evsel to libperf's perf_evsel | Jiri Olsa | 1 | -4/+4 |
| 2019-07-29 | libperf: Add nr_entries to struct perf_evlist | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | perf evsel: Rename struct perf_evsel to struct evsel | Jiri Olsa | 1 | -16/+16 |
| 2019-07-09 | perf tools: Use list_del_init() more thorougly | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2019-07-09 | perf tools: Use zfree() where applicable | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2019-07-09 | perf annotate: Fix dereferencing freed memory found by the smatch tool | Leo Yan | 1 | -4/+2 |
| 2019-07-01 | perf annotate: Add csky support | Mao Han | 1 | -0/+5 |
| 2019-07-01 | perf tools: Ditch rtrim(), use strim() from tools/lib | Arnaldo Carvalho de Melo | 1 | -1/+2 |
| 2019-06-26 | perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel | Arnaldo Carvalho de Melo | 1 | -5/+5 |
| 2019-06-25 | tools perf: Move from sane_ctype.h obtained from git to the Linux's original | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-06-17 | Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/... | Ingo Molnar | 1 | -3/+2 |
| 2019-06-10 | perf report: Fix OOM error in TUI mode on s390 | Thomas Richter | 1 | -3/+2 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251 | Thomas Gleixner | 1 | -2/+1 |
| 2019-05-15 | perf annotate: Remove hist__account_cycles() from callback | Jin Yao | 1 | -1/+1 |
| 2019-05-02 | perf annotate: Fix build on 32 bit for BPF annotation | Thadeu Lima de Souza Cascardo | 1 | -4/+4 |
| 2019-03-20 | perf annotate: Enable annotation of BPF programs | Song Liu | 1 | -1/+162 |
| 2019-03-06 | perf annotate: Calculate the max instruction name, align column to that | Arnaldo Carvalho de Melo | 1 | -28/+46 |
| 2019-02-21 | perf annotate: Fix getting source line failure | Wei Li | 1 | -2/+2 |
| 2019-02-06 | pref tools: Add missing map.h includes | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-01-25 | perf symbols: Remove some unnecessary includes from symbol.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-01-04 | perf annotate: Pass filename to objdump via execl | Ivan Krylov | 1 | -4/+4 |
| 2018-12-17 | perf annotate: Introduce basic support for ARC | Eugeniy Paltsev | 1 | -0/+5 |
| 2018-12-17 | perf tools: Fix diverse comment typos | Ingo Molnar | 1 | -1/+1 |
| 2018-12-17 | perf annotate: Create a annotate2 flag in struct symbol | Jin Yao | 1 | -0/+1 |
| 2018-12-17 | perf annotate: Compute average IPC and IPC coverage per symbol | Jin Yao | 1 | -3/+38 |
| 2018-10-18 | perf annotate: Add Sparc support | David Miller | 1 | -0/+8 |
| 2018-08-30 | perf annotate: Fix parsing aarch64 branch instructions after objdump update | Kim Phillips | 1 | -1/+21 |
| 2018-08-30 | perf annotate: Properly interpret indirect call | Martin Liška | 1 | -2/+8 |
| 2018-08-20 | perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble() | Jiri Olsa | 1 | -1/+3 |
| 2018-08-08 | perf annotate: Add --percent-type option | Jiri Olsa | 1 | -0/+52 |
| 2018-08-08 | perf annotate: Display percent type in stdio output | Jiri Olsa | 1 | -3/+6 |
| 2018-08-08 | perf annotate: Make local period the default percent type | Jiri Olsa | 1 | -1/+1 |
| 2018-08-08 | perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump() | Jiri Olsa | 1 | -19/+23 |
| 2018-08-08 | perf annotate: Pass struct annotation_options to symbol__calc_lines() | Jiri Olsa | 1 | -10/+13 |
| 2018-08-08 | perf annotate: Add percent_type to struct annotation_options | Jiri Olsa | 1 | -5/+8 |
| 2018-08-08 | perf annotate: Add PERCENT_PERIOD_GLOBAL percent value | Jiri Olsa | 1 | -0/+3 |
| 2018-08-08 | perf annotate: Add PERCENT_PERIOD_LOCAL percent value | Jiri Olsa | 1 | -0/+2 |
| 2018-08-08 | perf annotate: Add PERCENT_HITS_GLOBAL percent value | Jiri Olsa | 1 | -1/+7 |
| 2018-08-08 | perf annotate: Switch struct annotation_data::percent to array | Jiri Olsa | 1 | -19/+38 |
| 2018-08-08 | perf annotate: Loop group events directly in annotation__calc_percent() | Jiri Olsa | 1 | -5/+8 |
| 2018-08-08 | perf annotate: Rename hist to sym_hist in annotation__calc_percent | Jiri Olsa | 1 | -8/+8 |
| 2018-08-08 | perf annotate: Rename local sample variables to data | Jiri Olsa | 1 | -20/+20 |
| 2018-08-08 | perf annotate: Rename struct annotation_line::samples* to data* | Jiri Olsa | 1 | -26/+26 |
| 2018-08-08 | perf annotate: Get rid of annotation__scnprintf_samples_period() | Jiri Olsa | 1 | -42/+2 |
| 2018-08-08 | perf annotate: Make annotation_line__max_percent static | Jiri Olsa | 1 | -1/+2 |
| 2018-08-08 | perf annotate: Make symbol__annotate_fprintf2() local | Jiri Olsa | 1 | -1/+1 |
| 2018-06-06 | perf annnotate: Make __symbol__inc_addr_samples handle src->histograms == NULL | Arnaldo Carvalho de Melo | 1 | -0/+5 |
| 2018-06-04 | perf annotate: Move objdump_path to struct annotation_options | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2018-06-04 | perf annotate: Move disassembler_style global to annotation_options | Arnaldo Carvalho de Melo | 1 | -3/+2 |
| 2018-06-04 | perf annotate: Adopt anotation options from symbol_conf | Arnaldo Carvalho de Melo | 1 | -2/+4 |
| 2018-06-04 | perf annotate: Pass annotation_options to symbol__annotate() | Arnaldo Carvalho de Melo | 1 | -2/+5 |
| 2018-06-04 | perf annotate stdio: Use annotation_options consistently | Arnaldo Carvalho de Melo | 1 | -16/+15 |
| 2018-06-04 | perf annotate: Replace symbol__alloc_hists() with symbol__hists() | Arnaldo Carvalho de Melo | 1 | -19/+2 |
| 2018-06-04 | perf annotate: Stop using symbol_conf.nr_events global in symbol__hists() | Arnaldo Carvalho de Melo | 1 | -3/+4 |
| 2018-06-04 | perf annotate: Introduce symbol__cycle_hists() | Arnaldo Carvalho de Melo | 1 | -10/+14 |
| 2018-06-04 | perf annotate: Introduce symbol__hists() | Arnaldo Carvalho de Melo | 1 | -4/+24 |
| 2018-06-04 | perf annotate: __symbol__inc_addr_samples() needs just annotated_source | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2018-06-04 | perf annotate: Introduce annotated_source__alloc_histograms | Arnaldo Carvalho de Melo | 1 | -8/+16 |
| 2018-06-04 | perf annotate: Introduce constructor/destructor for annotated_source | Arnaldo Carvalho de Melo | 1 | -3/+22 |
| 2018-06-04 | perf annotate: Split allocation of annotated_source struct | Arnaldo Carvalho de Melo | 1 | -3/+7 |
| 2018-06-04 | perf annotate: __symbol__acount_cycles doesn't need notes | Arnaldo Carvalho de Melo | 1 | -5/+2 |
| 2018-06-04 | perf annotate: Pass perf_evsel instead of just evsel->idx | Arnaldo Carvalho de Melo | 1 | -6/+6 |
| 2018-05-23 | perf annotate: Show group event string for stdio | Jin Yao | 1 | -1/+5 |
| 2018-05-19 | perf annotate: Create hotkey 'c' to show min/max cycles | Jin Yao | 1 | -6/+31 |
| 2018-05-18 | perf annotate: Record the min/max cycles | Jin Yao | 1 | -1/+13 |
| 2018-05-10 | perf annotate: Display all available events on --stdio | Jin Yao | 1 | -0/+3 |
| 2018-04-13 | perf annotate: Allow setting the offset level in .perfconfig | Arnaldo Carvalho de Melo | 1 | -3/+12 |
| 2018-04-12 | perf annotate: Allow showing offsets in more than just jump targets | Arnaldo Carvalho de Melo | 1 | -2/+9 |
| 2018-04-05 | perf annotate: Show group details on the title line | Arnaldo Carvalho de Melo | 1 | -2/+5 |
| 2018-04-03 | perf annotate stdio2: Print more descriptive event information header | Arnaldo Carvalho de Melo | 1 | -7/+3 |
| 2018-04-03 | perf annotate: Introduce annotation__scnprintf_samples_period() method | Arnaldo Carvalho de Melo | 1 | -0/+38 |
| 2018-03-23 | perf annotate: Use absolute addresses to calculate jump target offsets | Arnaldo Carvalho de Melo | 1 | -3/+2 |
| 2018-03-23 | perf annotate: Defer searching for comma in raw line till it is needed | Arnaldo Carvalho de Melo | 1 | -1/+2 |
| 2018-03-23 | perf annotate: Support jumping from one function to another | Arnaldo Carvalho de Melo | 1 | -2/+4 |
| 2018-03-23 | perf annotate: Add "_local" to jump/offset validation routines | Arnaldo Carvalho de Melo | 1 | -5/+4 |
| 2018-03-21 | perf annotate: Mark jumps to outher functions with the call arrow | Arnaldo Carvalho de Melo | 1 | -3/+52 |
| 2018-03-21 | perf annotate: Pass function descriptor to its instruction parsing routines | Arnaldo Carvalho de Melo | 1 | -13/+17 |