aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.h
Commit message (Expand)AuthorAgeFilesLines
* perf annotate: Fix source code annotate with objdumpNamhyung Kim2025-06-261-0/+1
* perf ui browser annotate: Don't show the source code view status initiallyArnaldo Carvalho de Melo2025-04-101-0/+1
* perf annotate: Implement code + data type annotationNamhyung Kim2025-03-131-0/+1
* perf annotate: Pass hist_entry to annotate functionsNamhyung Kim2025-03-131-4/+3
* perf annotate: Add annotation_options.disassembler_usedAthira Rajeev2025-03-071-0/+1
* perf annotate: Use an array for the disassembler preferenceIan Rogers2025-01-271-5/+10
* perf annotate: Prefer passing evsel to evsel->core.idxIan Rogers2025-01-181-9/+11
* perf disasm: Return a proper error when not determining the file typeArnaldo Carvalho de Melo2024-12-091-0/+1
* perf disasm: Allow configuring what disassemblers to useArnaldo Carvalho de Melo2024-11-131-0/+6
* 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