aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2009-07-10Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2009-07-05perf report: Add "Fractal" mode output - support callchains with relative ove...Frederic Weisbecker
2009-07-05perf_counter tools: callchains: Manage the cumul hits on the flyFrederic Weisbecker
2009-07-05perf report: Change default callchain parametersFrederic Weisbecker
2009-07-05perf report: Use a modifiable string for default callchain optionsFrederic Weisbecker
2009-07-05perf report: Warn on callchain output request from non-callchain fileFrederic Weisbecker
2009-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kyl...Linus Torvalds
2009-07-03perf report: Annotate variable initializationIngo Molnar
2009-07-03perf_counter tools: Adjust symbols in ET_EXEC files tooArnaldo Carvalho de Melo
2009-07-03parisc: perf: wire up sys_perf_counter_openKyle McMartin
2009-07-02perf_counter tools: Display percents of hits in callchain with overhead colorsFrederic Weisbecker
2009-07-02perf_counter tools: Provide helper to print percents colorFrederic Weisbecker
2009-07-02perf_counter tools: Set the minimum percent for callchains to be displayedFrederic Weisbecker
2009-07-02perf report: Add support for callchain graph outputFrederic Weisbecker
2009-07-02perf_counter tools: Add new OPT_CALLBACK_DEFAULT optionFrederic Weisbecker
2009-07-02perf_counter tools: Create new chain_for_each_child() iteratorFrederic Weisbecker
2009-07-02perf_counter tools: Enable kernel module symbol loading in toolsMike Galbraith
2009-07-02perf_counter tools: Connect module support infrastructure to symbol loading i...Mike Galbraith
2009-07-02perf_counter tools: Add infrastructure to support loading of kernel module sy...Mike Galbraith
2009-07-02perf_counter tools: Make symbol loading consistently return number of loaded ...Mike Galbraith
2009-07-01perf stat: Handle pipe read failures in perf statFrederic Weisbecker
2009-07-01perf_counter tools: Share list.h with the kernelArnaldo Carvalho de Melo
2009-07-01perf_counter tools: Share rbtree.with the kernelArnaldo Carvalho de Melo
2009-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds
2009-07-01perf list: Add cache eventsJaswinder Singh Rajput
2009-07-01perf stat: Define MATCH_EVENT for easy attr checkingJaswinder Singh Rajput
2009-07-01perf_counter tools: Add more warnings and fix/annotate themIngo Molnar
2009-07-01perf report: Fix HV bit mismergeIngo Molnar
2009-07-01perf_counter tools: Rework event string parsing/syntaxPaul Mackerras
2009-07-01perf_counter tools: Various fixes for callchainsFrederic Weisbecker
2009-07-01perf_counter tools: Resolve symbols in callchainsFrederic Weisbecker
2009-07-01perf_counter tools: Fix storage size allocation of callchain listFrederic Weisbecker
2009-07-01Merge branch 'linus' into perfcounters/urgentIngo Molnar
2009-06-30Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2009-07-01perf report: Add hypervisor dsoAnton Blanchard
2009-07-01perf report: Fix reporting of hypervisorAnton Blanchard
2009-07-01perf top: Add ppc64 specific skip symbols and strip ppc64 . prefixAnton Blanchard
2009-07-01perf top: Move skip symbols to an arrayAnton Blanchard
2009-07-01perf_counter tools: Remove zlib dependencyAnton Blanchard
2009-07-01perf report: Fix -z optionAnton Blanchard
2009-07-01perf report: Add --symbols parameterArnaldo Carvalho de Melo
2009-07-01perf report: Add --comms parameterArnaldo Carvalho de Melo
2009-07-01perf report: Add --dsos parameterArnaldo Carvalho de Melo
2009-06-30perf_counter tools: Adjust only prelinked symbol's addressesArnaldo Carvalho de Melo
2009-06-30perf_counter: Provide a way to enable counters on execPaul Mackerras
2009-06-29perf_counter tools: Reduce perf stat measurement overhead/skewPaul Mackerras
2009-06-29perf stat: Use percentages for scaling outputIngo Molnar
2009-06-28perf stat: Micro-optimize the code: memcpy is only required if no event is se...Jaswinder Singh Rajput
2009-06-27perf stat: Improve outputJaswinder Singh Rajput
2009-06-27perf stat: Fix multi-run statsIngo Molnar