summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2009-07-10Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds43-1580/+1752
2009-07-05perf report: Add "Fractal" mode output - support callchains with relative ove...Frederic 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/kyl...Linus 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 i...Mike Galbraith5-14/+156
2009-07-02perf_counter tools: Add infrastructure to support loading of kernel module sy...Mike Galbraith3-0/+564
2009-07-02perf_counter tools: Make symbol loading consistently return number of loaded ...Mike 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
2009-07-01perf_counter tools: Rework event string parsing/syntaxPaul Mackerras1-72/+160
2009-07-01perf_counter tools: Various fixes for callchainsFrederic Weisbecker1-32/+90
2009-07-01perf_counter tools: Resolve symbols in callchainsFrederic Weisbecker3-50/+90
2009-07-01perf_counter tools: Fix storage size allocation of callchain listFrederic Weisbecker1-1/+1
2009-07-01Merge branch 'linus' into perfcounters/urgentIngo Molnar1-0/+6
2009-06-30Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds27-354/+1279
2009-07-01perf report: Add hypervisor dsoAnton Blanchard1-1/+14
2009-07-01perf report: Fix reporting of hypervisorAnton Blanchard1-2/+5
2009-07-01perf top: Add ppc64 specific skip symbols and strip ppc64 . prefixAnton Blanchard1-0/+9
2009-07-01perf top: Move skip symbols to an arrayAnton Blanchard1-7/+17
2009-07-01perf_counter tools: Remove zlib dependencyAnton Blanchard1-6/+0
2009-07-01perf report: Fix -z optionAnton Blanchard1-1/+1
2009-07-01perf report: Add --symbols parameterArnaldo Carvalho de Melo2-2/+12
2009-07-01perf report: Add --comms parameterArnaldo Carvalho de Melo2-10/+27
2009-07-01perf report: Add --dsos parameterArnaldo Carvalho de Melo5-0/+238
2009-06-30perf_counter tools: Adjust only prelinked symbol's addressesArnaldo Carvalho de Melo2-6/+13
2009-06-30perf_counter: Provide a way to enable counters on execPaul Mackerras1-3/+3
2009-06-29perf_counter tools: Reduce perf stat measurement overhead/skewPaul Mackerras1-14/+50
2009-06-29perf stat: Use percentages for scaling outputIngo Molnar1-1/+2
2009-06-28perf stat: Micro-optimize the code: memcpy is only required if no event is se...Jaswinder Singh Rajput1-5/+6
2009-06-27perf stat: Improve outputJaswinder Singh Rajput1-6/+5
2009-06-27perf stat: Fix multi-run statsIngo Molnar1-4/+11