summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-annotate.c
Commit message (Expand)AuthorAgeFilesLines
* perf annotate: Introduce --stdio-color to setup the color output mode selectionArnaldo Carvalho de Melo2016-07-121-0/+3
* perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2016-06-231-1/+1
* perf hists: Rename __hists__add_entry to hists__add_entryJiri Olsa2016-06-211-1/+1
* perf tools: Set buildid dir under symfs when --symfs is providedHe Kuang2016-05-201-2/+3
* perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo2016-03-231-1/+1
* perf hists: Introduce perf_evsel__output_resort functionJiri Olsa2016-02-031-1/+1
* perf tools: Pass evlist to setup_sorting()Namhyung Kim2016-01-061-1/+1
* perf hist: Pass struct sample to __hists__add_entry()Namhyung Kim2016-01-061-2/+5
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-171-1/+1
* perf annotate: Delay UI browser setup after initialization is doneNamhyung Kim2015-12-101-9/+9
* perf annotate: Check argument before calling setup_browser()Namhyung Kim2015-12-101-11/+10
* perf env: Rename some leftovers from rename to perf_envArnaldo Carvalho de Melo2015-09-141-1/+1
* perf annotate: Reset the dso find_symbol cache when removing symbolsArnaldo Carvalho de Melo2015-08-241-0/+1
* perf callchain: Allow disabling call graphs per eventKan Liang2015-08-121-0/+2
* perf report: Add infrastructure for a cycles histogramAndi Kleen2015-08-061-0/+1
* perf annotate: Display total number of samples with --show-total-periodMartin Liška2015-06-191-0/+2
* perf annotate: Fix -i option, which is currently ignored.Martin Liška2015-05-291-1/+2
* perf tools: Check if a map is still in use when deleting itArnaldo Carvalho de Melo2015-05-271-0/+4
* perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo2015-05-081-4/+6
* perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo2015-03-111-1/+1
* perf report: Show progress bar for output resortingNamhyung Kim2014-12-231-1/+1
* perf tools: Remove hists from evselArnaldo Carvalho de Melo2014-10-141-1/+4
* perf session: Remove last reference to hists structArnaldo Carvalho de Melo2014-10-141-0/+1
* perf evsel: Add hists helperArnaldo Carvalho de Melo2014-10-091-4/+4
* perf tools: Modify error code for when perf_session__new() failsTaeung Song2014-09-261-1/+1
* perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim2014-08-131-1/+1
* perf annotate: Move session handling out of __cmd_annotate()Namhyung Kim2014-08-131-35/+40
* perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa2014-08-121-1/+1
* perf hists: Check if accumulated when adding a hist entryNamhyung Kim2014-06-011-1/+2
* perf tools: Introduce hists__inc_nr_samples()Namhyung Kim2014-06-011-1/+1
* perf tools: Account entry stats when it's added to the output treeNamhyung Kim2014-04-241-2/+1
* perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo2014-01-131-1/+1
* perf tools: Introduce zfreeArnaldo Carvalho de Melo2013-12-271-2/+1
* perf hists: Leave symbol addr hist bucket auto alloc to symbol layerArnaldo Carvalho de Melo2013-12-191-9/+1
* perf annotate: Fix typoDongsheng Yang2013-12-091-1/+1
* perf hists: Consolidate __hists__add_*entry()Namhyung Kim2013-11-041-1/+1
* perf tools: Show progress on histogram collapsingNamhyung Kim2013-10-231-1/+1
* perf tools: Stop using 'self' in some more placesArnaldo Carvalho de Melo2013-10-231-2/+2
* perf session: Separating data file properties from sessionJiri Olsa2013-10-211-1/+1
* perf tools: Add data object to handle perf data fileJiri Olsa2013-10-211-2/+7
* perf tools: Separate out GTK codes to libperf-gtk.soNamhyung Kim2013-10-091-3/+23
* tools/perf: Add support for record transaction flagsAndi Kleen2013-10-041-1/+1
* perf tools: Add attr->mmap2 supportStephane Eranian2013-09-111-0/+1
* perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter2013-08-121-2/+1
* perf annotate: Set the machines symbol filterAdrian Hunter2013-08-121-1/+3
* perf tools: Add support for weight v7 (modified)Andi Kleen2013-04-011-1/+1
* perf annotate: Add basic support to event group viewNamhyung Kim2013-03-151-0/+7
* perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim2013-03-151-7/+9
* perf annotate: Make it to be able to skip unannotatable symbolsNamhyung Kim2013-02-141-2/+15
* perf gtk/annotate: Support multiple event annotationNamhyung Kim2013-02-141-0/+4
OpenPOWER on IntegriCloud