summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
* | | perf tools: Librarize trace_event() helperFrederic Weisbecker2009-08-165-3/+69
* | | perf tools: Librarize sample type and attr finding from headersFrederic Weisbecker2009-08-162-0/+39
* | | perf tools: Put the show mode into the event headers filesFrederic Weisbecker2009-08-161-0/+6
* | | perf tools: Factorize the dprintf definitionFrederic Weisbecker2009-08-162-0/+17
* | | perf: Enable more compiler warningsIngo Molnar2009-08-1617-105/+136
* | | perf tools: Factorize the thread code in a dedicated fileFrederic Weisbecker2009-08-152-0/+162
* | | Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar2009-08-154-17/+39
|\ \ \ | | |/ | |/|
| * | 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: Add some comments to the event definitionsPeter Zijlstra2009-08-151-0/+6
* | perf tools: Factorize the map helpersFrederic Weisbecker2009-08-125-1/+129
* | perf tools: Factorize the event structure definitions in a single fileFrederic Weisbecker2009-08-122-0/+56
* | perf tools: Factorize high level dso helpersFrederic Weisbecker2009-08-124-0/+135
* | perf report: Add raw displaying of per-thread countersBrice Goglin2009-08-102-2/+63
* | perf report: Fix and improve the displaying of per-thread event countersBrice Goglin2009-08-092-0/+197
|/
* 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