Age | Commit message (Expand) | Author | Files | Lines |
2009-07-02 | perf_counter tools: Connect module support infrastructure to symbol loading i... | Mike Galbraith | 5 | -14/+156 |
2009-07-02 | perf_counter tools: Add infrastructure to support loading of kernel module sy... | Mike Galbraith | 3 | -0/+564 |
2009-07-02 | perf_counter tools: Make symbol loading consistently return number of loaded ... | Mike Galbraith | 4 | -6/+9 |
2009-07-02 | perf stat: Handle pipe read failures in perf stat | Frederic Weisbecker | 1 | -2/+4 |
2009-07-02 | perf_counter tools: Share list.h with the kernel | Arnaldo Carvalho de Melo | 10 | -608/+32 |
2009-07-02 | perf_counter tools: Share rbtree.with the kernel | Arnaldo Carvalho de Melo | 12 | -562/+39 |
2009-07-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 1 | -0/+10 |
2009-07-01 | perf list: Add cache events | Jaswinder Singh Rajput | 1 | -1/+16 |
2009-07-01 | perf stat: Define MATCH_EVENT for easy attr checking | Jaswinder Singh Rajput | 1 | -17/+10 |
2009-07-01 | perf_counter tools: Add more warnings and fix/annotate them | Ingo Molnar | 27 | -128/+151 |
2009-07-01 | perf report: Fix HV bit mismerge | Ingo Molnar | 1 | -3/+3 |
2009-07-01 | perf_counter tools: Rework event string parsing/syntax | Paul Mackerras | 1 | -72/+160 |
2009-07-01 | perf_counter tools: Various fixes for callchains | Frederic Weisbecker | 1 | -32/+90 |
2009-07-01 | perf_counter tools: Resolve symbols in callchains | Frederic Weisbecker | 3 | -50/+90 |
2009-07-01 | perf_counter tools: Fix storage size allocation of callchain list | Frederic Weisbecker | 1 | -1/+1 |
2009-07-01 | Merge branch 'linus' into perfcounters/urgent | Ingo Molnar | 1 | -0/+6 |
2009-07-01 | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 27 | -354/+1279 |
2009-07-01 | perf report: Add hypervisor dso | Anton Blanchard | 1 | -1/+14 |
2009-07-01 | perf report: Fix reporting of hypervisor | Anton Blanchard | 1 | -2/+5 |
2009-07-01 | perf top: Add ppc64 specific skip symbols and strip ppc64 . prefix | Anton Blanchard | 1 | -0/+9 |
2009-07-01 | perf top: Move skip symbols to an array | Anton Blanchard | 1 | -7/+17 |
2009-07-01 | perf_counter tools: Remove zlib dependency | Anton Blanchard | 1 | -6/+0 |
2009-07-01 | perf report: Fix -z option | Anton Blanchard | 1 | -1/+1 |
2009-07-01 | perf report: Add --symbols parameter | Arnaldo Carvalho de Melo | 2 | -2/+12 |
2009-07-01 | perf report: Add --comms parameter | Arnaldo Carvalho de Melo | 2 | -10/+27 |
2009-07-01 | perf report: Add --dsos parameter | Arnaldo Carvalho de Melo | 5 | -0/+238 |
2009-06-30 | perf_counter tools: Adjust only prelinked symbol's addresses | Arnaldo Carvalho de Melo | 2 | -6/+13 |
2009-06-30 | perf_counter: Provide a way to enable counters on exec | Paul Mackerras | 1 | -3/+3 |
2009-06-30 | perf_counter tools: Reduce perf stat measurement overhead/skew | Paul Mackerras | 1 | -14/+50 |
2009-06-29 | perf stat: Use percentages for scaling output | Ingo Molnar | 1 | -1/+2 |
2009-06-28 | perf stat: Micro-optimize the code: memcpy is only required if no event is se... | Jaswinder Singh Rajput | 1 | -5/+6 |
2009-06-27 | perf stat: Improve output | Jaswinder Singh Rajput | 1 | -6/+5 |
2009-06-27 | perf stat: Fix multi-run stats | Ingo Molnar | 1 | -4/+11 |
2009-06-27 | perf stat: Add -n/--null option to run without counters | Ingo Molnar | 1 | -1/+4 |
2009-06-27 | perf_counter tools: Remove dead code | Ingo Molnar | 5 | -132/+3 |
2009-06-26 | perf report: Print sorted callchains per histogram entries | Frederic Weisbecker | 1 | -11/+71 |
2009-06-26 | perf_counter tools: Prepare a small callchain framework | Frederic Weisbecker | 5 | -5/+213 |
2009-06-26 | perf record: Fix unhandled io return value | Frederic Weisbecker | 1 | -1/+4 |
2009-06-25 | perf_counter tools: Add alias for 'l1d' and 'l1i' | Jaswinder Singh Rajput | 1 | -2/+2 |
2009-06-25 | perf-report: Add bare minimum PERF_EVENT_READ parsing | Peter Zijlstra | 1 | -0/+24 |
2009-06-25 | perf-report: Add modes for inherited stats and no-samples | Peter Zijlstra | 1 | -2/+17 |
2009-06-25 | perf_counter: Rework the sample ABI | Peter Zijlstra | 3 | -22/+29 |
2009-06-25 | perf_counter tools: Rework the file format | Peter Zijlstra | 9 | -54/+377 |
2009-06-25 | perf_counter tools: Shorten names for events | Jaswinder Singh Rajput | 1 | -17/+28 |
2009-06-25 | perf_counter tools: Check for valid cache operations | Jaswinder Singh Rajput | 1 | -0/+33 |
2009-06-25 | perf record: Fix filemap pathname parsing in /proc/pid/maps | Johannes Weiner | 1 | -3/+2 |
2009-06-25 | perf_counter tools: add cpu_relax()/rmb() definitions for sh. | Paul Mundt | 1 | -0/+10 |
2009-06-24 | perf_counter tools: Add CREDITS file for Git contributors | Ingo Molnar | 1 | -0/+30 |
2009-06-24 | perf stat: Remove dead code | Jaswinder Singh Rajput | 1 | -31/+13 |
2009-06-24 | perf_counter tools: Fix strbuf_fread() error path handling | Roel Kluin | 1 | -1/+1 |