aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-report.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-22perf_counter: PERF_SAMPLE_ID and inherited countersGravatar Peter Zijlstra 1-24/+0
2009-07-22Merge commit 'tip/perfcounters/core' into perf-counters-for-linusGravatar Peter Zijlstra 1-47/+180
2009-07-18perf_counter: Make call graph option consistentGravatar Anton Blanchard 1-2/+2
2009-07-11perf report: Introduce -n/--show-nr-samplesGravatar Arnaldo Carvalho de Melo 1-0/+18
2009-07-11perf report: Make the output more compactGravatar Arnaldo Carvalho de Melo 1-15/+21
2009-07-11perf report: Tidy up reporting of symbols not foundGravatar Arnaldo Carvalho de Melo 1-3/+2
2009-07-11perf report: Adjust column width to the values sampledGravatar Arnaldo Carvalho de Melo 1-32/+142
2009-07-05perf report: Add "Fractal" mode output - support callchains with relative ove...Gravatar Frederic Weisbecker 1-20/+40
2009-07-05perf report: Change default callchain parametersGravatar Frederic Weisbecker 1-2/+2
2009-07-05perf report: Use a modifiable string for default callchain optionsGravatar Frederic Weisbecker 1-1/+3
2009-07-05perf report: Warn on callchain output request from non-callchain fileGravatar Frederic Weisbecker 1-3/+13
2009-07-03perf report: Annotate variable initializationGravatar Ingo Molnar 1-1/+1
2009-07-02perf_counter tools: Display percents of hits in callchain with overhead colorsGravatar Frederic Weisbecker 1-2/+3
2009-07-02perf_counter tools: Provide helper to print percents colorGravatar Frederic Weisbecker 1-18/+3
2009-07-02perf_counter tools: Set the minimum percent for callchains to be displayedGravatar Frederic Weisbecker 1-11/+34
2009-07-02perf report: Add support for callchain graph outputGravatar Frederic Weisbecker 1-7/+134
2009-07-02perf_counter tools: Enable kernel module symbol loading in toolsGravatar Mike Galbraith 1-1/+8
2009-07-02perf_counter tools: Connect module support infrastructure to symbol loading i...Gravatar Mike Galbraith 1-1/+1
2009-07-02perf_counter tools: Make symbol loading consistently return number of loaded ...Gravatar Mike Galbraith 1-1/+1
2009-07-01perf_counter tools: Share list.h with the kernelGravatar Arnaldo Carvalho de Melo 1-1/+1
2009-07-01perf_counter tools: Share rbtree.with the kernelGravatar Arnaldo Carvalho de Melo 1-1/+1
2009-07-01perf_counter tools: Add more warnings and fix/annotate themGravatar Ingo Molnar 1-11/+11
2009-07-01perf report: Fix HV bit mismergeGravatar Ingo Molnar 1-3/+3
2009-07-01perf_counter tools: Resolve symbols in callchainsGravatar Frederic Weisbecker 1-35/+67
2009-07-01perf report: Add hypervisor dsoGravatar Anton Blanchard 1-1/+14
2009-07-01perf report: Fix reporting of hypervisorGravatar Anton Blanchard 1-2/+5
2009-07-01perf report: Add --symbols parameterGravatar Arnaldo Carvalho de Melo 1-2/+8
2009-07-01perf report: Add --comms parameterGravatar Arnaldo Carvalho de Melo 1-10/+23
2009-07-01perf report: Add --dsos parameterGravatar Arnaldo Carvalho de Melo 1-0/+16
2009-06-26perf report: Print sorted callchains per histogram entriesGravatar Frederic Weisbecker 1-11/+71
2009-06-26perf_counter tools: Prepare a small callchain frameworkGravatar Frederic Weisbecker 1-5/+0
2009-06-25perf-report: Add bare minimum PERF_EVENT_READ parsingGravatar Peter Zijlstra 1-0/+24
2009-06-25perf_counter: Rework the sample ABIGravatar Peter Zijlstra 1-13/+19
2009-06-25perf_counter tools: Rework the file formatGravatar Peter Zijlstra 1-9/+28
2009-06-23perf_counter tools: Handle overlapping MMAP eventsGravatar Peter Zijlstra 1-3/+21
2009-06-22perf report: Output more symbol related debug dataGravatar Peter Zijlstra 1-2/+3
2009-06-20perfcounter: Handle some IO return valuesGravatar Frederic Weisbecker 1-1/+4
2009-06-19perf_counter tools: Define and use our own u64, s64 etc. definitionsGravatar Paul Mackerras 1-42/+42
2009-06-19perf_counter tools: Add a data file headerGravatar Peter Zijlstra 1-1/+15
2009-06-19perf_counter: Update userspace callchain sampling usesGravatar Peter Zijlstra 1-47/+39
2009-06-18perf report: Filter to parent set by defaultGravatar Ingo Molnar 1-3/+27
2009-06-18perf_counter tools: Handle lost eventsGravatar Peter Zijlstra 1-1/+28
2009-06-18perf_counter tools: Add and use isprint()Gravatar Peter Zijlstra 1-1/+1
2009-06-18perf report: Add validation of call-chain entriesGravatar Ingo Molnar 1-28/+46
2009-06-18perf report: Tidy up the "--parent <regex>" and "--sort parent" call-chain fe...Gravatar Ingo Molnar 1-33/+34
2009-06-17perf_counter tools: Replace isprint() with issane()Gravatar Peter Zijlstra 1-1/+1
2009-06-17perf report: Add --sort <call> --call <$regex>Gravatar Peter Zijlstra 1-51/+158
2009-06-15perf report: Fix 32-bit printf formatGravatar Ingo Molnar 1-1/+1
2009-06-15perf report: Add per system call overhead histogramGravatar Ingo Molnar 1-0/+12
2009-06-14perf record/report: Add call graph / call chain profilingGravatar Ingo Molnar 1-12/+45