summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-07-2220-167/+616
|\
| * perf_counter tools: Give perf top inherit optionMike Galbraith2009-07-221-1/+5
| * perf_counter tools: Fix vmlinux symbol generation breakageMike Galbraith2009-07-221-2/+5
| * perf_counter: Detect debugfs locationJason Baron2009-07-225-17/+102
| * perf_counter: Add tracepoint support to perf list, perf statJason Baron2009-07-222-1/+176
| * perf symbol: C++ demanglingArnaldo Carvalho de Melo2009-07-222-3/+20
| * perf: avoid structure size confusion by using a fixed sizeArjan van de Ven2009-07-221-1/+1
| * perf_counter: Improve perf stat and perf record option parsingAnton Blanchard2009-07-222-2/+4
| * perf_counter: PERF_SAMPLE_ID and inherited countersPeter Zijlstra2009-07-222-48/+0
| * Merge commit 'tip/perfcounters/core' into perf-counters-for-linusPeter Zijlstra2009-07-228-103/+304
| |\
| | * perf report: Introduce -n/--show-nr-samplesArnaldo Carvalho de Melo2009-07-112-0/+21
| | * perf_counter tools: PLT info is stripped in -debuginfo packagesArnaldo Carvalho de Melo2009-07-111-51/+65
| | * perf report: Make the output more compactArnaldo Carvalho de Melo2009-07-111-15/+21
| | * strlist: Introduce strlist__entry and strlist__nr_entries methodsArnaldo Carvalho de Melo2009-07-112-4/+27
| | * 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-115-32/+164
| | * perf_counter: Add P6 PMU supportVince Weaver2009-07-101-1/+7
| * | perf_counter: Make call graph option consistentAnton Blanchard2009-07-181-2/+2
| * | perf_counter: Add perf record option to log addressesAnton Blanchard2009-07-181-0/+6
| * | perf_counter: Synthesize VDSO mmap eventAnton Blanchard2009-07-181-0/+4
| * | perf_counter tools: Fix index boundary checkRoel Kluin2009-07-131-1/+1
| |/
| * perf_counter tools: Rename cache events to remove $Anton Blanchard2009-07-101-2/+2
* | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-07-1043-1580/+1752
|\|
| * perf report: Add "Fractal" mode output - support callchains with relative ove...Frederic Weisbecker2009-07-053-41/+124
| * perf_counter tools: callchains: Manage the cumul hits on the flyFrederic Weisbecker2009-07-051-4/+8
| * 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: Adjust symbols in ET_EXEC files tooArnaldo Carvalho de Melo2009-07-032-6/+7
| * 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-025-56/+38
| * perf_counter tools: Set the minimum percent for callchains to be displayedFrederic Weisbecker2009-07-023-21/+49
| * perf report: Add support for callchain graph outputFrederic Weisbecker2009-07-023-18/+185
| * perf_counter tools: Add new OPT_CALLBACK_DEFAULT optionFrederic Weisbecker2009-07-022-1/+4
| * perf_counter tools: Create new chain_for_each_child() iteratorFrederic Weisbecker2009-07-021-3/+6
| * perf_counter tools: Enable kernel module symbol loading in toolsMike Galbraith2009-07-023-8/+38
| * perf_counter tools: Connect module support infrastructure to symbol loading i...Mike Galbraith2009-07-025-14/+156
| * perf_counter tools: Add infrastructure to support loading of kernel module sy...Mike Galbraith2009-07-023-0/+564
| * perf_counter tools: Make symbol loading consistently return number of loaded ...Mike Galbraith2009-07-024-6/+9
| * perf stat: Handle pipe read failures in perf statFrederic Weisbecker2009-07-011-2/+4
| * perf_counter tools: Share list.h with the kernelArnaldo Carvalho de Melo2009-07-0110-608/+32
| * perf_counter tools: Share rbtree.with the kernelArnaldo Carvalho de Melo2009-07-0112-562/+39
| * perf list: Add cache eventsJaswinder Singh Rajput2009-07-011-1/+16
| * perf stat: Define MATCH_EVENT for easy attr checkingJaswinder Singh Rajput2009-07-011-17/+10
| * perf_counter tools: Add more warnings and fix/annotate themIngo Molnar2009-07-0127-128/+151
| * perf report: Fix HV bit mismergeIngo Molnar2009-07-011-3/+3
| * perf_counter tools: Rework event string parsing/syntaxPaul Mackerras2009-07-011-72/+160
| * perf_counter tools: Various fixes for callchainsFrederic Weisbecker2009-07-011-32/+90
| * perf_counter tools: Resolve symbols in callchainsFrederic Weisbecker2009-07-013-50/+90