aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-annotate.c
AgeCommit message (Expand)Author
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
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo
2013-12-19perf hists: Leave symbol addr hist bucket auto alloc to symbol layerArnaldo Carvalho de Melo
2013-12-09perf annotate: Fix typoDongsheng Yang
2013-11-04perf hists: Consolidate __hists__add_*entry()Namhyung Kim
2013-10-23perf tools: Show progress on histogram collapsingNamhyung Kim
2013-10-23perf tools: Stop using 'self' in some more placesArnaldo Carvalho de Melo
2013-10-21perf session: Separating data file properties from sessionJiri Olsa
2013-10-21perf tools: Add data object to handle perf data fileJiri Olsa
2013-10-09perf tools: Separate out GTK codes to libperf-gtk.soNamhyung Kim
2013-10-04tools/perf: Add support for record transaction flagsAndi Kleen
2013-09-11perf tools: Add attr->mmap2 supportStephane Eranian
2013-08-12perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter
2013-08-12perf annotate: Set the machines symbol filterAdrian Hunter
2013-04-01perf tools: Add support for weight v7 (modified)Andi Kleen
2013-03-15perf annotate: Add basic support to event group viewNamhyung Kim
2013-03-15perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim
2013-02-14perf annotate: Make it to be able to skip unannotatable symbolsNamhyung Kim
2013-02-14perf gtk/annotate: Support multiple event annotationNamhyung Kim
2013-02-14perf ui/gtk: Implement basic GTK2 annotation browserNamhyung Kim
2013-02-06perf sort: Make setup_sorting returns an error codeNamhyung Kim
2012-11-05perf tools: Introduce struct hist_browser_timerNamhyung Kim
2012-10-29perf tools: Add a global variable "const char *input_name"Feng Tang
2012-10-24perf tools: Try to find cross-built objdump pathIrina Tirdea
2012-10-06perf annotate: Handle PERF_RECORD_EXIT eventsArnaldo Carvalho de Melo
2012-10-06perf event: No need to create a thread when handling PERF_RECORD_EXITArnaldo Carvalho de Melo
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-09-05perf tools: Allow user to indicate path to objdump in command lineMaciek Borzecki
2012-05-29perf tools: Convert critical messages to ui__error()Namhyung Kim
2012-01-08perf annotate: Get rid of field_sep checkNamhyung Kim
2012-01-08perf annotate: Fix usage stringNamhyung Kim