summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-report.c
Commit message (Expand)AuthorAgeFilesLines
* perf_counter: PERF_SAMPLE_ID and inherited countersPeter Zijlstra2009-07-221-24/+0
* Merge commit 'tip/perfcounters/core' into perf-counters-for-linusPeter Zijlstra2009-07-221-47/+180
|\
| * perf report: Introduce -n/--show-nr-samplesArnaldo Carvalho de Melo2009-07-111-0/+18
| * perf report: Make the output more compactArnaldo Carvalho de Melo2009-07-111-15/+21
| * perf report: Tidy up reporting of symbols not foundArnaldo Carvalho de Melo2009-07-111-3/+2
| * perf report: Adjust column width to the values sampledArnaldo Carvalho de Melo2009-07-111-32/+142
* | perf_counter: Make call graph option consistentAnton Blanchard2009-07-181-2/+2
|/
* perf report: Add "Fractal" mode output - support callchains with relative ove...Frederic Weisbecker2009-07-051-20/+40
* perf report: Change default callchain parametersFrederic Weisbecker2009-07-051-2/+2
* perf report: Use a modifiable string for default callchain optionsFrederic Weisbecker2009-07-051-1/+3
* perf report: Warn on callchain output request from non-callchain fileFrederic Weisbecker2009-07-051-3/+13
* perf report: Annotate variable initializationIngo Molnar2009-07-031-1/+1
* perf_counter tools: Display percents of hits in callchain with overhead colorsFrederic Weisbecker2009-07-021-2/+3
* perf_counter tools: Provide helper to print percents colorFrederic Weisbecker2009-07-021-18/+3
* perf_counter tools: Set the minimum percent for callchains to be displayedFrederic Weisbecker2009-07-021-11/+34
* perf report: Add support for callchain graph outputFrederic Weisbecker2009-07-021-7/+134
* perf_counter tools: Enable kernel module symbol loading in toolsMike Galbraith2009-07-021-1/+8
* perf_counter tools: Connect module support infrastructure to symbol loading i...Mike Galbraith2009-07-021-1/+1
* perf_counter tools: Make symbol loading consistently return number of loaded ...Mike Galbraith2009-07-021-1/+1
* perf_counter tools: Share list.h with the kernelArnaldo Carvalho de Melo2009-07-011-1/+1
* perf_counter tools: Share rbtree.with the kernelArnaldo Carvalho de Melo2009-07-011-1/+1
* perf_counter tools: Add more warnings and fix/annotate themIngo Molnar2009-07-011-11/+11
* perf report: Fix HV bit mismergeIngo Molnar2009-07-011-3/+3
* perf_counter tools: Resolve symbols in callchainsFrederic Weisbecker2009-07-011-35/+67
* perf report: Add hypervisor dsoAnton Blanchard2009-07-011-1/+14
* perf report: Fix reporting of hypervisorAnton Blanchard2009-07-011-2/+5
* perf report: Add --symbols parameterArnaldo Carvalho de Melo2009-07-011-2/+8
* perf report: Add --comms parameterArnaldo Carvalho de Melo2009-07-011-10/+23
* perf report: Add --dsos parameterArnaldo Carvalho de Melo2009-07-011-0/+16
* perf report: Print sorted callchains per histogram entriesFrederic Weisbecker2009-06-261-11/+71
* perf_counter tools: Prepare a small callchain frameworkFrederic Weisbecker2009-06-261-5/+0
* perf-report: Add bare minimum PERF_EVENT_READ parsingPeter Zijlstra2009-06-251-0/+24
* perf_counter: Rework the sample ABIPeter Zijlstra2009-06-251-13/+19
* perf_counter tools: Rework the file formatPeter Zijlstra2009-06-251-9/+28
* perf_counter tools: Handle overlapping MMAP eventsPeter Zijlstra2009-06-231-3/+21
* perf report: Output more symbol related debug dataPeter Zijlstra2009-06-221-2/+3
* perfcounter: Handle some IO return valuesFrederic Weisbecker2009-06-201-1/+4
* perf_counter tools: Define and use our own u64, s64 etc. definitionsPaul Mackerras2009-06-191-42/+42
* perf_counter tools: Add a data file headerPeter Zijlstra2009-06-191-1/+15
* perf_counter: Update userspace callchain sampling usesPeter Zijlstra2009-06-191-47/+39
* perf report: Filter to parent set by defaultIngo Molnar2009-06-181-3/+27
* perf_counter tools: Handle lost eventsPeter Zijlstra2009-06-181-1/+28
* perf_counter tools: Add and use isprint()Peter Zijlstra2009-06-181-1/+1
* perf report: Add validation of call-chain entriesIngo Molnar2009-06-181-28/+46
* perf report: Tidy up the "--parent <regex>" and "--sort parent" call-chain fe...Ingo Molnar2009-06-181-33/+34
* perf_counter tools: Replace isprint() with issane()Peter Zijlstra2009-06-171-1/+1
* perf report: Add --sort <call> --call <$regex>Peter Zijlstra2009-06-171-51/+158
* perf report: Fix 32-bit printf formatIngo Molnar2009-06-151-1/+1
* perf report: Add per system call overhead histogramIngo Molnar2009-06-151-0/+12
* perf record/report: Add call graph / call chain profilingIngo Molnar2009-06-141-12/+45
OpenPOWER on IntegriCloud