aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-annotate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-01perf hists: Check if accumulated when adding a hist entryNamhyung Kim1-1/+2
2014-06-01perf tools: Introduce hists__inc_nr_samples()Namhyung Kim1-1/+1
2014-04-24perf tools: Account entry stats when it's added to the output treeNamhyung Kim1-2/+1
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo1-1/+1
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo1-2/+1
2013-12-19perf hists: Leave symbol addr hist bucket auto alloc to symbol layerArnaldo Carvalho de Melo1-9/+1
2013-12-09perf annotate: Fix typoDongsheng Yang1-1/+1
2013-11-04perf hists: Consolidate __hists__add_*entry()Namhyung Kim1-1/+1
2013-10-23perf tools: Show progress on histogram collapsingNamhyung Kim1-1/+1
2013-10-23perf tools: Stop using 'self' in some more placesArnaldo Carvalho de Melo1-2/+2
2013-10-21perf session: Separating data file properties from sessionJiri Olsa1-1/+1
2013-10-21perf tools: Add data object to handle perf data fileJiri Olsa1-2/+7
2013-10-09perf tools: Separate out GTK codes to libperf-gtk.soNamhyung Kim1-3/+23
2013-10-04tools/perf: Add support for record transaction flagsAndi Kleen1-1/+1
2013-09-11perf tools: Add attr->mmap2 supportStephane Eranian1-0/+1
2013-08-12perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter1-2/+1
2013-08-12perf annotate: Set the machines symbol filterAdrian Hunter1-1/+3
2013-04-01perf tools: Add support for weight v7 (modified)Andi Kleen1-1/+1
2013-03-15perf annotate: Add basic support to event group viewNamhyung Kim1-0/+7
2013-03-15perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim1-7/+9
2013-02-14perf annotate: Make it to be able to skip unannotatable symbolsNamhyung Kim1-2/+15
2013-02-14perf gtk/annotate: Support multiple event annotationNamhyung Kim1-0/+4
2013-02-14perf ui/gtk: Implement basic GTK2 annotation browserNamhyung Kim1-2/+8
2013-02-06perf sort: Make setup_sorting returns an error codeNamhyung Kim1-1/+2
2012-11-05perf tools: Introduce struct hist_browser_timerNamhyung Kim1-1/+1
2012-10-29perf tools: Add a global variable "const char *input_name"Feng Tang1-3/+2
2012-10-24perf tools: Try to find cross-built objdump pathIrina Tirdea1-0/+7
2012-10-06perf annotate: Handle PERF_RECORD_EXIT eventsArnaldo Carvalho de Melo1-0/+1
2012-10-06perf event: No need to create a thread when handling PERF_RECORD_EXITArnaldo Carvalho de Melo1-1/+1
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-1/+1
2012-09-05perf tools: Allow user to indicate path to objdump in command lineMaciek Borzecki1-0/+2
2012-05-29perf tools: Convert critical messages to ui__error()Namhyung Kim1-1/+1
2012-01-08perf annotate: Get rid of field_sep checkNamhyung Kim1-5/+0
2012-01-08perf annotate: Fix usage stringNamhyung Kim1-1/+1
2011-12-23perf report: Accept fifos as input fileRobert Richter1-2/+1
2011-11-28perf tools: make -C consistent across commands (for cpu list arg)David Ahern1-1/+1
2011-11-28perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo1-6/+7
2011-11-28perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo1-2/+2
2011-11-28perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo1-28/+34
2011-11-28perf annotate: Group options in a structArnaldo Carvalho de Melo1-31/+33
2011-11-28perf symbols: Add nr_events to symbol_confArnaldo Carvalho de Melo1-14/+8
2011-10-20perf ui browser: Use libslang to read keysArnaldo Carvalho de Melo1-4/+4