summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-report.c
Commit message (Expand)AuthorAgeFilesLines
* perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-24/+24
* perf tools: Librarize idle thread registrationFrederic Weisbecker2009-08-311-17/+15
* Merge branch 'perfcounters/tracing' into perfcounters/coreIngo Molnar2009-08-311-1/+1
|\
| * perf tools: Fix spelling mistake in callchain errorFrederic Weisbecker2009-08-181-1/+1
* | perf tools: do not complain if root is owning perf.dataPierre Habouzit2009-08-281-2/+2
* | Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar2009-08-241-0/+7
|\ \
| * | perf tools: Check perf.data ownerPeter Zijlstra2009-08-191-0/+7
* | | perf tools: Fix comm column adjustingFrederic Weisbecker2009-08-181-2/+23
| |/ |/|
* | perf tools: Librarize trace_event() helperFrederic Weisbecker2009-08-161-38/+1
* | perf tools: Librarize sample type and attr finding from headersFrederic Weisbecker2009-08-161-38/+6
* | perf tools: Put the show mode into the event headers filesFrederic Weisbecker2009-08-161-4/+0
* | perf tools: Factorize the dprintf definitionFrederic Weisbecker2009-08-161-29/+27
* | perf: Enable more compiler warningsIngo Molnar2009-08-161-18/+20
* | perf tools: Factorize the thread code in a dedicated fileFrederic Weisbecker2009-08-151-184/+21
* | Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar2009-08-151-5/+7
|\|
| * perf report: Don't show unresolved DSOs and symbols when -S/-d is usedArnaldo Carvalho de Melo2009-08-131-2/+3
| * perf report: Show the tid too in -DArnaldo Carvalho de Melo2009-08-121-3/+4
* | perf tools: Factorize the map helpersFrederic Weisbecker2009-08-121-119/+5
* | perf tools: Factorize the event structure definitions in a single fileFrederic Weisbecker2009-08-121-53/+0
* | perf tools: Factorize high level dso helpersFrederic Weisbecker2009-08-121-97/+0
* | perf report: Add raw displaying of per-thread countersBrice Goglin2009-08-101-1/+10
* | perf report: Fix and improve the displaying of per-thread event countersBrice Goglin2009-08-091-0/+25
|/
* perf tools: callchain: Fix sum of percentages to be 100% by displaying amount...Frederic Weisbecker2009-08-091-3/+44
* perf tools: callchain: Fix 'perf report' display to be callchain by defaultFrederic Weisbecker2009-08-091-1/+15
* perf report: Add debug help for the finding of symbol bugs - show the symtab ...Arnaldo Carvalho de Melo2009-08-091-1/+2
* perf report: Fix per task mult-counter stat reportingPeter Zijlstra2009-08-091-4/+27
* perf tools: Fix call-chain cumul hit based sub-total (fractal mode)Frederic Weisbecker2009-08-091-2/+2
* perf report: Make --sort comm,dso,symbol the defaultPekka Enberg2009-08-051-2/+2
* perf: Fix read buffer overflowRoel Kluin2009-08-041-1/+1
* perf report: Update for the new FORK/EXIT eventsPeter Zijlstra2009-08-021-4/+18
* 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