aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-06perf symbol: Fix symbol parsing in certain cases: use the build-id as a symlinkArnaldo Carvalho de Melo1-3/+73
2009-08-05perf: Auto-detect libbfdPeter Zijlstra1-0/+9
2009-08-04perf: Fix read buffer overflowRoel Kluin1-1/+1
2009-08-02perf tools: Fix faulty checkStoyan Gaydarov1-1/+1
2009-07-22perf_counter tools: Fix vmlinux symbol generation breakageMike Galbraith1-2/+5
2009-07-22perf_counter: Detect debugfs locationJason Baron4-16/+26
2009-07-22perf_counter: Add tracepoint support to perf list, perf statJason Baron2-1/+176
2009-07-22perf symbol: C++ demanglingArnaldo Carvalho de Melo1-2/+19
2009-07-22perf: avoid structure size confusion by using a fixed sizeArjan van de Ven1-1/+1
2009-07-22Merge commit 'tip/perfcounters/core' into perf-counters-for-linusPeter Zijlstra5-55/+102
2009-07-13perf_counter tools: Fix index boundary checkRoel Kluin1-1/+1
2009-07-11perf_counter tools: PLT info is stripped in -debuginfo packagesArnaldo Carvalho de Melo1-51/+65
2009-07-11strlist: Introduce strlist__entry and strlist__nr_entries methodsArnaldo Carvalho de Melo2-4/+27
2009-07-11perf report: Adjust column width to the values sampledArnaldo Carvalho de Melo3-0/+10
2009-07-10perf_counter tools: Rename cache events to remove $Anton Blanchard1-2/+2
2009-07-05perf report: Add "Fractal" mode output - support callchains with relative overhead rateFrederic Weisbecker2-21/+84
2009-07-05perf_counter tools: callchains: Manage the cumul hits on the flyFrederic Weisbecker1-4/+8
2009-07-03perf_counter tools: Adjust symbols in ET_EXEC files tooArnaldo Carvalho de Melo2-6/+7
2009-07-02perf_counter tools: Provide helper to print percents colorFrederic Weisbecker2-0/+32
2009-07-02perf_counter tools: Set the minimum percent for callchains to be displayedFrederic Weisbecker2-10/+15
2009-07-02perf report: Add support for callchain graph outputFrederic Weisbecker2-11/+51
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: Connect module support infrastructure to symbol loading infrastructureMike Galbraith2-11/+153
2009-07-02perf_counter tools: Add infrastructure to support loading of kernel module symbolsMike Galbraith2-0/+562
2009-07-02perf_counter tools: Make symbol loading consistently return number of loaded symbolsMike Galbraith1-3/+6
2009-07-01perf_counter tools: Share list.h with the kernelArnaldo Carvalho de Melo7-605/+28
2009-07-01perf_counter tools: Share rbtree.with the kernelArnaldo Carvalho de Melo8-557/+31
2009-07-01perf list: Add cache eventsJaswinder Singh Rajput1-1/+16
2009-07-01perf_counter tools: Add more warnings and fix/annotate themIngo Molnar17-89/+109
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 Weisbecker2-15/+23
2009-07-01perf_counter tools: Fix storage size allocation of callchain listFrederic Weisbecker1-1/+1
2009-07-01perf report: Add --dsos parameterArnaldo Carvalho de Melo2-0/+216
2009-06-30perf_counter tools: Adjust only prelinked symbol's addressesArnaldo Carvalho de Melo2-6/+13
2009-06-27perf_counter tools: Remove dead codeIngo Molnar5-132/+3
2009-06-26perf_counter tools: Prepare a small callchain frameworkFrederic Weisbecker2-0/+207
2009-06-25perf_counter tools: Add alias for 'l1d' and 'l1i'Jaswinder Singh Rajput1-2/+2
2009-06-25perf_counter tools: Rework the file formatPeter Zijlstra5-2/+298
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-24perf_counter tools: Fix strbuf_fread() error path handlingRoel Kluin1-1/+1
2009-06-22perf_counter tools: Set alias for page-faultsJaswinder Singh Rajput1-18/+18
2009-06-22perf report: Output more symbol related debug dataPeter Zijlstra1-0/+4
2009-06-22perf_counter tools: Introduce alias member in event_symbolJaswinder Singh Rajput1-25/+38
2009-06-22perf_counter tools: Define separate declarations for H/W and S/W eventsJaswinder Singh Rajput1-22/+22
2009-06-21perf_counter tools: Fix vmlinux fallback when running on a different kernelIngo Molnar1-1/+1
2009-06-19perf_counter tools: Define and use our own u64, s64 etc. definitionsPaul Mackerras5-25/+26
2009-06-18perf_counter tools: Add and use isprint()Peter Zijlstra2-17/+19