Age | Commit message (Expand) | Author |
2009-08-13 | perf tools: Add a per tracepoint counter attribute to get raw sample | Frederic Weisbecker |
2009-08-12 | perf tools: Fix dso__new handle() to handle deleted DSOs | Arnaldo Carvalho de Melo |
2009-08-12 | perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not avail... | Arnaldo Carvalho de Melo |
2009-08-09 | perf tools: callchain: Fix bad rounding of minimum rate | Frederic Weisbecker |
2009-08-09 | perf tools: callchain: Fix 'perf report' display to be callchain by default | Frederic Weisbecker |
2009-08-09 | perf tools: callchain: Fix spurious 'perf report' warnings: ignore empty call... | Frederic Weisbecker |
2009-08-09 | perf util: Fix do_read() to fail on EOF instead of busy-looping | Pierre Habouzit |
2009-08-09 | perf list: Fix the output to not include tracepoints without an id | Peter Zijlstra |
2009-08-09 | perf report: Add debug help for the finding of symbol bugs - show the symtab ... | Arnaldo Carvalho de Melo |
2009-08-09 | perf report: Fix per task mult-counter stat reporting | Peter Zijlstra |
2009-08-09 | perf tools: Fix multi-counter stat bug caused by incorrect reading of perf.da... | Peter Zijlstra |
2009-08-09 | perf tools: Fix call-chain cumul hit based sub-total (fractal mode) | Frederic Weisbecker |
2009-08-06 | perf symbol: Fix symbol parsing in certain cases: use the build-id as a symlink | Arnaldo Carvalho de Melo |
2009-08-05 | perf: Auto-detect libbfd | Peter Zijlstra |
2009-08-04 | perf: Fix read buffer overflow | Roel Kluin |
2009-08-02 | perf tools: Fix faulty check | Stoyan Gaydarov |
2009-07-22 | perf_counter tools: Fix vmlinux symbol generation breakage | Mike Galbraith |
2009-07-22 | perf_counter: Detect debugfs location | Jason Baron |
2009-07-22 | perf_counter: Add tracepoint support to perf list, perf stat | Jason Baron |
2009-07-22 | perf symbol: C++ demangling | Arnaldo Carvalho de Melo |
2009-07-22 | perf: avoid structure size confusion by using a fixed size | Arjan van de Ven |
2009-07-22 | Merge commit 'tip/perfcounters/core' into perf-counters-for-linus | Peter Zijlstra |
2009-07-13 | perf_counter tools: Fix index boundary check | Roel Kluin |
2009-07-11 | perf_counter tools: PLT info is stripped in -debuginfo packages | Arnaldo Carvalho de Melo |
2009-07-11 | strlist: Introduce strlist__entry and strlist__nr_entries methods | Arnaldo Carvalho de Melo |
2009-07-11 | perf report: Adjust column width to the values sampled | Arnaldo Carvalho de Melo |
2009-07-10 | perf_counter tools: Rename cache events to remove $ | Anton Blanchard |
2009-07-05 | perf report: Add "Fractal" mode output - support callchains with relative ove... | Frederic Weisbecker |
2009-07-05 | perf_counter tools: callchains: Manage the cumul hits on the fly | Frederic Weisbecker |
2009-07-03 | perf_counter tools: Adjust symbols in ET_EXEC files too | Arnaldo Carvalho de Melo |
2009-07-02 | perf_counter tools: Provide helper to print percents color | Frederic Weisbecker |
2009-07-02 | perf_counter tools: Set the minimum percent for callchains to be displayed | Frederic Weisbecker |
2009-07-02 | perf report: Add support for callchain graph output | Frederic Weisbecker |
2009-07-02 | perf_counter tools: Add new OPT_CALLBACK_DEFAULT option | Frederic Weisbecker |
2009-07-02 | perf_counter tools: Create new chain_for_each_child() iterator | Frederic Weisbecker |
2009-07-02 | perf_counter tools: Connect module support infrastructure to symbol loading i... | Mike Galbraith |
2009-07-02 | perf_counter tools: Add infrastructure to support loading of kernel module sy... | Mike Galbraith |
2009-07-02 | perf_counter tools: Make symbol loading consistently return number of loaded ... | Mike Galbraith |
2009-07-01 | perf_counter tools: Share list.h with the kernel | Arnaldo Carvalho de Melo |
2009-07-01 | perf_counter tools: Share rbtree.with the kernel | Arnaldo Carvalho de Melo |
2009-07-01 | perf list: Add cache events | Jaswinder Singh Rajput |
2009-07-01 | perf_counter tools: Add more warnings and fix/annotate them | Ingo Molnar |
2009-07-01 | perf_counter tools: Rework event string parsing/syntax | Paul Mackerras |
2009-07-01 | perf_counter tools: Various fixes for callchains | Frederic Weisbecker |
2009-07-01 | perf_counter tools: Resolve symbols in callchains | Frederic Weisbecker |
2009-07-01 | perf_counter tools: Fix storage size allocation of callchain list | Frederic Weisbecker |
2009-07-01 | perf report: Add --dsos parameter | Arnaldo Carvalho de Melo |
2009-06-30 | perf_counter tools: Adjust only prelinked symbol's addresses | Arnaldo Carvalho de Melo |
2009-06-27 | perf_counter tools: Remove dead code | Ingo Molnar |
2009-06-26 | perf_counter tools: Prepare a small callchain framework | Frederic Weisbecker |