summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tip/perf/ringbuffer-2' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar2010-10-262-175/+172
|\
| * ring-buffer: Remove unused macro RB_TIMESTAMPS_PER_PAGESteven Rostedt2010-10-201-3/+0
| * ring-buffer: Micro-optimize with some strategic inliningSteven Rostedt2010-10-201-8/+15
| * ring-buffer: Remove condition to add timestamp in fast pathSteven Rostedt2010-10-201-22/+6
| * ring-buffer: Bind time extend and data events togetherSteven Rostedt2010-10-201-124/+142
| * ring-buffer: Remove ring_buffer_event_time_delta()Steven Rostedt2010-10-201-12/+0
| * ring-buffer: Pass delta by value and not by referenceSteven Rostedt2010-10-201-8/+8
| * ring-buffer: Pass timestamp by value and not by referenceSteven Rostedt2010-10-201-10/+10
| * ring-buffer: Make write slow path out of lineSteven Rostedt2010-10-191-2/+5
* | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2010-10-2620-40/+106
|\ \
| * | perf python scripting: Support fedora 11 (audit 1.7.17)Arnaldo Carvalho de Melo2010-10-251-1/+4
| * | perf python scripting: Improve the syscalls-by-pid scriptArnaldo Carvalho de Melo2010-10-251-8/+13
| * | perf python scripting: print the syscall name on sctopArnaldo Carvalho de Melo2010-10-251-5/+2
| * | perf python scripting: Improve the syscalls-counts scriptArnaldo Carvalho de Melo2010-10-251-2/+3
| * | perf python scripting: Improve the failed-syscalls-by-pid scriptArnaldo Carvalho de Melo2010-10-252-8/+50
| * | perf probe: Fix format specified for Dwarf_Off parameterArnaldo Carvalho de Melo2010-10-231-1/+2
| * | perf trace: Fix detection of script extensionBen Hutchings2010-10-231-1/+1
| * | perf trace: Use $PERF_EXEC_PATH in canned report scriptsBen Hutchings2010-10-2313-15/+15
| * | perf tools: Document event modifiersSonny Rao2010-10-231-0/+17
* | | Merge branch 'x86' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opro...Ingo Molnar2010-10-254-46/+100
|\ \ \
| * \ \ Merge branch 'oprofile/core' into oprofile/x86Robert Richter2010-10-25703-11501/+19241
| |\ \ \
| | * \ \ Merge commit 'linux-2.6/master' (early part) into oprofile/coreRobert Richter2010-10-25465-10045/+16810
| | |\ \ \
| | * \ \ \ Merge commit 'v2.6.36' into oprofile/coreRobert Richter2010-10-21212-1137/+1878
| | |\ \ \ \
| * | | | | | oprofile, x86: Add support for IBS periodic op counter extensionRobert Richter2010-10-152-12/+29
| * | | | | | oprofile, x86: Add support for IBS branch target address reportingRobert Richter2010-10-152-6/+21
| * | | | | | oprofile, x86: Introduce struct ibs_stateRobert Richter2010-10-151-11/+18
| * | | | | | oprofile, x86: Remove duplicate check for IBS_CAPS_OPCNTRobert Richter2010-10-151-2/+1
| * | | | | | oprofile, x86: Check IBS capability bits 1 and 2Robert Richter2010-10-151-21/+38
| * | | | | | oprofile, x86: Add support for AMD family 14hRobert Richter2010-10-151-0/+3
| * | | | | | oprofile, x86: Add support for AMD family 12hRobert Richter2010-10-151-0/+3
* | | | | | | kprobes: Remove redundant text_mutex lock in optimizeMasami Hiramatsu2010-10-251-3/+4
* | | | | | | x86/oprofile: Fix uninitialized variable use in debug printkIngo Molnar2010-10-251-15/+11
* | | | | | | tracing: Fix 'faild' -> 'failed' typoJoe Perches2010-10-231-1/+1
* | | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2010-10-2311-236/+823
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | perf tools: Remove direct slang.h includeArnaldo Carvalho de Melo2010-10-221-1/+0
| * | | | | | perf probe: Add basic module supportMasami Hiramatsu2010-10-217-69/+239
| * | | | | | perf probe: Show accessible global variablesMasami Hiramatsu2010-10-216-14/+41
| * | | | | | perf probe: Function style fixMasami Hiramatsu2010-10-213-4/+4
| * | | | | | perf probe: Show accessible local variablesMasami Hiramatsu2010-10-216-105/+480
| * | | | | | perf probe: Support global variablesMasami Hiramatsu2010-10-211-8/+17
| * | | | | | perf probe: Fix local variable searching loopMasami Hiramatsu2010-10-211-8/+18
| * | | | | | perf probe: Fix type searchingMasami Hiramatsu2010-10-211-8/+17
| * | | | | | tracing: Cleanup the convoluted softirq tracepointsThomas Gleixner2010-10-213-42/+30
* | | | | | | Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-10-221-6/+2
|\ \ \ \ \ \ \
| * | | | | | | tracing: Do not limit the size of the number of CPU buffersSteven Rostedt2010-10-211-6/+2
| |/ / / / / /
* | | | | | | perf_events: Fix for transaction recovery in group_sched_in()Stephane Eranian2010-10-221-2/+20
* | | | | | | perf_events: Revert: Fix transaction recovery in group_sched_in()Stephane Eranian2010-10-221-63/+13
* | | | | | | perf, x86: Use NUMA aware allocations for PEBS/BTS/DS allocationsPeter Zijlstra2010-10-221-3/+6
* | | | | | | perf, x86: Clean up reserve_ds_buffers() signaturePeter Zijlstra2010-10-222-12/+6
* | | | | | | perf, x86: Less disastrous PEBS/BTS buffer allocation failurePeter Zijlstra2010-10-222-16/+47
OpenPOWER on IntegriCloud