Age | Commit message (Expand) | Author | Files | Lines |
2011-07-16 | perf probe: Remove redundant dwarf functions | Masami Hiramatsu | 1 | -37/+13 |
2011-07-16 | perf probe: Move strtailcmp to string.c | Masami Hiramatsu | 3 | -15/+20 |
2011-07-15 | perf probe: Rename DIE_FIND_CB_FOUND to DIE_FIND_CB_END | Masami Hiramatsu | 1 | -6/+6 |
2011-07-14 | perf: Robustify proc and debugfs file recording | Sonny Rao | 1 | -91/+29 |
2011-07-05 | perf report/annotate/script: Add option to specify a CPU range | Anton Blanchard | 8 | -0/+102 |
2011-07-01 | perf stat: Add noise output for csv mode | Zhengyu He | 1 | -3/+6 |
2011-07-01 | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Ingo Molnar | 7 | -144/+169 |
2011-07-01 | Merge commit 'v3.0-rc5' into perf/core | Ingo Molnar | 3 | -2/+3 |
2011-06-30 | perf tools: Only display parent field if explictly sorted | Frederic Weisbecker | 1 | -1/+8 |
2011-06-30 | perf tools: Allow sort dimensions to be registered more than once | Frederic Weisbecker | 1 | -6/+6 |
2011-06-30 | perf tools: Don't display ignored entries on stdio ui | Frederic Weisbecker | 1 | -0/+3 |
2011-06-30 | perf tools: Remove sort print helpers declarations | Frederic Weisbecker | 1 | -6/+0 |
2011-06-30 | perf tools: Make sort operations static | Frederic Weisbecker | 2 | -120/+99 |
2011-06-30 | perf tools: Add inverted call graph report support. | Sam Liao | 5 | -11/+53 |
2011-06-19 | Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urg... | Linus Torvalds | 1 | -1/+1 |
2011-06-19 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
2011-06-16 | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar... | Linus Torvalds | 1 | -1/+1 |
2011-06-16 | Merge commit 'v3.0-rc3' into perf/core | Ingo Molnar | 1 | -6/+1 |
2011-06-16 | tools/perf: Fix static build of perf tool | Mathias Krause | 1 | -1/+1 |
2011-06-16 | perf: clear out make flags when calling kernel make kernelver | Andy Whitcroft | 1 | -1/+1 |
2011-06-15 | rcu: Use softirq to address performance regression | Shaohua Li | 1 | -0/+1 |
2011-06-10 | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar... | Linus Torvalds | 1 | -6/+1 |
2011-06-10 | perf: Use make kernelversion instead of parsing the Makefile | Michal Marek | 1 | -6/+1 |
2011-06-03 | perf python: Fix argument name list of read_on_cpu() | Frederic Weisbecker | 1 | -1/+1 |
2011-06-03 | perf evlist: Don't die if sample_{id_all|type} is invalid | Arnaldo Carvalho de Melo | 9 | -44/+74 |
2011-06-03 | perf python: Use exception to propagate errors | Arnaldo Carvalho de Melo | 1 | -6/+4 |
2011-06-03 | perf evlist: Remove dependency on debug routines | Arnaldo Carvalho de Melo | 1 | -9/+4 |
2011-06-02 | perf script: Add printing of sample address | David Ahern | 4 | -11/+82 |
2011-06-02 | perf script: Make printing of dso a separate field option | David Ahern | 4 | -10/+24 |
2011-06-02 | perf script: "sym" field really means show IP data | David Ahern | 4 | -38/+58 |
2011-06-02 | perf stat: clarify unsupported events from uncounted events | David Ahern | 2 | -2/+8 |
2011-06-02 | perf python: Cleanup useless double NULL termination in method arg names | Frederic Weisbecker | 1 | -8/+9 |
2011-06-02 | perf python: Fix argument name list of read_on_cpu() | Frederic Weisbecker | 1 | -1/+1 |
2011-06-02 | perf evlist: Don't die if sample_{id_all|type} is invalid | Arnaldo Carvalho de Melo | 9 | -44/+74 |
2011-06-02 | perf python: Use exception to propagate errors | Arnaldo Carvalho de Melo | 1 | -6/+4 |
2011-06-02 | perf evlist: Remove dependency on debug routines | Arnaldo Carvalho de Melo | 1 | -9/+4 |
2011-05-27 | perf top: Don't stop if no kernel symtab is found | Arnaldo Carvalho de Melo | 1 | -5/+15 |
2011-05-27 | perf top: Handle kptr_restrict | Arnaldo Carvalho de Melo | 1 | -0/+15 |
2011-05-27 | perf top: Remove unused macro | Arnaldo Carvalho de Melo | 1 | -2/+0 |
2011-05-27 | perf events: initialize fd array to -1 instead of 0 | David Ahern | 1 | -0/+10 |
2011-05-27 | perf tools: Make sure kptr_restrict warnings fit 80 col terms | Arnaldo Carvalho de Melo | 2 | -21/+15 |
2011-05-26 | perf tools: Fix build on older systems | Arnaldo Carvalho de Melo | 2 | -0/+3 |
2011-05-26 | perf symbols: Handle /proc/sys/kernel/kptr_restrict | Arnaldo Carvalho de Melo | 6 | -6/+107 |
2011-05-26 | perf: Remove duplicate headers | Jesper Juhl | 2 | -3/+0 |
2011-05-24 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2011-05-24 | perf tools: Fix sample type size calculation in 32 bits archs | Frederic Weisbecker | 1 | -1/+1 |
2011-05-23 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 13 | -68/+172 |
2011-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+0 |
2011-05-23 | perf tools: Fix sample size bit operations | Frederic Weisbecker | 1 | -16/+16 |
2011-05-23 | perf tools: Fix ommitted mmap data update on remap | Frederic Weisbecker | 1 | -13/+26 |