aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-report.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-24/+24
2009-08-31perf tools: Librarize idle thread registrationFrederic Weisbecker1-17/+15
2009-08-31Merge branch 'perfcounters/tracing' into perfcounters/coreIngo Molnar1-1/+1
2009-08-28perf tools: do not complain if root is owning perf.dataPierre Habouzit1-2/+2
2009-08-24Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar1-0/+7
2009-08-19perf tools: Check perf.data ownerPeter Zijlstra1-0/+7
2009-08-18perf tools: Fix comm column adjustingFrederic Weisbecker1-2/+23
2009-08-18perf tools: Fix spelling mistake in callchain errorFrederic Weisbecker1-1/+1
2009-08-16perf tools: Librarize trace_event() helperFrederic Weisbecker1-38/+1
2009-08-16perf tools: Librarize sample type and attr finding from headersFrederic Weisbecker1-38/+6
2009-08-16perf tools: Put the show mode into the event headers filesFrederic Weisbecker1-4/+0
2009-08-16perf tools: Factorize the dprintf definitionFrederic Weisbecker1-29/+27
2009-08-16perf: Enable more compiler warningsIngo Molnar1-18/+20
2009-08-15perf tools: Factorize the thread code in a dedicated fileFrederic Weisbecker1-184/+21
2009-08-15Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar1-5/+7
2009-08-13perf report: Don't show unresolved DSOs and symbols when -S/-d is usedArnaldo Carvalho de Melo1-2/+3
2009-08-12perf report: Show the tid too in -DArnaldo Carvalho de Melo1-3/+4
2009-08-12perf tools: Factorize the map helpersFrederic Weisbecker1-119/+5
2009-08-12perf tools: Factorize the event structure definitions in a single fileFrederic Weisbecker1-53/+0
2009-08-12perf tools: Factorize high level dso helpersFrederic Weisbecker1-97/+0
2009-08-10perf report: Add raw displaying of per-thread countersBrice Goglin1-1/+10
2009-08-09perf report: Fix and improve the displaying of per-thread event countersBrice Goglin1-0/+25
2009-08-09perf tools: callchain: Fix sum of percentages to be 100% by displaying amount of ignored chains in fractal modeFrederic Weisbecker1-3/+44
2009-08-09perf tools: callchain: Fix 'perf report' display to be callchain by defaultFrederic Weisbecker1-1/+15
2009-08-09perf report: Add debug help for the finding of symbol bugs - show the symtab origin (DSO, build-id, kernel, etc)Arnaldo Carvalho de Melo1-1/+2
2009-08-09perf report: Fix per task mult-counter stat reportingPeter Zijlstra1-4/+27
2009-08-09perf tools: Fix call-chain cumul hit based sub-total (fractal mode)Frederic Weisbecker1-2/+2
2009-08-05perf report: Make --sort comm,dso,symbol the defaultPekka Enberg1-2/+2
2009-08-04perf: Fix read buffer overflowRoel Kluin1-1/+1
2009-08-02perf report: Update for the new FORK/EXIT eventsPeter Zijlstra1-4/+18
2009-07-22perf_counter: PERF_SAMPLE_ID and inherited countersPeter Zijlstra1-24/+0
2009-07-22Merge commit 'tip/perfcounters/core' into perf-counters-for-linusPeter Zijlstra1-47/+180
2009-07-18perf_counter: Make call graph option consistentAnton Blanchard1-2/+2
2009-07-11perf report: Introduce -n/--show-nr-samplesArnaldo Carvalho de Melo1-0/+18
2009-07-11perf report: Make the output more compactArnaldo Carvalho de Melo1-15/+21
2009-07-11perf report: Tidy up reporting of symbols not foundArnaldo Carvalho de Melo1-3/+2
2009-07-11perf report: Adjust column width to the values sampledArnaldo Carvalho de Melo1-32/+142
2009-07-05perf report: Add "Fractal" mode output - support callchains with relative overhead rateFrederic Weisbecker1-20/+40
2009-07-05perf report: Change default callchain parametersFrederic Weisbecker1-2/+2
2009-07-05perf report: Use a modifiable string for default callchain optionsFrederic Weisbecker1-1/+3
2009-07-05perf report: Warn on callchain output request from non-callchain fileFrederic Weisbecker1-3/+13
2009-07-03perf report: Annotate variable initializationIngo Molnar1-1/+1
2009-07-02perf_counter tools: Display percents of hits in callchain with overhead colorsFrederic Weisbecker1-2/+3
2009-07-02perf_counter tools: Provide helper to print percents colorFrederic Weisbecker1-18/+3
2009-07-02perf_counter tools: Set the minimum percent for callchains to be displayedFrederic Weisbecker1-11/+34
2009-07-02perf report: Add support for callchain graph outputFrederic Weisbecker1-7/+134
2009-07-02perf_counter tools: Enable kernel module symbol loading in toolsMike Galbraith1-1/+8
2009-07-02perf_counter tools: Connect module support infrastructure to symbol loading infrastructureMike Galbraith1-1/+1
2009-07-02perf_counter tools: Make symbol loading consistently return number of loaded symbolsMike Galbraith1-1/+1
2009-07-01perf_counter tools: Share list.h with the kernelArnaldo Carvalho de Melo1-1/+1