aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/builtin-annotate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-23perf annotate: Add --insn-stat option for debuggingNamhyung Kim1-0/+41
2023-12-23perf annotate: Add --type-stat option for debuggingNamhyung Kim1-1/+43
2023-12-23perf annotate: Support event group displayNamhyung Kim1-12/+77
2023-12-23perf annotate: Add --data-type optionNamhyung Kim1-1/+96
2023-12-07perf annotate: Ensure init/exit for global optionsNamhyung Kim1-4/+4
2023-12-07perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim1-1/+1
2023-12-07perf annotate: Use global annotation_optionsNamhyung Kim1-4/+3
2023-12-07perf annotate: Introduce global annotation_optionsNamhyung Kim1-22/+21
2023-11-09perf annotate: Move max_coverage from 'struct annotation' to 'struct annotated_branch'Namhyung Kim1-2/+5
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers1-9/+19
2023-05-15perf annotate browser: Add '<' and '>' keys for navigationNamhyung Kim1-1/+3
2023-04-10perf util: Move input_name to utilIan Rogers1-1/+1
2023-04-04perf map: Add accessor for dsoIan Rogers1-5/+6
2023-04-04perf symbol: Add command line support for addr2line pathIan Rogers1-1/+8
2023-04-04perf annotate: Own objdump_path and disassembler_style stringsIan Rogers1-2/+14
2023-04-04perf annotate: Add init/exit to annotation_options remove defaultIan Rogers1-2/+4
2023-04-04perf annotate: Delete session for debug buildsIan Rogers1-10/+6
2023-03-15perf hist: Add 'kvm_info' field in histograms entryLeo Yan1-1/+1
2022-12-14perf build: Use libtraceevent from the systemIan Rogers1-0/+2
2022-10-27perf tools: Make quiet mode consistent between toolsJames Clark1-1/+1
2022-07-20perf gtk: Only support --gtk if compiled inIan Rogers1-0/+8
2022-05-10perf annotate: Add --percent-limit optionNamhyung Kim1-0/+24
2022-02-16perf annotate: Remove redundant 'ret' variabletangmeng1-3/+1
2022-02-15perf tui: Only support --tui with slangIan Rogers1-1/+9
2021-11-07perf tools: Check vmlinux/kallsyms arguments in all toolsJames Clark1-0/+4
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim1-1/+1
2021-06-16perf annotate: Add itrace options supportYang Jihong1-0/+11
2021-04-29perf report: Add --skip-empty option to suppress 0 event statNamhyung Kim1-2/+2
2021-04-29perf hists: Split hists_stats from events_statsNamhyung Kim1-1/+1
2021-04-14perf annotate: Fix sample events lost in stdio modeYang Jihong1-14/+15
2021-03-31perf annotate: Add --demangle and --demangle-kernelMartin Liška1-0/+4
2021-03-23perf tools: Fix various typos in commentsIngo Molnar1-1/+1
2020-11-30perf evlist: Use the right prefix for 'struct evlist' event group methodsArnaldo Carvalho de Melo1-1/+1
2020-11-30perf evlist: Use the right prefix for 'struct evlist' print methodsArnaldo Carvalho de Melo1-1/+1
2020-05-28perf evsel: Rename perf_evsel__resort*() to evsel__resort*()Arnaldo Carvalho de Melo1-1/+1
2020-05-05perf annotate: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()Arnaldo Carvalho de Melo1-6/+4
2020-05-05perf evsel: Rename perf_evsel__is_*() to evsel__is*()Arnaldo Carvalho de Melo1-2/+1
2020-05-05perf evsel: Rename *perf_evsel__*set_sample_*() to *evsel__*set_sample_*()Arnaldo Carvalho de Melo1-1/+1
2020-02-27perf annotate: Prefer cmdline option over default configRavi Bangoria1-2/+2
2020-02-27perf annotate: Make perf config effectiveRavi Bangoria1-1/+1
2020-01-14perf tools: Support --prefix/--prefix-stripAndi Kleen1-0/+7
2019-11-12pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol'Arnaldo Carvalho de Melo1-1/+1
2019-11-12perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 'symbol' pointersArnaldo Carvalho de Melo1-2/+2
2019-11-07perf hist: Count the total cycles of all samplesJin Yao1-1/+1
2019-09-20perf session: Return error code for perf_session__new() function on failureMamatha Inamdar1-2/+3
2019-09-20perf annotate: Add missing machine.h include directiveArnaldo Carvalho de Melo1-0/+1
2019-08-31perf symbols: Move mem_info and branch_info out of symbol.hArnaldo Carvalho de Melo1-0/+2
2019-08-31perf tools: Remove needless thread.h include directivesArnaldo Carvalho de Melo1-1/+0
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo1-0/+1
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-8/+8