Age | Commit message (Expand) | Author |
2009-09-11 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller |
2009-09-11 | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2009-09-06 | Merge commit 'v2.6.31-rc9' into tracing/core | Ingo Molnar |
2009-09-04 | perf tools: Avoid unnecessary work in directory lookups | Ulrich Drepper |
2009-09-04 | perf stat: Clean up statistics calculations a bit more | Peter Zijlstra |
2009-09-04 | perf stat: More advanced variance computation | Peter Zijlstra |
2009-09-04 | perf stat: Use stddev_mean in stead of stddev | Peter Zijlstra |
2009-09-04 | perf stat: Remove the limit on repeat | Peter Zijlstra |
2009-09-04 | perf stat: Change noise calculation to use stddev | Peter Zijlstra |
2009-09-04 | sparc: add basic support for 'perf' | Jens Axboe |
2009-09-03 | perf trace: Fix read_string() | Ingo Molnar |
2009-09-03 | perf trace: Print out in nanoseconds | Ingo Molnar |
2009-09-03 | perf tools: Seek to the end of the header area | Ingo Molnar |
2009-09-03 | perf trace: Fix parsing of perf.data | Ingo Molnar |
2009-09-03 | perf trace: Sample timestamps as well | Ingo Molnar |
2009-09-02 | perf trace: Sample the CPU too | Ingo Molnar |
2009-09-02 | perf tools: Work around strict aliasing related warnings | Ingo Molnar |
2009-09-02 | perf tools: Clean up warnings list in the Makefile | Ingo Molnar |
2009-08-31 | perf tools: Complete support for dynamic strings | Frederic Weisbecker |
2009-08-31 | perf tools: Unify swapper tasks naming | Frederic Weisbecker |
2009-08-31 | perf tools: Resolve idle thread cmdline for perf trace | Frederic Weisbecker |
2009-08-31 | perf tools: Librarize idle thread registration | Frederic Weisbecker |
2009-08-31 | perf tools: Add missing parameters documentation | Frederic Weisbecker |
2009-08-31 | Merge branch 'perfcounters/tracing' into perfcounters/core | Ingo Molnar |
2009-08-28 | perf tools: do not complain if root is owning perf.data | Pierre Habouzit |
2009-08-28 | perf tools: Fix missing string field printing in perf trace | Frederic Weisbecker |
2009-08-28 | perf tools: Only save the event formats we need | Frederic Weisbecker |
2009-08-26 | perf top: Show RIP only in verbose mode | Arnaldo Carvalho de Melo |
2009-08-24 | Merge branch 'perfcounters/urgent' into perfcounters/core | Ingo Molnar |
2009-08-21 | perf trace: Add OPT_END to option array of perf-trace | Masami Hiramatsu |
2009-08-19 | perf tools: Check perf.data owner | Peter Zijlstra |
2009-08-18 | perf tools: Make 'make html' work | Kyle McMartin |
2009-08-18 | perf tools: Save partial non-overlapping map | Frederic Weisbecker |
2009-08-18 | perf tools: Fix comm column adjusting | Frederic Weisbecker |
2009-08-18 | perf annotate: Fix segmentation fault | Ingo Molnar |
2009-08-18 | perf tools: Remove obsolete defines | Ingo Molnar |
2009-08-18 | perf tools: Make trace event format parser aware of cast to pointers | Frederic Weisbecker |
2009-08-18 | perf tools: Record events info also when :record suffix is used. | Frederic Weisbecker |
2009-08-18 | perf tools: Warn while running perf trace without sample | Frederic Weisbecker |
2009-08-18 | perf tools: Fix spelling mistake in callchain error | Frederic Weisbecker |
2009-08-17 | perf tools: Add perf trace | Frederic Weisbecker |
2009-08-17 | perf tools: Add trace event information parser | Steven Rostedt |
2009-08-17 | perf tools: Add trace event debugfs stream reader | Steven Rostedt |
2009-08-17 | perf tools: Add trace event debugfs IO handler | Steven Rostedt |
2009-08-17 | perf: Rename perf-examples.txt to examples.txt | Carlos R. Mafra |
2009-08-16 | perf tools: Librarize trace_event() helper | Frederic Weisbecker |
2009-08-16 | perf tools: Librarize sample type and attr finding from headers | Frederic Weisbecker |
2009-08-16 | perf tools: Put the show mode into the event headers files | Frederic Weisbecker |
2009-08-16 | perf tools: Factorize the dprintf definition | Frederic Weisbecker |
2009-08-16 | perf tools: Substract -Wformat-nonliteral from Wformat=2 in extra flags | Frederic Weisbecker |