aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
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
2009-06-27perf stat: Add -n/--null option to run without countersIngo Molnar
2009-06-27perf_counter tools: Remove dead codeIngo Molnar
2009-06-26perf report: Print sorted callchains per histogram entriesFrederic Weisbecker
2009-06-26perf_counter tools: Prepare a small callchain frameworkFrederic Weisbecker
2009-06-25perf record: Fix unhandled io return valueFrederic Weisbecker
2009-06-25perf_counter tools: Add alias for 'l1d' and 'l1i'Jaswinder Singh Rajput
2009-06-25perf-report: Add bare minimum PERF_EVENT_READ parsingPeter Zijlstra
2009-06-25perf-report: Add modes for inherited stats and no-samplesPeter Zijlstra
2009-06-25perf_counter: Rework the sample ABIPeter Zijlstra
2009-06-25perf_counter tools: Rework the file formatPeter Zijlstra
2009-06-25perf_counter tools: Shorten names for eventsJaswinder Singh Rajput
2009-06-25perf_counter tools: Check for valid cache operationsJaswinder Singh Rajput
2009-06-25perf record: Fix filemap pathname parsing in /proc/pid/mapsJohannes Weiner
2009-06-25perf_counter tools: add cpu_relax()/rmb() definitions for sh.Paul Mundt
2009-06-24perf_counter tools: Add CREDITS file for Git contributorsIngo Molnar
2009-06-24perf stat: Remove dead codeJaswinder Singh Rajput
2009-06-24perf_counter tools: Fix strbuf_fread() error path handlingRoel Kluin
2009-06-23perf stat: Fix verbose for perf statJaswinder Singh Rajput