aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2009-07-22Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 20-167/+616
2009-07-22perf_counter tools: Give perf top inherit optionGravatar Mike Galbraith 1-1/+5
2009-07-22perf_counter tools: Fix vmlinux symbol generation breakageGravatar Mike Galbraith 1-2/+5
2009-07-22perf_counter: Detect debugfs locationGravatar Jason Baron 5-17/+102
2009-07-22perf_counter: Add tracepoint support to perf list, perf statGravatar Jason Baron 2-1/+176
2009-07-22perf symbol: C++ demanglingGravatar Arnaldo Carvalho de Melo 2-3/+20
2009-07-22perf: avoid structure size confusion by using a fixed sizeGravatar Arjan van de Ven 1-1/+1
2009-07-22perf_counter: Improve perf stat and perf record option parsingGravatar Anton Blanchard 2-2/+4
2009-07-22perf_counter: PERF_SAMPLE_ID and inherited countersGravatar Peter Zijlstra 2-48/+0
2009-07-22Merge commit 'tip/perfcounters/core' into perf-counters-for-linusGravatar Peter Zijlstra 8-103/+304
2009-07-18perf_counter: Make call graph option consistentGravatar Anton Blanchard 1-2/+2
2009-07-18perf_counter: Add perf record option to log addressesGravatar Anton Blanchard 1-0/+6
2009-07-18perf_counter: Synthesize VDSO mmap eventGravatar Anton Blanchard 1-0/+4
2009-07-13perf_counter tools: Fix index boundary checkGravatar Roel Kluin 1-1/+1
2009-07-11perf report: Introduce -n/--show-nr-samplesGravatar Arnaldo Carvalho de Melo 2-0/+21
2009-07-11perf_counter tools: PLT info is stripped in -debuginfo packagesGravatar Arnaldo Carvalho de Melo 1-51/+65
2009-07-11perf report: Make the output more compactGravatar Arnaldo Carvalho de Melo 1-15/+21
2009-07-11strlist: Introduce strlist__entry and strlist__nr_entries methodsGravatar Arnaldo Carvalho de Melo 2-4/+27
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 5-32/+164
2009-07-10Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 43-1580/+1752
2009-07-10perf_counter: Add P6 PMU supportGravatar Vince Weaver 1-1/+7
2009-07-10perf_counter tools: Rename cache events to remove $Gravatar Anton Blanchard 1-2/+2
2009-07-05perf report: Add "Fractal" mode output - support callchains with relative ove...Gravatar Frederic Weisbecker 3-41/+124
2009-07-05perf_counter tools: callchains: Manage the cumul hits on the flyGravatar Frederic Weisbecker 1-4/+8
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-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kyl...Gravatar Linus Torvalds 1-0/+6
2009-07-03perf report: Annotate variable initializationGravatar Ingo Molnar 1-1/+1
2009-07-03perf_counter tools: Adjust symbols in ET_EXEC files tooGravatar Arnaldo Carvalho de Melo 2-6/+7
2009-07-03parisc: perf: wire up sys_perf_counter_openGravatar Kyle McMartin 1-0/+6
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 5-56/+38
2009-07-02perf_counter tools: Set the minimum percent for callchains to be displayedGravatar Frederic Weisbecker 3-21/+49
2009-07-02perf report: Add support for callchain graph outputGravatar Frederic Weisbecker 3-18/+185
2009-07-02perf_counter tools: Add new OPT_CALLBACK_DEFAULT optionGravatar Frederic Weisbecker 2-1/+4
2009-07-02perf_counter tools: Create new chain_for_each_child() iteratorGravatar Frederic Weisbecker 1-3/+6
2009-07-02perf_counter tools: Enable kernel module symbol loading in toolsGravatar Mike Galbraith 3-8/+38
2009-07-02perf_counter tools: Connect module support infrastructure to symbol loading i...Gravatar Mike Galbraith 5-14/+156
2009-07-02perf_counter tools: Add infrastructure to support loading of kernel module sy...Gravatar Mike Galbraith 3-0/+564
2009-07-02perf_counter tools: Make symbol loading consistently return number of loaded ...Gravatar Mike Galbraith 4-6/+9
2009-07-01perf stat: Handle pipe read failures in perf statGravatar Frederic Weisbecker 1-2/+4
2009-07-01perf_counter tools: Share list.h with the kernelGravatar Arnaldo Carvalho de Melo 10-608/+32
2009-07-01perf_counter tools: Share rbtree.with the kernelGravatar Arnaldo Carvalho de Melo 12-562/+39
2009-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Gravatar Linus Torvalds 1-0/+10
2009-07-01perf list: Add cache eventsGravatar Jaswinder Singh Rajput 1-1/+16
2009-07-01perf stat: Define MATCH_EVENT for easy attr checkingGravatar Jaswinder Singh Rajput 1-17/+10
2009-07-01perf_counter tools: Add more warnings and fix/annotate themGravatar Ingo Molnar 27-128/+151
2009-07-01perf report: Fix HV bit mismergeGravatar Ingo Molnar 1-3/+3