| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'tip/perf/ringbuffer-2' of git://git.kernel.org/pub/scm/linux/ke... | Ingo Molnar | 2010-10-26 | 2 | -175/+172 |
|\ |
|
| * | ring-buffer: Remove unused macro RB_TIMESTAMPS_PER_PAGE | Steven Rostedt | 2010-10-20 | 1 | -3/+0 |
| * | ring-buffer: Micro-optimize with some strategic inlining | Steven Rostedt | 2010-10-20 | 1 | -8/+15 |
| * | ring-buffer: Remove condition to add timestamp in fast path | Steven Rostedt | 2010-10-20 | 1 | -22/+6 |
| * | ring-buffer: Bind time extend and data events together | Steven Rostedt | 2010-10-20 | 1 | -124/+142 |
| * | ring-buffer: Remove ring_buffer_event_time_delta() | Steven Rostedt | 2010-10-20 | 1 | -12/+0 |
| * | ring-buffer: Pass delta by value and not by reference | Steven Rostedt | 2010-10-20 | 1 | -8/+8 |
| * | ring-buffer: Pass timestamp by value and not by reference | Steven Rostedt | 2010-10-20 | 1 | -10/+10 |
| * | ring-buffer: Make write slow path out of line | Steven Rostedt | 2010-10-19 | 1 | -2/+5 |
* | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm... | Ingo Molnar | 2010-10-26 | 20 | -40/+106 |
|\ \ |
|
| * | | perf python scripting: Support fedora 11 (audit 1.7.17) | Arnaldo Carvalho de Melo | 2010-10-25 | 1 | -1/+4 |
| * | | perf python scripting: Improve the syscalls-by-pid script | Arnaldo Carvalho de Melo | 2010-10-25 | 1 | -8/+13 |
| * | | perf python scripting: print the syscall name on sctop | Arnaldo Carvalho de Melo | 2010-10-25 | 1 | -5/+2 |
| * | | perf python scripting: Improve the syscalls-counts script | Arnaldo Carvalho de Melo | 2010-10-25 | 1 | -2/+3 |
| * | | perf python scripting: Improve the failed-syscalls-by-pid script | Arnaldo Carvalho de Melo | 2010-10-25 | 2 | -8/+50 |
| * | | perf probe: Fix format specified for Dwarf_Off parameter | Arnaldo Carvalho de Melo | 2010-10-23 | 1 | -1/+2 |
| * | | perf trace: Fix detection of script extension | Ben Hutchings | 2010-10-23 | 1 | -1/+1 |
| * | | perf trace: Use $PERF_EXEC_PATH in canned report scripts | Ben Hutchings | 2010-10-23 | 13 | -15/+15 |
| * | | perf tools: Document event modifiers | Sonny Rao | 2010-10-23 | 1 | -0/+17 |
* | | | Merge branch 'x86' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opro... | Ingo Molnar | 2010-10-25 | 4 | -46/+100 |
|\ \ \ |
|
| * \ \ | Merge branch 'oprofile/core' into oprofile/x86 | Robert Richter | 2010-10-25 | 703 | -11501/+19241 |
| |\ \ \ |
|
| | * \ \ | Merge commit 'linux-2.6/master' (early part) into oprofile/core | Robert Richter | 2010-10-25 | 465 | -10045/+16810 |
| | |\ \ \ |
|
| | * \ \ \ | Merge commit 'v2.6.36' into oprofile/core | Robert Richter | 2010-10-21 | 212 | -1137/+1878 |
| | |\ \ \ \ |
|
| * | | | | | | oprofile, x86: Add support for IBS periodic op counter extension | Robert Richter | 2010-10-15 | 2 | -12/+29 |
| * | | | | | | oprofile, x86: Add support for IBS branch target address reporting | Robert Richter | 2010-10-15 | 2 | -6/+21 |
| * | | | | | | oprofile, x86: Introduce struct ibs_state | Robert Richter | 2010-10-15 | 1 | -11/+18 |
| * | | | | | | oprofile, x86: Remove duplicate check for IBS_CAPS_OPCNT | Robert Richter | 2010-10-15 | 1 | -2/+1 |
| * | | | | | | oprofile, x86: Check IBS capability bits 1 and 2 | Robert Richter | 2010-10-15 | 1 | -21/+38 |
| * | | | | | | oprofile, x86: Add support for AMD family 14h | Robert Richter | 2010-10-15 | 1 | -0/+3 |
| * | | | | | | oprofile, x86: Add support for AMD family 12h | Robert Richter | 2010-10-15 | 1 | -0/+3 |
* | | | | | | | kprobes: Remove redundant text_mutex lock in optimize | Masami Hiramatsu | 2010-10-25 | 1 | -3/+4 |
* | | | | | | | x86/oprofile: Fix uninitialized variable use in debug printk | Ingo Molnar | 2010-10-25 | 1 | -15/+11 |
* | | | | | | | tracing: Fix 'faild' -> 'failed' typo | Joe Perches | 2010-10-23 | 1 | -1/+1 |
* | | | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm... | Ingo Molnar | 2010-10-23 | 11 | -236/+823 |
|\ \ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
|
| * | | | | | | perf tools: Remove direct slang.h include | Arnaldo Carvalho de Melo | 2010-10-22 | 1 | -1/+0 |
| * | | | | | | perf probe: Add basic module support | Masami Hiramatsu | 2010-10-21 | 7 | -69/+239 |
| * | | | | | | perf probe: Show accessible global variables | Masami Hiramatsu | 2010-10-21 | 6 | -14/+41 |
| * | | | | | | perf probe: Function style fix | Masami Hiramatsu | 2010-10-21 | 3 | -4/+4 |
| * | | | | | | perf probe: Show accessible local variables | Masami Hiramatsu | 2010-10-21 | 6 | -105/+480 |
| * | | | | | | perf probe: Support global variables | Masami Hiramatsu | 2010-10-21 | 1 | -8/+17 |
| * | | | | | | perf probe: Fix local variable searching loop | Masami Hiramatsu | 2010-10-21 | 1 | -8/+18 |
| * | | | | | | perf probe: Fix type searching | Masami Hiramatsu | 2010-10-21 | 1 | -8/+17 |
| * | | | | | | tracing: Cleanup the convoluted softirq tracepoints | Thomas Gleixner | 2010-10-21 | 3 | -42/+30 |
* | | | | | | | Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2010-10-22 | 1 | -6/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | tracing: Do not limit the size of the number of CPU buffers | Steven Rostedt | 2010-10-21 | 1 | -6/+2 |
| |/ / / / / / |
|
* | | | | | | | perf_events: Fix for transaction recovery in group_sched_in() | Stephane Eranian | 2010-10-22 | 1 | -2/+20 |
* | | | | | | | perf_events: Revert: Fix transaction recovery in group_sched_in() | Stephane Eranian | 2010-10-22 | 1 | -63/+13 |
* | | | | | | | perf, x86: Use NUMA aware allocations for PEBS/BTS/DS allocations | Peter Zijlstra | 2010-10-22 | 1 | -3/+6 |
* | | | | | | | perf, x86: Clean up reserve_ds_buffers() signature | Peter Zijlstra | 2010-10-22 | 2 | -12/+6 |
* | | | | | | | perf, x86: Less disastrous PEBS/BTS buffer allocation failure | Peter Zijlstra | 2010-10-22 | 2 | -16/+47 |