| Commit message (Expand) | Author | Files | Lines |
2010-09-09 | perf: Remove the sysfs bits | Peter Zijlstra | 6 | -147/+5 |
2010-09-09 | perf: Rework the PMU methods | Peter Zijlstra | 14 | -331/+576 |
2010-09-09 | perf: Shrink hw_perf_event | Peter Zijlstra | 2 | -8/+6 |
2010-09-09 | perf: Default PMU ops | Peter Zijlstra | 2 | -17/+57 |
2010-09-09 | perf: Per PMU disable | Peter Zijlstra | 9 | -99/+119 |
2010-09-09 | perf: Reduce perf_disable() usage | Peter Zijlstra | 8 | -59/+48 |
2010-09-09 | perf: Unindent labels | Peter Zijlstra | 1 | -19/+24 |
2010-09-09 | perf: Register PMU implementations | Peter Zijlstra | 10 | -412/+488 |
2010-09-09 | perf: Deconstify struct pmu | Peter Zijlstra | 9 | -40/+40 |
2010-09-09 | perf: Fix CPU hotplug | Peter Zijlstra | 1 | -3/+3 |
2010-09-09 | perf, trace: Fix module leak | Li Zefan | 1 | -0/+3 |
2010-09-08 | tracing/kprobe: Fix handling of C-unlike argument names | Masami Hiramatsu | 1 | -8/+12 |
2010-09-08 | tracing/kprobes: Fix handling of argument names | Masami Hiramatsu | 1 | -7/+10 |
2010-09-08 | perf probe: Fix handling of arguments names | Masami Hiramatsu | 1 | -13/+19 |
2010-09-08 | perf probe: Fix return probe support | Masami Hiramatsu | 2 | -0/+11 |
2010-09-08 | tracing/kprobe: Fix a memory leak in error case | Masami Hiramatsu | 1 | -3/+3 |
2010-09-08 | tracing: Do not allow llseek to set_ftrace_filter | Steven Rostedt | 1 | -1/+1 |
2010-09-07 | perf: Add a script to show packets processing | Koki Sanagi | 3 | -0/+477 |
2010-09-07 | skb: Add tracepoints to freeing skb | Koki Sanagi | 4 | -0/+21 |
2010-09-07 | netdev: Add tracepoints to netdev layer | Koki Sanagi | 3 | -0/+89 |
2010-09-07 | napi: Convert trace_napi_poll to TRACE_EVENT | Neil Horman | 1 | -2/+23 |
2010-09-07 | irq: Add tracepoint to softirq_raise | Lai Jiangshan | 2 | -3/+31 |
2010-09-03 | perf, x86: Try to handle unknown nmis with an enabled PMU | Robert Richter | 1 | -13/+46 |
2010-09-03 | perf, x86: Fix handle_irq return values | Peter Zijlstra | 2 | -3/+8 |
2010-09-03 | perf, x86: Fix accidentally ack'ing a second event on intel perf counter | Don Zickus | 1 | -4/+2 |
2010-09-01 | oprofile, x86: fix init_sysfs() function stub | Robert Richter | 1 | -2/+4 |
2010-09-01 | ring-buffer: Place duplicate expression into a single function | Steven Rostedt | 1 | -6/+15 |
2010-09-01 | lockup_detector: Sync touch_*_watchdog back to old semantics | Don Zickus | 1 | -5/+12 |
2010-09-01 | perf, x86, Pentium4: Add RAW events verification | Cyrill Gorcunov | 2 | -54/+290 |
2010-09-01 | lockup_detector: Remove unused panic_notifier | Akinobu Mita | 1 | -15/+0 |
2010-09-01 | lockup_detector: Convert cpu notifier to return encapsulate errno value | Akinobu Mita | 1 | -10/+11 |
2010-08-31 | tracing: Fix a race in function profile | Li Zefan | 1 | -4/+11 |
2010-08-31 | tracing/lockdep: Fix dependency of TRACE_IRQFLAGS | Steven Rostedt | 1 | -4/+4 |
2010-08-31 | oprofile, x86: fix init_sysfs error handling | Robert Richter | 1 | -3/+13 |
2010-08-30 | perf_events: Fix time tracking for events with pid != -1 and cpu != -1 | Stephane Eranian | 1 | -4/+22 |
2010-08-27 | perf: Initialize callchains roots's childen hits | Frederic Weisbecker | 1 | -0/+1 |
2010-08-25 | perf tools: Fix linking errors with --as-needed flag | Tom Zanussi | 1 | -6/+15 |
2010-08-25 | perf symbols: List symbols in a dso in ascending name order | Srikar Dronamraju | 2 | -0/+15 |
2010-08-25 | perf hists browser: Introduce "expand/collapse all callchains" action | Arnaldo Carvalho de Melo | 1 | -6/+106 |
2010-08-25 | perf hists browser: Init the has_children fields just once | Arnaldo Carvalho de Melo | 1 | -14/+4 |
2010-08-25 | perf hists browser: replace rb_first() != NULL by !RB_EMPTY_ROOT() | Arnaldo Carvalho de Melo | 1 | -7/+7 |
2010-08-25 | perf hists: Fix hist_entry__init_have_children | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2010-08-25 | perf, x86, Pentium4: Clear the P4_CCCR_FORCE_OVF flag | Lin Ming | 1 | -0/+2 |
2010-08-25 | perf: Remove unused variable | Lin Ming | 1 | -3/+0 |
2010-08-25 | tracing/trace_stack: Fix stack trace on ppc64 | Anton Blanchard | 1 | -1/+1 |
2010-08-25 | oprofile: fix crash when accessing freed task structs | Robert Richter | 2 | -15/+14 |
2010-08-24 | guard page for stacks that grow upwards | Luck, Tony | 3 | -8/+18 |
2010-08-24 | drm/i915: fix vblank wait test condition | Jesse Barnes | 1 | -1/+1 |
2010-08-24 | intel_scu_ipc: fix IPC i2c write bug | Jianwei Yang | 1 | -1/+1 |
2010-08-24 | rar: Fix off by one error | Ossama Othman | 1 | -1/+1 |