aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-report.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-11perf tools: Add attr->mmap2 supportStephane Eranian1-0/+1
2013-08-29perf tools: Add support for PERF_SAMPLE_IDENTIFIERAdrian Hunter1-1/+1
2013-08-12perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter1-2/+1
2013-08-12perf report: Set the machines symbol filterAdrian Hunter1-3/+3
2013-07-22perf tools: Support callchain sorting based on addressesAndi Kleen1-4/+15
2013-07-15perf tools: Remove event types framework completelyJiri Olsa1-1/+0
2013-07-12perf tools: Centralize default columns init in perf_hpp__initJiri Olsa1-1/+0
2013-07-12perf report/top: Add option to collapse undesired parts of call graphGreg Price1-3/+24
2013-07-12perf report: Fix perf_session__delete removalJiri Olsa1-18/+5
2013-07-12perf tools: Do not elide parent symbol columnJiri Olsa1-8/+0
2013-07-08perf tools: Fix -x/--exclude-other option for report commandJiri Olsa1-2/+1
2013-05-28perf report: Add report.percent-limit config variableNamhyung Kim1-1/+6
2013-05-28perf report: Add --percent-limit optionNamhyung Kim1-4/+17
2013-05-28perf report: Don't bother locking when adding hist entriesNamhyung Kim1-4/+0
2013-05-28perf hists: Move locking to its call-sitesNamhyung Kim1-12/+14
2013-05-28perf sort: Consolidate sort_entry__setup_elide()Namhyung Kim1-19/+1
2013-05-28perf sort: Separate out memory-specific sort keysNamhyung Kim1-0/+2
2013-05-28perf sort: Introduce sort__mode variableNamhyung Kim1-10/+13
2013-05-28perf hists: Fix an invalid memory free on he->branch_infoNamhyung Kim1-3/+6
2013-04-01perf tools: Remove dependency on libnewtArnaldo Carvalho de Melo1-3/+3
2013-04-01perf report: Add support for mem access profilingStephane Eranian1-4/+131
2013-04-01perf tools: Add support for weight v7 (modified)Andi Kleen1-3/+5
2013-03-26perf report: Add --no-demangle optionNamhyung Kim1-0/+2
2013-03-15perf report: Remove duplicated includeWei Yongjun1-1/+0
2013-03-15perf evsel: Introduce perf_evsel__is_group_event() helperNamhyung Kim1-1/+1
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