aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-report.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-06perf sort: Make setup_sorting returns an error codeNamhyung Kim1-1/+2
2013-02-06perf report: Enable the runtime switching of perf data fileFeng Tang1-11/+27
2013-01-31perf report: Add report.group config optionNamhyung Kim1-0/+13
2013-01-31perf report: Add --group optionNamhyung Kim1-0/+2
2013-01-31perf report: Show group description when event group is enabledNamhyung Kim1-0/+15
2013-01-31perf report: Bypass non-leader events when event group is enabledNamhyung Kim1-0/+4
2013-01-31perf report: Make another loop for linking group histsNamhyung Kim1-1/+12
2013-01-24perf report: Update documentation for sort keysNamhyung Kim1-2/+2
2013-01-24perf machine: Introduce struct machinesArnaldo Carvalho de Melo1-1/+1
2012-12-09perf hists: Introduce perf_hpp__list for period related columnsJiri Olsa1-0/+1
2012-11-05perf report: Postpone objdump check until annotation requestedNamhyung Kim1-7/+2
2012-11-05perf tools: Introduce struct hist_browser_timerNamhyung Kim1-2/+2
2012-10-29perf tools: Add a global variable "const char *input_name"Feng Tang1-7/+6
2012-10-24perf tools: Try to find cross-built objdump pathIrina Tirdea1-0/+7
2012-10-06perf event: No need to create a thread when handling PERF_RECORD_EXITArnaldo Carvalho de Melo1-2/+2
2012-10-04perf tool: Add hpp interface to enable/disable hpp columnJiri Olsa1-1/+1
2012-10-04perf tools: Removing hists pair argument from output pathJiri Olsa1-1/+1
2012-10-04perf diff: Refactor diff displacement possition infoJiri Olsa1-1/+1
2012-09-17perf report: Add missing perf_hpp__init for pipe-modeNamhyung Kim1-1/+3
2012-09-17perf report: Enable integrated annotation only if possibleNamhyung Kim1-6/+6
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-5/+6
2012-09-05perf tools: Allow user to indicate path to objdump in command lineMaciek Borzecki1-0/+2
2012-08-11perf tools: Support for DWARF CFI unwinding on post processingJiri Olsa1-9/+9
2012-08-01perf session: Use perf_evlist__sample_type more extensivelyArnaldo Carvalho de Melo1-2/+3
2012-06-27perf report: Delay sample_type checks in pipe modeDavid Ahern1-2/+4
2012-06-19perf tools: Remove unused evsel parameter from machine__resolve_callchainJiri Olsa1-2/+2
2012-06-19perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo1-3/+3
2012-05-31perf callchain: Make callchain cursors TLSNamhyung Kim1-1/+1
2012-05-30perf report: Use the right symbol for annotationArnaldo Carvalho de Melo1-1/+1
2012-05-29perf tools: Convert critical messages to ui__error()Namhyung Kim1-8/+6
2012-05-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo1-5/+12
2012-05-09perf report: Fix format string for x86-32 compilationJiri Olsa1-1/+1
2012-05-02perf ui: Add gtk2 support into setup_browser()Namhyung Kim1-7/+3
2012-05-02perf ui gtk: Rename functions for consistencyNamhyung Kim1-1/+1
2012-05-02perf ui gtk: Drop arg[cv] arguments from perf_gtk_setup_browser()Namhyung Kim1-1/+1
2012-04-16perf report: Fix crash showing warning related to kernel mapsDavid Ahern1-5/+12
2012-04-07perf report: Correct display of samples and events in headerAshay Rane1-4/+7
2012-03-19perf report: Add a simple GTK2-based 'perf report' browserPekka Enberg1-4/+15
2012-03-16perf report: Treat an argument as a symbol filterNamhyung Kim1-5/+10
2012-03-16perf report: Add --symbol-filter optionNamhyung Kim1-0/+6
2012-03-09perf report: Enable TUI in branch view modeStephane Eranian1-23/+50
2012-03-09perf report: Auto-detect branch stack sampling modeStephane Eranian1-16/+34
2012-03-09perf report: Add support for taken branch samplingRoberto Agostino Vitillo1-9/+98
2011-12-23perf report: Accept fifos as input fileRobert Richter1-3/+10
2011-12-22perf report: Fix usage stringNamhyung Kim1-1/+1
2011-12-20perf report: Document '--call-graph' for optional print_limit argumentNamhyung Kim1-3/+3
2011-11-28perf tools: make -C consistent across commands (for cpu list arg)David Ahern1-2/+2
2011-11-28perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo1-8/+9
2011-11-28perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo1-12/+12
2011-11-28perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo1-44/+53