summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf: Reduce perf_disable() usagePeter Zijlstra2010-09-098-59/+48Star
* perf: Unindent labelsPeter Zijlstra2010-09-091-19/+24
* perf: Register PMU implementationsPeter Zijlstra2010-09-0910-412/+488
* perf: Deconstify struct pmuPeter Zijlstra2010-09-099-40/+40
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-09-0913-88/+194
|\
| * perf: Fix CPU hotplugPeter Zijlstra2010-09-091-3/+3
| * perf, trace: Fix module leakLi Zefan2010-09-091-0/+3
| * tracing/kprobe: Fix handling of C-unlike argument namesMasami Hiramatsu2010-09-081-8/+12
| * tracing/kprobes: Fix handling of argument namesMasami Hiramatsu2010-09-081-7/+10
| * perf probe: Fix handling of arguments namesMasami Hiramatsu2010-09-081-13/+19
| * perf probe: Fix return probe supportMasami Hiramatsu2010-09-082-0/+11
| * tracing/kprobe: Fix a memory leak in error caseMasami Hiramatsu2010-09-081-3/+3
| * tracing: Do not allow llseek to set_ftrace_filterSteven Rostedt2010-09-081-1/+1
| * perf, x86: Try to handle unknown nmis with an enabled PMURobert Richter2010-09-031-13/+46
| * perf, x86: Fix handle_irq return valuesPeter Zijlstra2010-09-032-3/+8
| * perf, x86: Fix accidentally ack'ing a second event on intel perf counterDon Zickus2010-09-031-4/+2Star
| * Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2010-09-013-20/+31
| |\
| | * oprofile, x86: fix init_sysfs() function stubRobert Richter2010-09-011-2/+4
| | * oprofile, x86: fix init_sysfs error handlingRobert Richter2010-08-311-3/+13
| | * oprofile: fix crash when accessing freed task structsRobert Richter2010-08-252-15/+14Star
| * | lockup_detector: Sync touch_*_watchdog back to old semanticsDon Zickus2010-09-011-5/+12
| * | tracing: Fix a race in function profileLi Zefan2010-08-311-4/+11
| * | perf_events: Fix time tracking for events with pid != -1 and cpu != -1Stephane Eranian2010-08-301-4/+22
* | | perf: Add a script to show packets processingKoki Sanagi2010-09-073-0/+477
* | | skb: Add tracepoints to freeing skbKoki Sanagi2010-09-074-0/+21
* | | netdev: Add tracepoints to netdev layerKoki Sanagi2010-09-073-0/+89
* | | napi: Convert trace_napi_poll to TRACE_EVENTNeil Horman2010-09-071-2/+23
* | | irq: Add tracepoint to softirq_raiseLai Jiangshan2010-09-072-3/+31
* | | ring-buffer: Place duplicate expression into a single functionSteven Rostedt2010-09-011-6/+15
* | | perf, x86, Pentium4: Add RAW events verificationCyrill Gorcunov2010-09-012-54/+290
* | | lockup_detector: Remove unused panic_notifierAkinobu Mita2010-09-011-15/+0Star
* | | lockup_detector: Convert cpu notifier to return encapsulate errno valueAkinobu Mita2010-09-011-10/+11
* | | tracing/lockdep: Fix dependency of TRACE_IRQFLAGSSteven Rostedt2010-08-311-4/+4
* | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-08-303-1/+4
|\ \ \
| * | | Merge branch 'perf/urgent' into perf/coreFrederic Weisbecker2010-08-273-1/+4
| |\| |
| | * | perf: Initialize callchains roots's childen hitsFrederic Weisbecker2010-08-271-0/+1
| | * | perf, x86, Pentium4: Clear the P4_CCCR_FORCE_OVF flagLin Ming2010-08-251-0/+2
| | * | tracing/trace_stack: Fix stack trace on ppc64Anton Blanchard2010-08-251-1/+1
* | | | perf tools: Fix linking errors with --as-needed flagTom Zanussi2010-08-251-6/+15
* | | | perf symbols: List symbols in a dso in ascending name orderSrikar Dronamraju2010-08-252-0/+15
* | | | perf hists browser: Introduce "expand/collapse all callchains" actionArnaldo Carvalho de Melo2010-08-251-6/+106
* | | | perf hists browser: Init the has_children fields just onceArnaldo Carvalho de Melo2010-08-251-14/+4Star
* | | | perf hists browser: replace rb_first() != NULL by !RB_EMPTY_ROOT()Arnaldo Carvalho de Melo2010-08-251-7/+7
* | | | perf hists: Fix hist_entry__init_have_childrenArnaldo Carvalho de Melo2010-08-251-0/+1
|/ / /
* | | Merge branch 'linus' into perf/coreIngo Molnar2010-08-25511-9541/+9035Star
|\| |
| * | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-242-2/+9
| |\ \
| | * | watchdog: Don't throttle the watchdogPeter Zijlstra2010-08-231-0/+3
| | * | tracing: Fix timer tracingArjan van de Ven2010-08-191-2/+6
| * | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-241-1/+9
| |\ \ \
| | * | | mutex: Improve the scalability of optimistic spinningTim Chen2010-08-231-1/+9