aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-annotate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf hist: Add symbol_conf.skip_emptyNamhyung Kim2024-06-151-2/+2
* perf dso: Add reference count checking and accessor functionsIan Rogers2024-05-061-3/+3
* perf annotate: Fix data type profiling on stdioNamhyung Kim2024-04-261-1/+1
* perf annotate-data: Add hist_entry__annotate_data_tui()Namhyung Kim2024-04-121-4/+26
* perf annotate-data: Add hist_entry__annotate_data_tty()Namhyung Kim2024-04-121-105/+1
* perf annotate: Show progress of sample processingNamhyung Kim2024-04-121-2/+13
* perf annotate: Honor output options with --data-typeNamhyung Kim2024-04-031-6/+38
* perf annotate: Get rid of duplicate --group option itemNamhyung Kim2024-04-031-2/+0
* perf annotate-data: Implement instruction trackingNamhyung Kim2024-03-211-0/+1
* perf annotate: Add --insn-stat option for debuggingNamhyung Kim2023-12-231-0/+41
* perf annotate: Add --type-stat option for debuggingNamhyung Kim2023-12-231-1/+43
* perf annotate: Support event group displayNamhyung Kim2023-12-231-12/+77
* perf annotate: Add --data-type optionNamhyung Kim2023-12-231-1/+96
* perf annotate: Ensure init/exit for global optionsNamhyung Kim2023-12-071-4/+4
* perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim2023-12-071-1/+1
* perf annotate: Use global annotation_optionsNamhyung Kim2023-12-071-4/+3
* perf annotate: Introduce global annotation_optionsNamhyung Kim2023-12-071-22/+21
* perf annotate: Move max_coverage from 'struct annotation' to 'struct annotate...Namhyung Kim2023-11-091-2/+5
* perf addr_location: Add init/exit/copy functionsIan Rogers2023-06-121-9/+19
* perf annotate browser: Add '<' and '>' keys for navigationNamhyung Kim2023-05-151-1/+3
* perf util: Move input_name to utilIan Rogers2023-04-101-1/+1
* perf map: Add accessor for dsoIan Rogers2023-04-041-5/+6
* perf symbol: Add command line support for addr2line pathIan Rogers2023-04-041-1/+8
* perf annotate: Own objdump_path and disassembler_style stringsIan Rogers2023-04-041-2/+14
* perf annotate: Add init/exit to annotation_options remove defaultIan Rogers2023-04-041-2/+4
* perf annotate: Delete session for debug buildsIan Rogers2023-04-041-10/+6
* perf hist: Add 'kvm_info' field in histograms entryLeo Yan2023-03-151-1/+1
* perf build: Use libtraceevent from the systemIan Rogers2022-12-141-0/+2
* perf tools: Make quiet mode consistent between toolsJames Clark2022-10-271-1/+1
* perf gtk: Only support --gtk if compiled inIan Rogers2022-07-201-0/+8
* perf annotate: Add --percent-limit optionNamhyung Kim2022-05-101-0/+24
* perf annotate: Remove redundant 'ret' variabletangmeng2022-02-161-3/+1
* perf tui: Only support --tui with slangIan Rogers2022-02-151-1/+9
* perf tools: Check vmlinux/kallsyms arguments in all toolsJames Clark2021-11-071-0/+4
* perf tools: Remove repipe argument from perf_session__new()Namhyung Kim2021-08-021-1/+1
* perf annotate: Add itrace options supportYang Jihong2021-06-161-0/+11
* perf report: Add --skip-empty option to suppress 0 event statNamhyung Kim2021-04-291-2/+2
* perf hists: Split hists_stats from events_statsNamhyung Kim2021-04-291-1/+1
* perf annotate: Fix sample events lost in stdio modeYang Jihong2021-04-141-14/+15
* perf annotate: Add --demangle and --demangle-kernelMartin Liška2021-03-311-0/+4
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* perf evlist: Use the right prefix for 'struct evlist' event group methodsArnaldo Carvalho de Melo2020-11-301-1/+1
* perf evlist: Use the right prefix for 'struct evlist' print methodsArnaldo Carvalho de Melo2020-11-301-1/+1
* perf evsel: Rename perf_evsel__resort*() to evsel__resort*()Arnaldo Carvalho de Melo2020-05-281-1/+1
* perf annotate: Rename perf_evsel__*() operating on 'struct evsel *' to evsel_...Arnaldo Carvalho de Melo2020-05-051-6/+4
* perf evsel: Rename perf_evsel__is_*() to evsel__is*()Arnaldo Carvalho de Melo2020-05-051-2/+1
* perf evsel: Rename *perf_evsel__*set_sample_*() to *evsel__*set_sample_*()Arnaldo Carvalho de Melo2020-05-051-1/+1
* perf annotate: Prefer cmdline option over default configRavi Bangoria2020-02-271-2/+2
* perf annotate: Make perf config effectiveRavi Bangoria2020-02-271-1/+1
* perf tools: Support --prefix/--prefix-stripAndi Kleen2020-01-141-0/+7