aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-18perf tools: Save partial non-overlapping mapFrederic Weisbecker1-3/+22
2009-08-18perf tools: Remove obsolete definesIngo Molnar1-4/+0
2009-08-18perf tools: Make trace event format parser aware of cast to pointersFrederic Weisbecker1-4/+27
2009-08-17perf tools: Add perf traceFrederic Weisbecker1-0/+1
2009-08-17perf tools: Add trace event information parserSteven Rostedt1-0/+2905
2009-08-17perf tools: Add trace event debugfs stream readerSteven Rostedt1-0/+508
2009-08-17perf tools: Add trace event debugfs IO handlerSteven Rostedt2-0/+729
2009-08-16perf tools: Librarize trace_event() helperFrederic Weisbecker5-3/+69
2009-08-16perf tools: Librarize sample type and attr finding from headersFrederic Weisbecker2-0/+39
2009-08-16perf tools: Put the show mode into the event headers filesFrederic Weisbecker1-0/+6
2009-08-16perf tools: Factorize the dprintf definitionFrederic Weisbecker2-0/+17
2009-08-16perf: Enable more compiler warningsIngo Molnar17-105/+136
2009-08-15perf tools: Factorize the thread code in a dedicated fileFrederic Weisbecker2-0/+162
2009-08-15Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar4-17/+39
2009-08-15perf tools: Add some comments to the event definitionsPeter Zijlstra1-0/+6
2009-08-13perf tools: Add a per tracepoint counter attribute to get raw sampleFrederic Weisbecker1-0/+10
2009-08-12perf tools: Fix dso__new handle() to handle deleted DSOsArnaldo Carvalho de Melo1-0/+2
2009-08-12perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not availableArnaldo Carvalho de Melo2-15/+24
2009-08-12perf tools: Factorize the map helpersFrederic Weisbecker5-1/+129
2009-08-12perf tools: Factorize the event structure definitions in a single fileFrederic Weisbecker2-0/+56
2009-08-12perf tools: Factorize high level dso helpersFrederic Weisbecker4-0/+135
2009-08-11tracing: Add more namespace area to 'perf list' outputJason Baron1-4/+4
2009-08-10perf report: Add raw displaying of per-thread countersBrice Goglin2-2/+63
2009-08-09perf tools: callchain: Fix bad rounding of minimum rateFrederic Weisbecker1-2/+3
2009-08-09perf report: Fix and improve the displaying of per-thread event countersBrice Goglin2-0/+197
2009-08-09perf tools: callchain: Fix 'perf report' display to be callchain by defaultFrederic Weisbecker1-0/+1
2009-08-09perf tools: callchain: Fix spurious 'perf report' warnings: ignore empty callchainsFrederic Weisbecker1-0/+2
2009-08-09perf util: Fix do_read() to fail on EOF instead of busy-loopingPierre Habouzit1-0/+2
2009-08-09perf list: Fix the output to not include tracepoints without an idPeter Zijlstra1-1/+17
2009-08-09perf report: Add debug help for the finding of symbol bugs - show the symtab origin (DSO, build-id, kernel, etc)Arnaldo Carvalho de Melo2-11/+48
2009-08-09perf report: Fix per task mult-counter stat reportingPeter Zijlstra2-1/+8
2009-08-09perf tools: Fix multi-counter stat bug caused by incorrect reading of perf.data file headerPeter Zijlstra1-1/+2
2009-08-09perf tools: Fix call-chain cumul hit based sub-total (fractal mode)Frederic Weisbecker2-12/+22
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