aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2009-09-11Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-4/+4
2009-09-06Merge commit 'v2.6.31-rc9' into tracing/coreGravatar Ingo Molnar 3-15/+36
2009-09-04perf tools: Avoid unnecessary work in directory lookupsGravatar Ulrich Drepper 1-31/+37
2009-09-03perf trace: Fix read_string()Gravatar Ingo Molnar 1-1/+4
2009-09-03perf trace: Print out in nanosecondsGravatar Ingo Molnar 1-2/+2
2009-09-03perf tools: Seek to the end of the header areaGravatar Ingo Molnar 1-1/+1
2009-09-02perf tools: Work around strict aliasing related warningsGravatar Ingo Molnar 2-7/+7
2009-08-31perf tools: Complete support for dynamic stringsGravatar Frederic Weisbecker 2-2/+15
2009-08-31perf tools: Unify swapper tasks namingGravatar Frederic Weisbecker 1-1/+1
2009-08-31perf tools: Librarize idle thread registrationGravatar Frederic Weisbecker 2-0/+15
2009-08-31Merge branch 'perfcounters/tracing' into perfcounters/coreGravatar Ingo Molnar 7-9/+4269
2009-08-28perf tools: Fix missing string field printing in perf traceGravatar Frederic Weisbecker 1-0/+1
2009-08-28perf tools: Only save the event formats we needGravatar Frederic Weisbecker 6-25/+118
2009-08-18perf tools: Save partial non-overlapping mapGravatar Frederic Weisbecker 1-3/+22
2009-08-18perf tools: Remove obsolete definesGravatar Ingo Molnar 1-4/+0
2009-08-18perf tools: Make trace event format parser aware of cast to pointersGravatar Frederic Weisbecker 1-4/+27
2009-08-17perf tools: Add perf traceGravatar Frederic Weisbecker 1-0/+1
2009-08-17perf tools: Add trace event information parserGravatar Steven Rostedt 1-0/+2905
2009-08-17perf tools: Add trace event debugfs stream readerGravatar Steven Rostedt 1-0/+508
2009-08-17perf tools: Add trace event debugfs IO handlerGravatar Steven Rostedt 2-0/+729
2009-08-16perf tools: Librarize trace_event() helperGravatar Frederic Weisbecker 5-3/+69
2009-08-16perf tools: Librarize sample type and attr finding from headersGravatar Frederic Weisbecker 2-0/+39
2009-08-16perf tools: Put the show mode into the event headers filesGravatar Frederic Weisbecker 1-0/+6
2009-08-16perf tools: Factorize the dprintf definitionGravatar Frederic Weisbecker 2-0/+17
2009-08-16perf: Enable more compiler warningsGravatar Ingo Molnar 17-105/+136
2009-08-15perf tools: Factorize the thread code in a dedicated fileGravatar Frederic Weisbecker 2-0/+162
2009-08-15Merge branch 'perfcounters/urgent' into perfcounters/coreGravatar Ingo Molnar 4-17/+39
2009-08-15perf tools: Add some comments to the event definitionsGravatar Peter Zijlstra 1-0/+6
2009-08-13perf tools: Add a per tracepoint counter attribute to get raw sampleGravatar Frederic Weisbecker 1-0/+10
2009-08-12perf tools: Fix dso__new handle() to handle deleted DSOsGravatar Arnaldo Carvalho de Melo 1-0/+2
2009-08-12perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not avail...Gravatar Arnaldo Carvalho de Melo 2-15/+24
2009-08-12perf tools: Factorize the map helpersGravatar Frederic Weisbecker 5-1/+129
2009-08-12perf tools: Factorize the event structure definitions in a single fileGravatar Frederic Weisbecker 2-0/+56
2009-08-12perf tools: Factorize high level dso helpersGravatar Frederic Weisbecker 4-0/+135
2009-08-11tracing: Add more namespace area to 'perf list' outputGravatar Jason Baron 1-4/+4
2009-08-10perf report: Add raw displaying of per-thread countersGravatar Brice Goglin 2-2/+63
2009-08-09perf tools: callchain: Fix bad rounding of minimum rateGravatar Frederic Weisbecker 1-2/+3
2009-08-09perf report: Fix and improve the displaying of per-thread event countersGravatar Brice Goglin 2-0/+197
2009-08-09perf tools: callchain: Fix 'perf report' display to be callchain by defaultGravatar Frederic Weisbecker 1-0/+1
2009-08-09perf tools: callchain: Fix spurious 'perf report' warnings: ignore empty call...Gravatar Frederic Weisbecker 1-0/+2
2009-08-09perf util: Fix do_read() to fail on EOF instead of busy-loopingGravatar Pierre Habouzit 1-0/+2
2009-08-09perf list: Fix the output to not include tracepoints without an idGravatar Peter Zijlstra 1-1/+17
2009-08-09perf report: Add debug help for the finding of symbol bugs - show the symtab ...Gravatar Arnaldo Carvalho de Melo 2-11/+48
2009-08-09perf report: Fix per task mult-counter stat reportingGravatar Peter Zijlstra 2-1/+8
2009-08-09perf tools: Fix multi-counter stat bug caused by incorrect reading of perf.da...Gravatar Peter Zijlstra 1-1/+2
2009-08-09perf tools: Fix call-chain cumul hit based sub-total (fractal mode)Gravatar Frederic Weisbecker 2-12/+22
2009-08-06perf symbol: Fix symbol parsing in certain cases: use the build-id as a symlinkGravatar Arnaldo Carvalho de Melo 1-3/+73
2009-08-05perf: Auto-detect libbfdGravatar Peter Zijlstra 1-0/+9
2009-08-04perf: Fix read buffer overflowGravatar Roel Kluin 1-1/+1
2009-08-02perf tools: Fix faulty checkGravatar Stoyan Gaydarov 1-1/+1