aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2009-09-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 43-1351/+6051
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 10-70/+143
2009-09-04perf tools: Avoid unnecessary work in directory lookupsGravatar Ulrich Drepper 1-31/+37
2009-09-04perf stat: Clean up statistics calculations a bit moreGravatar Peter Zijlstra 1-17/+14
2009-09-04perf stat: More advanced variance computationGravatar Peter Zijlstra 1-12/+12
2009-09-04perf stat: Use stddev_mean in stead of stddevGravatar Peter Zijlstra 1-6/+19
2009-09-04perf stat: Remove the limit on repeatGravatar Peter Zijlstra 1-57/+27
2009-09-04perf stat: Change noise calculation to use stddevGravatar Peter Zijlstra 1-101/+69
2009-09-04sparc: add basic support for 'perf'Gravatar Jens Axboe 1-0/+6
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-03perf trace: Fix parsing of perf.dataGravatar Ingo Molnar 1-0/+1
2009-09-03perf trace: Sample timestamps as wellGravatar Ingo Molnar 2-1/+8
2009-09-02perf trace: Sample the CPU tooGravatar Ingo Molnar 2-2/+11
2009-09-02perf tools: Work around strict aliasing related warningsGravatar Ingo Molnar 2-7/+7
2009-09-02perf tools: Clean up warnings list in the MakefileGravatar Ingo Molnar 1-1/+24
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: Resolve idle thread cmdline for perf traceGravatar Frederic Weisbecker 1-0/+1
2009-08-31perf tools: Librarize idle thread registrationGravatar Frederic Weisbecker 4-29/+31
2009-08-31perf tools: Add missing parameters documentationGravatar Frederic Weisbecker 2-0/+14
2009-08-31Merge branch 'perfcounters/tracing' into perfcounters/coreGravatar Ingo Molnar 12-10/+4569
2009-08-28perf tools: do not complain if root is owning perf.dataGravatar Pierre Habouzit 2-4/+4
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 7-27/+120
2009-08-26perf top: Show RIP only in verbose modeGravatar Arnaldo Carvalho de Melo 1-5/+12
2009-08-24Merge branch 'perfcounters/urgent' into perfcounters/coreGravatar Ingo Molnar 4-1/+22
2009-08-21perf trace: Add OPT_END to option array of perf-traceGravatar Masami Hiramatsu 1-0/+1
2009-08-19perf tools: Check perf.data ownerGravatar Peter Zijlstra 2-0/+14
2009-08-18perf tools: Make 'make html' workGravatar Kyle McMartin 1-1/+1
2009-08-18perf tools: Save partial non-overlapping mapGravatar Frederic Weisbecker 1-3/+22
2009-08-18perf tools: Fix comm column adjustingGravatar Frederic Weisbecker 1-2/+23
2009-08-18perf annotate: Fix segmentation faultGravatar Ingo Molnar 1-0/+7
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-18perf tools: Record events info also when :record suffix is used.Gravatar Frederic Weisbecker 1-3/+11
2009-08-18perf tools: Warn while running perf trace without sampleGravatar Frederic Weisbecker 1-0/+4
2009-08-18perf tools: Fix spelling mistake in callchain errorGravatar Frederic Weisbecker 1-1/+1
2009-08-17perf tools: Add perf traceGravatar Frederic Weisbecker 5-0/+287
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-17perf: Rename perf-examples.txt to examples.txtGravatar Carlos R. Mafra 1-0/+0
2009-08-16perf tools: Librarize trace_event() helperGravatar Frederic Weisbecker 11-42/+76
2009-08-16perf tools: Librarize sample type and attr finding from headersGravatar Frederic Weisbecker 3-38/+45
2009-08-16perf tools: Put the show mode into the event headers filesGravatar Frederic Weisbecker 3-8/+6
2009-08-16perf tools: Factorize the dprintf definitionGravatar Frederic Weisbecker 4-51/+62
2009-08-16perf tools: Substract -Wformat-nonliteral from Wformat=2 in extra flagsGravatar Frederic Weisbecker 1-1/+1