summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf annotate: Display the branch counter histogramKan Liang2024-08-141-0/+11
* perf report: Display the branch counter histogramKan Liang2024-08-141-0/+3
* perf annotate: Save branch counters for each blockKan Liang2024-08-141-1/+9
* perf annotate: Cache debuginfo for data type profilingNamhyung Kim2024-08-081-0/+2
* perf annotate: Use annotation__pcnt_width() consistentlyNamhyung Kim2024-08-051-1/+1
* perf annotate: Add disasm_line__parse() to parse raw instruction for powerpcAthira Rajeev2024-07-311-1/+4
* perf annotate: Move 'start' field struct to 'struct annotated_source'Namhyung Kim2024-04-081-1/+1
* perf annotate: Move nr_events struct to 'struct annotated_source'Namhyung Kim2024-04-081-2/+3
* perf annotate: Move 'max_jump_sources' struct to 'struct annotated_source'Namhyung Kim2024-04-081-1/+3
* perf annotate: Move 'widths' struct to 'struct annotated_source'Namhyung Kim2024-04-081-10/+10
* perf annotate: Get rid of offsets arrayNamhyung Kim2024-04-081-2/+0
* perf annotate: Introduce annotated_source__get_line()Namhyung Kim2024-04-081-0/+3
* perf annotate: Staticize some local functionsNamhyung Kim2024-04-081-3/+0
* perf annotate: Split out util/disasm.cNamhyung Kim2024-04-031-57/+3
* perf annotate: Add and use ins__is_nop()Namhyung Kim2024-04-031-0/+1
* perf annotate: Parse x86 segment register locationNamhyung Kim2024-03-211-0/+15
* perf annotate: Add annotate_get_basic_blocks()Namhyung Kim2024-03-211-0/+16
* perf annotate: Add comments in the data structuresNamhyung Kim2024-03-071-7/+62
* perf annotate: Remove sym_hist.addr[] arrayNamhyung Kim2024-03-071-3/+1
* perf annotate: Calculate instruction overhead using hashmapNamhyung Kim2024-03-071-0/+11
* perf annotate: Add a hashmap for symbol histogramNamhyung Kim2024-03-071-0/+2
* perf annotate-data: Support global variablesNamhyung Kim2024-01-221-0/+4
* perf annotate-data: Handle array style accessesNamhyung Kim2024-01-221-2/+6
* perf annotate: Add --insn-stat option for debuggingNamhyung Kim2023-12-241-0/+8
* perf annotate: Implement hist_entry__get_data_type()Namhyung Kim2023-12-241-0/+4
* perf annotate: Add annotate_get_insn_location()Namhyung Kim2023-12-241-0/+36
* perf annotate: Factor out evsel__get_arch()Namhyung Kim2023-12-241-0/+2
* perf annotate: Get rid of local annotation optionsNamhyung Kim2023-12-071-1/+0
* perf annotate: Remove remaining usages of local annotation optionsNamhyung Kim2023-12-071-3/+3
* perf annotate: Ensure init/exit for global optionsNamhyung Kim2023-12-071-4/+4
* perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim2023-12-071-4/+2
* perf annotate: Use global annotation_optionsNamhyung Kim2023-12-071-10/+5
* perf annotate: Introduce global annotation_optionsNamhyung Kim2023-12-071-0/+2
* perf annotate: Check if operand has multiple regsNamhyung Kim2023-11-271-0/+2
* perf annotate: Move raw_comment and raw_func_start fields out of 'struct ins_...Namhyung Kim2023-11-101-2/+4
* perf annotate: Move offsets array from 'struct annotation' to 'struct annotat...Namhyung Kim2023-11-091-1/+1
* perf annotate: Move some source code related fields from 'struct annotation' ...Namhyung Kim2023-11-091-7/+7
* perf annotate: Move max_coverage from 'struct annotation' to 'struct annotate...Namhyung Kim2023-11-091-1/+3
* perf annotate: Split branch stack cycles info from 'struct annotation'Namhyung Kim2023-11-091-7/+10
* perf annotate: Split branch stack cycles information out of 'struct annotatio...Namhyung Kim2023-11-091-6/+9
* perf annotation: Switch lock from a mutex to a sharded_mutexIan Rogers2023-06-211-3/+8
* perf annotate: Own objdump_path and disassembler_style stringsIan Rogers2023-04-041-2/+2
* perf annotate: Add init/exit to annotation_options remove defaultIan Rogers2023-04-041-2/+3
* perf annotate: Toggle full address <-> offset displayNamhyung Kim2022-10-041-1/+3
* perf annotate: Update use of pthread mutexIan Rogers2022-10-041-2/+2
* perf symbols: Factor out annotation init/exitIan Rogers2021-11-131-0/+3
* perf annotate: Show full source location with 'l' hotkeyMartin Liska2021-03-061-0/+2
* perf annotate: Fix jump parsing for C++ code.Martin Liška2021-02-111-0/+1
* perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-281-2/+2
* perf report: Support interactive annotation of code without symbolsJin Yao2020-03-241-0/+1