aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-22Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-perfLinus Torvalds20-167/+616
2009-07-22perf_counter tools: Give perf top inherit optionMike Galbraith1-1/+5
2009-07-22perf_counter tools: Fix vmlinux symbol generation breakageMike Galbraith1-2/+5
2009-07-22perf_counter: Detect debugfs locationJason Baron5-17/+102
2009-07-22perf_counter: Add tracepoint support to perf list, perf statJason Baron2-1/+176
2009-07-22perf symbol: C++ demanglingArnaldo Carvalho de Melo2-3/+20
2009-07-22perf: avoid structure size confusion by using a fixed sizeArjan van de Ven1-1/+1
2009-07-22perf_counter: Improve perf stat and perf record option parsingAnton Blanchard2-2/+4
2009-07-22perf_counter: PERF_SAMPLE_ID and inherited countersPeter Zijlstra2-48/+0
2009-07-22Merge commit 'tip/perfcounters/core' into perf-counters-for-linusPeter Zijlstra8-103/+304
2009-07-18perf_counter: Make call graph option consistentAnton Blanchard1-2/+2
2009-07-18perf_counter: Add perf record option to log addressesAnton Blanchard1-0/+6
2009-07-18perf_counter: Synthesize VDSO mmap eventAnton Blanchard1-0/+4
2009-07-13perf_counter tools: Fix index boundary checkRoel Kluin1-1/+1
2009-07-11perf report: Introduce -n/--show-nr-samplesArnaldo Carvalho de Melo2-0/+21
2009-07-11perf_counter tools: PLT info is stripped in -debuginfo packagesArnaldo Carvalho de Melo1-51/+65
2009-07-11perf report: Make the output more compactArnaldo Carvalho de Melo1-15/+21
2009-07-11strlist: Introduce strlist__entry and strlist__nr_entries methodsArnaldo Carvalho de Melo2-4/+27
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 Melo5-32/+164
2009-07-10Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds43-1580/+1752
2009-07-10perf_counter: Add P6 PMU supportVince Weaver1-1/+7
2009-07-10perf_counter tools: Rename cache events to remove $Anton Blanchard1-2/+2
2009-07-05perf report: Add "Fractal" mode output - support callchains with relative overhead rateFrederic Weisbecker3-41/+124
2009-07-05perf_counter tools: callchains: Manage the cumul hits on the flyFrederic Weisbecker1-4/+8
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-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds1-0/+6
2009-07-03perf report: Annotate variable initializationIngo Molnar1-1/+1
2009-07-03perf_counter tools: Adjust symbols in ET_EXEC files tooArnaldo Carvalho de Melo2-6/+7
2009-07-03parisc: perf: wire up sys_perf_counter_openKyle McMartin1-0/+6
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 Weisbecker5-56/+38
2009-07-02perf_counter tools: Set the minimum percent for callchains to be displayedFrederic Weisbecker3-21/+49
2009-07-02perf report: Add support for callchain graph outputFrederic Weisbecker3-18/+185
2009-07-02perf_counter tools: Add new OPT_CALLBACK_DEFAULT optionFrederic Weisbecker2-1/+4
2009-07-02perf_counter tools: Create new chain_for_each_child() iteratorFrederic Weisbecker1-3/+6
2009-07-02perf_counter tools: Enable kernel module symbol loading in toolsMike Galbraith3-8/+38
2009-07-02perf_counter tools: Connect module support infrastructure to symbol loading infrastructureMike Galbraith5-14/+156
2009-07-02perf_counter tools: Add infrastructure to support loading of kernel module symbolsMike Galbraith3-0/+564
2009-07-02perf_counter tools: Make symbol loading consistently return number of loaded symbolsMike Galbraith4-6/+9
2009-07-01perf stat: Handle pipe read failures in perf statFrederic Weisbecker1-2/+4
2009-07-01perf_counter tools: Share list.h with the kernelArnaldo Carvalho de Melo10-608/+32
2009-07-01perf_counter tools: Share rbtree.with the kernelArnaldo Carvalho de Melo12-562/+39
2009-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-0/+10
2009-07-01perf list: Add cache eventsJaswinder Singh Rajput1-1/+16
2009-07-01perf stat: Define MATCH_EVENT for easy attr checkingJaswinder Singh Rajput1-17/+10
2009-07-01perf_counter tools: Add more warnings and fix/annotate themIngo Molnar27-128/+151
2009-07-01perf report: Fix HV bit mismergeIngo Molnar1-3/+3