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