aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/builtin-annotate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-21perf annotate: Introduce --ignore-vmlinux command line optionArnaldo Carvalho de Melo1-0/+2
2018-03-21perf annotate: Move the default annotate options to the libraryArnaldo Carvalho de Melo1-0/+2
2018-03-21perf annotate: Introduce the --stdio2 output modeArnaldo Carvalho de Melo1-7/+16
2018-03-08perf annotate: Support to display the IPC/Cycle in TUI modeJin Yao1-6/+82
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa1-2/+2
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa1-5/+5
2017-08-18perf annotate browser: Support --show-nr-samples optionTaeung Song1-2/+2
2017-08-18perf annotate stdio: Support --show-nr-samples optionTaeung Song1-2/+14
2017-07-26perf annotate: Do not overwrite perf_sample->weightArnaldo Carvalho de Melo1-2/+0
2017-07-25perf annotate: Process tracing data in pipe modeDavid Carrillo-Cisneros1-0/+1
2017-07-21perf annotate: Do not overwrite sample->periodTaeung Song1-1/+0
2017-07-21perf hists: Pass perf_sample to __symbol__inc_addr_samples()Taeung Song1-1/+1
2017-07-18perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros1-0/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-11perf annotate: Process attr and build_id recordsDavid Carrillo-Cisneros1-0/+2
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo1-1/+1
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini1-0/+1
2017-02-20perf annotate: Add -q/--quiet optionNamhyung Kim1-0/+4
2016-09-08perf annotate: Add branch stack / basic blockPeter Zijlstra1-0/+104
2016-08-30perf annotate: Initialize the priv are in symbol__new()Arnaldo Carvalho de Melo1-3/+4
2016-07-12perf annotate: Introduce --stdio-color to setup the color output mode selectionArnaldo Carvalho de Melo1-0/+3
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-1/+1
2016-06-21perf hists: Rename __hists__add_entry to hists__add_entryJiri Olsa1-1/+1
2016-05-20perf tools: Set buildid dir under symfs when --symfs is providedHe Kuang1-2/+3
2016-03-23perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo1-1/+1
2016-02-03perf hists: Introduce perf_evsel__output_resort functionJiri Olsa1-1/+1
2016-01-06perf tools: Pass evlist to setup_sorting()Namhyung Kim1-1/+1
2016-01-06perf hist: Pass struct sample to __hists__add_entry()Namhyung Kim1-2/+5
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf1-1/+1
2015-12-10perf annotate: Delay UI browser setup after initialization is doneNamhyung Kim1-9/+9
2015-12-10perf annotate: Check argument before calling setup_browser()Namhyung Kim1-11/+10
2015-09-14perf env: Rename some leftovers from rename to perf_envArnaldo Carvalho de Melo1-1/+1
2015-08-24perf annotate: Reset the dso find_symbol cache when removing symbolsArnaldo Carvalho de Melo1-0/+1
2015-08-12perf callchain: Allow disabling call graphs per eventKan Liang1-0/+2
2015-08-06perf report: Add infrastructure for a cycles histogramAndi Kleen1-0/+1
2015-06-19perf annotate: Display total number of samples with --show-total-periodMartin Liška1-0/+2
2015-05-29perf annotate: Fix -i option, which is currently ignored.Martin Liška1-1/+2
2015-05-27perf tools: Check if a map is still in use when deleting itArnaldo Carvalho de Melo1-0/+4
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo1-4/+6
2015-03-11perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo1-1/+1
2014-12-23perf report: Show progress bar for output resortingNamhyung Kim1-1/+1
2014-10-14perf tools: Remove hists from evselArnaldo Carvalho de Melo1-1/+4
2014-10-14perf session: Remove last reference to hists structArnaldo Carvalho de Melo1-0/+1
2014-10-09perf evsel: Add hists helperArnaldo Carvalho de Melo1-4/+4
2014-09-26perf tools: Modify error code for when perf_session__new() failsTaeung Song1-1/+1
2014-08-13perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim1-1/+1
2014-08-13perf annotate: Move session handling out of __cmd_annotate()Namhyung Kim1-35/+40
2014-08-12perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa1-1/+1