summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Add a per tracepoint counter attribute to get raw sampleFrederic Weisbecker2009-08-131-0/+10
* perf tools: Fix dso__new handle() to handle deleted DSOsArnaldo Carvalho de Melo2009-08-121-0/+2
* perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not avail...Arnaldo Carvalho de Melo2009-08-122-15/+24
* perf tools: callchain: Fix bad rounding of minimum rateFrederic Weisbecker2009-08-091-2/+3
* perf tools: callchain: Fix 'perf report' display to be callchain by defaultFrederic Weisbecker2009-08-091-0/+1
* perf tools: callchain: Fix spurious 'perf report' warnings: ignore empty call...Frederic Weisbecker2009-08-091-0/+2
* perf util: Fix do_read() to fail on EOF instead of busy-loopingPierre Habouzit2009-08-091-0/+2
* perf list: Fix the output to not include tracepoints without an idPeter Zijlstra2009-08-091-1/+17
* perf report: Add debug help for the finding of symbol bugs - show the symtab ...Arnaldo Carvalho de Melo2009-08-092-11/+48
* perf report: Fix per task mult-counter stat reportingPeter Zijlstra2009-08-092-1/+8
* perf tools: Fix multi-counter stat bug caused by incorrect reading of perf.da...Peter Zijlstra2009-08-091-1/+2
* perf tools: Fix call-chain cumul hit based sub-total (fractal mode)Frederic Weisbecker2009-08-092-12/+22
* perf symbol: Fix symbol parsing in certain cases: use the build-id as a symlinkArnaldo Carvalho de Melo2009-08-061-3/+73
* perf: Auto-detect libbfdPeter Zijlstra2009-08-051-0/+9
* perf: Fix read buffer overflowRoel Kluin2009-08-041-1/+1
* perf tools: Fix faulty checkStoyan Gaydarov2009-08-021-1/+1
* perf_counter tools: Fix vmlinux symbol generation breakageMike Galbraith2009-07-221-2/+5
* perf_counter: Detect debugfs locationJason Baron2009-07-224-16/+26
* perf_counter: Add tracepoint support to perf list, perf statJason Baron2009-07-222-1/+176
* perf symbol: C++ demanglingArnaldo Carvalho de Melo2009-07-221-2/+19
* perf: avoid structure size confusion by using a fixed sizeArjan van de Ven2009-07-221-1/+1
* Merge commit 'tip/perfcounters/core' into perf-counters-for-linusPeter Zijlstra2009-07-225-55/+102
|\
| * perf_counter tools: PLT info is stripped in -debuginfo packagesArnaldo Carvalho de Melo2009-07-111-51/+65
| * strlist: Introduce strlist__entry and strlist__nr_entries methodsArnaldo Carvalho de Melo2009-07-112-4/+27
| * perf report: Adjust column width to the values sampledArnaldo Carvalho de Melo2009-07-113-0/+10
* | perf_counter tools: Fix index boundary checkRoel Kluin2009-07-131-1/+1
|/
* perf_counter tools: Rename cache events to remove $Anton Blanchard2009-07-101-2/+2
* perf report: Add "Fractal" mode output - support callchains with relative ove...Frederic Weisbecker2009-07-052-21/+84
* perf_counter tools: callchains: Manage the cumul hits on the flyFrederic Weisbecker2009-07-051-4/+8
* perf_counter tools: Adjust symbols in ET_EXEC files tooArnaldo Carvalho de Melo2009-07-032-6/+7
* perf_counter tools: Provide helper to print percents colorFrederic Weisbecker2009-07-022-0/+32
* perf_counter tools: Set the minimum percent for callchains to be displayedFrederic Weisbecker2009-07-022-10/+15
* perf report: Add support for callchain graph outputFrederic Weisbecker2009-07-022-11/+51
* perf_counter tools: Add new OPT_CALLBACK_DEFAULT optionFrederic Weisbecker2009-07-022-1/+4
* perf_counter tools: Create new chain_for_each_child() iteratorFrederic Weisbecker2009-07-021-3/+6
* perf_counter tools: Connect module support infrastructure to symbol loading i...Mike Galbraith2009-07-022-11/+153
* perf_counter tools: Add infrastructure to support loading of kernel module sy...Mike Galbraith2009-07-022-0/+562
* perf_counter tools: Make symbol loading consistently return number of loaded ...Mike Galbraith2009-07-021-3/+6
* perf_counter tools: Share list.h with the kernelArnaldo Carvalho de Melo2009-07-017-605/+28Star
* perf_counter tools: Share rbtree.with the kernelArnaldo Carvalho de Melo2009-07-018-557/+31Star
* perf list: Add cache eventsJaswinder Singh Rajput2009-07-011-1/+16
* perf_counter tools: Add more warnings and fix/annotate themIngo Molnar2009-07-0117-89/+109
* perf_counter tools: Rework event string parsing/syntaxPaul Mackerras2009-07-011-72/+160
* perf_counter tools: Various fixes for callchainsFrederic Weisbecker2009-07-011-32/+90
* perf_counter tools: Resolve symbols in callchainsFrederic Weisbecker2009-07-012-15/+23
* perf_counter tools: Fix storage size allocation of callchain listFrederic Weisbecker2009-07-011-1/+1
* perf report: Add --dsos parameterArnaldo Carvalho de Melo2009-07-012-0/+216
* perf_counter tools: Adjust only prelinked symbol's addressesArnaldo Carvalho de Melo2009-06-302-6/+13
* perf_counter tools: Remove dead codeIngo Molnar2009-06-275-132/+3Star
* perf_counter tools: Prepare a small callchain frameworkFrederic Weisbecker2009-06-262-0/+207