aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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/linux/kernel/git/tip/linux-2.6-tipLinus 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 selected and !null_runJaswinder 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
2009-06-27perf stat: Add -n/--null option to run without countersIngo Molnar1-1/+4
2009-06-27perf_counter tools: Remove dead codeIngo Molnar5-132/+3
2009-06-26perf report: Print sorted callchains per histogram entriesFrederic Weisbecker1-11/+71
2009-06-26perf_counter tools: Prepare a small callchain frameworkFrederic Weisbecker5-5/+213
2009-06-25perf record: Fix unhandled io return valueFrederic Weisbecker1-1/+4
2009-06-25perf_counter tools: Add alias for 'l1d' and 'l1i'Jaswinder Singh Rajput1-2/+2
2009-06-25perf-report: Add bare minimum PERF_EVENT_READ parsingPeter Zijlstra1-0/+24
2009-06-25perf-report: Add modes for inherited stats and no-samplesPeter Zijlstra1-2/+17
2009-06-25perf_counter: Rework the sample ABIPeter Zijlstra3-22/+29
2009-06-25perf_counter tools: Rework the file formatPeter Zijlstra9-54/+377
2009-06-25perf_counter tools: Shorten names for eventsJaswinder Singh Rajput1-17/+28
2009-06-25perf_counter tools: Check for valid cache operationsJaswinder Singh Rajput1-0/+33
2009-06-25perf record: Fix filemap pathname parsing in /proc/pid/mapsJohannes Weiner1-3/+2
2009-06-24perf_counter tools: Add CREDITS file for Git contributorsIngo Molnar1-0/+30
2009-06-24perf stat: Remove dead codeJaswinder Singh Rajput1-31/+13
2009-06-24perf_counter tools: Fix strbuf_fread() error path handlingRoel Kluin1-1/+1
2009-06-23perf stat: Fix verbose for perf statJaswinder Singh Rajput1-8/+12