summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-annotate.c
AgeCommit message (Expand)Author
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa
2017-08-18perf annotate browser: Support --show-nr-samples optionTaeung Song
2017-08-18perf annotate stdio: Support --show-nr-samples optionTaeung Song
2017-07-26perf annotate: Do not overwrite perf_sample->weightArnaldo Carvalho de Melo
2017-07-25perf annotate: Process tracing data in pipe modeDavid Carrillo-Cisneros
2017-07-21perf annotate: Do not overwrite sample->periodTaeung Song
2017-07-21perf hists: Pass perf_sample to __symbol__inc_addr_samples()Taeung Song
2017-07-18perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-11perf annotate: Process attr and build_id recordsDavid Carrillo-Cisneros
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini
2017-02-20perf annotate: Add -q/--quiet optionNamhyung Kim
2016-09-08perf annotate: Add branch stack / basic blockPeter Zijlstra
2016-08-30perf annotate: Initialize the priv are in symbol__new()Arnaldo Carvalho de Melo
2016-07-12perf annotate: Introduce --stdio-color to setup the color output mode selectionArnaldo Carvalho de Melo
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo
2016-06-21perf hists: Rename __hists__add_entry to hists__add_entryJiri Olsa
2016-05-20perf tools: Set buildid dir under symfs when --symfs is providedHe Kuang
2016-03-23perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo
2016-02-03perf hists: Introduce perf_evsel__output_resort functionJiri Olsa
2016-01-06perf tools: Pass evlist to setup_sorting()Namhyung Kim
2016-01-06perf hist: Pass struct sample to __hists__add_entry()Namhyung Kim
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf
2015-12-10perf annotate: Delay UI browser setup after initialization is doneNamhyung Kim
2015-12-10perf annotate: Check argument before calling setup_browser()Namhyung Kim
2015-09-14perf env: Rename some leftovers from rename to perf_envArnaldo Carvalho de Melo
2015-08-24perf annotate: Reset the dso find_symbol cache when removing symbolsArnaldo Carvalho de Melo
2015-08-12perf callchain: Allow disabling call graphs per eventKan Liang
2015-08-06perf report: Add infrastructure for a cycles histogramAndi Kleen
2015-06-19perf annotate: Display total number of samples with --show-total-periodMartin Liška
2015-05-29perf annotate: Fix -i option, which is currently ignored.Martin Liška
2015-05-27perf tools: Check if a map is still in use when deleting itArnaldo Carvalho de Melo
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo
2015-03-11perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo
2014-12-23perf report: Show progress bar for output resortingNamhyung Kim
2014-10-14perf tools: Remove hists from evselArnaldo Carvalho de Melo
2014-10-14perf session: Remove last reference to hists structArnaldo Carvalho de Melo
2014-10-09perf evsel: Add hists helperArnaldo Carvalho de Melo
2014-09-26perf tools: Modify error code for when perf_session__new() failsTaeung Song
2014-08-13perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim
2014-08-13perf annotate: Move session handling out of __cmd_annotate()Namhyung Kim
2014-08-12perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa
2014-06-01perf hists: Check if accumulated when adding a hist entryNamhyung Kim
2014-06-01perf tools: Introduce hists__inc_nr_samples()Namhyung Kim
2014-04-24perf tools: Account entry stats when it's added to the output treeNamhyung Kim
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo