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