summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.h
Commit message (Expand)AuthorAgeFilesLines
* perf annotate: Add --insn-stat option for debuggingNamhyung Kim2023-12-231-0/+8
* perf annotate: Implement hist_entry__get_data_type()Namhyung Kim2023-12-231-0/+4
* perf annotate: Add annotate_get_insn_location()Namhyung Kim2023-12-231-0/+36
* perf annotate: Factor out evsel__get_arch()Namhyung Kim2023-12-231-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-201-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
* perf annotate: Get rid of annotation->nr_jumpsRavi Bangoria2020-03-041-1/+0
* perf annotate: Simplify disasm_line allocation and freeing codeRavi Bangoria2020-02-271-1/+0
* perf annotate: Remove privsize from symbol__annotate() argsRavi Bangoria2020-02-271-1/+1
* perf annotate: Make perf config effectiveRavi Bangoria2020-02-271-3/+1
* perf annotate: Fix --show-total-period for tui/stdio2Ravi Bangoria2020-02-271-1/+1
* perf tools: Support --prefix/--prefix-stripAndi Kleen2020-01-141-0/+5
* perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 's...Arnaldo Carvalho de Melo2019-11-121-14/+8
* perf diff: Report noisy for cycles diffJin Yao2019-10-111-0/+2
* perf annotate: Don't return -1 for error when doing BPF disassemblyArnaldo Carvalho de Melo2019-09-301-0/+2
* perf annotate: Fix arch specific ->init() failure errorsArnaldo Carvalho de Melo2019-09-301-0/+2
* libperf: Add nr_entries to struct perf_evlistJiri Olsa2019-07-291-1/+1
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-291-13/+13
* perf annotate: Enable annotation of BPF programsSong Liu2019-03-201-0/+1
* perf annotate: Calculate the max instruction name, align column to thatArnaldo Carvalho de Melo2019-03-061-3/+4
* perf annotate: Remove lots of headers from annotate.hArnaldo Carvalho de Melo2019-01-251-3/+11
* perf annotate: Compute average IPC and IPC coverage per symbolJin Yao2018-12-171-0/+5
* perf annotate: Fix parsing aarch64 branch instructions after objdump updateKim Phillips2018-08-301-0/+1
* perf annotate: Add --percent-type optionJiri Olsa2018-08-081-0/+2
* perf annotate: Add support to toggle percent typeJiri Olsa2018-08-081-0/+16
* perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump()Jiri Olsa2018-08-081-2/+4
* perf annotate: Add percent_type to struct annotation_optionsJiri Olsa2018-08-081-0/+1
* perf annotate: Add PERCENT_PERIOD_GLOBAL percent valueJiri Olsa2018-08-081-0/+1
* perf annotate: Add PERCENT_PERIOD_LOCAL percent valueJiri Olsa2018-08-081-0/+1