summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-annotate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol'Arnaldo Carvalho de Melo2019-11-121-1/+1
* perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 's...Arnaldo Carvalho de Melo2019-11-121-2/+2
* perf hist: Count the total cycles of all samplesJin Yao2019-11-071-1/+1
* perf session: Return error code for perf_session__new() function on failureMamatha Inamdar2019-09-201-2/+3
* perf annotate: Add missing machine.h include directiveArnaldo Carvalho de Melo2019-09-201-0/+1
* perf symbols: Move mem_info and branch_info out of symbol.hArnaldo Carvalho de Melo2019-08-311-0/+2
* perf tools: Remove needless thread.h include directivesArnaldo Carvalho de Melo2019-08-311-1/+0
* perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo2019-08-311-0/+1
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-291-8/+8
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* perf annotate: Remove hist__account_cycles() from callbackJin Yao2019-05-151-2/+2
* perf data: Add global path holderJiri Olsa2019-02-221-2/+2
* pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-061-0/+1
* perf hist: Use cached rbtreesDavidlohr Bueso2019-01-251-1/+1
* perf symbols: Use cached rbtreesDavidlohr Bueso2019-01-251-1/+1
* perf tools: Remove perf_tool from event_op2Jiri Olsa2018-09-191-4/+3
* perf annotate: Add --percent-type optionJiri Olsa2018-08-081-0/+4
* perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]Ravi Bangoria2018-06-251-1/+10
* perf annotate: Move objdump_path to struct annotation_optionsArnaldo Carvalho de Melo2018-06-041-3/+4
* perf hists browser: Pass annotation_options from tool to browserArnaldo Carvalho de Melo2018-06-041-1/+1
* perf annotate: Move disassembler_style global to annotation_optionsArnaldo Carvalho de Melo2018-06-041-1/+1
* perf annotate: Adopt anotation options from symbol_confArnaldo Carvalho de Melo2018-06-041-2/+2
* perf annotate stdio: Use annotation_options consistentlyArnaldo Carvalho de Melo2018-06-041-8/+7
* perf annotate: Pass perf_evsel instead of just evsel->idxArnaldo Carvalho de Melo2018-06-041-3/+3
* perf annotate: Support '--group' optionJin Yao2018-05-211-0/+7
* perf symbols: Unify symbol mapsArnaldo Carvalho de Melo2018-04-271-1/+1
* perf annotate: Introduce --ignore-vmlinux command line optionArnaldo Carvalho de Melo2018-03-211-0/+2
* perf annotate: Move the default annotate options to the libraryArnaldo Carvalho de Melo2018-03-211-0/+2
* perf annotate: Introduce the --stdio2 output modeArnaldo Carvalho de Melo2018-03-211-7/+16
* perf annotate: Support to display the IPC/Cycle in TUI modeJin Yao2018-03-081-6/+82
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf tools: Add struct perf_data_fileJiri Olsa2017-10-301-2/+2
* | perf tools: Rename struct perf_data_file to perf_dataJiri Olsa2017-10-301-5/+5
|/
* perf annotate browser: Support --show-nr-samples optionTaeung Song2017-08-181-2/+2
* perf annotate stdio: Support --show-nr-samples optionTaeung Song2017-08-181-2/+14
* perf annotate: Do not overwrite perf_sample->weightArnaldo Carvalho de Melo2017-07-261-2/+0
* perf annotate: Process tracing data in pipe modeDavid Carrillo-Cisneros2017-07-251-0/+1
* perf annotate: Do not overwrite sample->periodTaeung Song2017-07-211-1/+0
* perf hists: Pass perf_sample to __symbol__inc_addr_samples()Taeung Song2017-07-211-1/+1
* perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros2017-07-181-0/+1