Age | Commit message (Expand) | Author | Files | Lines |
2011-07-15 | perf-probe: Move dwarf library routines to dwarf-aux.{c, h} | Masami Hiramatsu | 5 | -523/+768 |
2011-07-15 | perf probe: Remove redundant dwarf functions | Masami Hiramatsu | 1 | -37/+13 |
2011-07-15 | 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-15 | tracing/kprobe: Update symbol reference when loading module | Masami Hiramatsu | 1 | -1/+36 |
2011-07-15 | tracing/kprobes: Support module init function probing | Masami Hiramatsu | 2 | -30/+143 |
2011-07-15 | kprobes: Return -ENOENT if probe point doesn't exist | Masami Hiramatsu | 1 | -10/+23 |
2011-07-15 | tracing/kprobes: Merge trace probe enable/disable functions | Masami Hiramatsu | 1 | -56/+36 |
2011-07-14 | tracing/kprobes: Rename probe_* to trace_probe_* | Masami Hiramatsu | 1 | -21/+22 |
2011-07-14 | perf, x86: P4 PMU - Introduce event alias feature | Cyrill Gorcunov | 4 | -38/+139 |
2011-07-14 | tracing: Have dynamic size event stack traces | Steven Rostedt | 4 | -19/+88 |
2011-07-14 | perf: Robustify proc and debugfs file recording | Sonny Rao | 1 | -91/+29 |
2011-07-13 | ftrace: Fix dynamic selftest failure on some archs | Steven Rostedt | 1 | -0/+26 |
2011-07-13 | ftrace: Update filter when tracing enabled in set_ftrace_filter() | Steven Rostedt | 1 | -0/+4 |
2011-07-13 | ftrace: Balance records when updating the hash | Steven Rostedt | 1 | -16/+33 |
2011-07-07 | ftrace: Do not disable interrupts for modules in mcount update | Steven Rostedt | 1 | -5/+11 |
2011-07-07 | tracing: Still trace filtered irq functions when irq trace is disabled | Steven Rostedt | 2 | -17/+35 |
2011-07-07 | tracing, x86/irq: Do not trace arch_local_{*,irq_*}() functions | Steven Rostedt | 1 | -5/+6 |
2011-07-05 | Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 18 | -321/+333 |
2011-07-05 | perf report/annotate/script: Add option to specify a CPU range | Anton Blanchard | 8 | -0/+102 |
2011-07-04 | Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr... | Ingo Molnar | 8 | -19/+254 |
2011-07-03 | Merge branch 'perf/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 3 | -70/+41 |
2011-07-02 | x86: Don't use frame pointer to save old stack on irq entry | Frederic Weisbecker | 2 | -42/+15 |
2011-07-02 | x86: Remove useless unwinder backlink from irq regs saving | Frederic Weisbecker | 1 | -1/+0 |
2011-07-02 | x86,64: Separate arg1 from rbp handling in SAVE_REGS_IRQ | Frederic Weisbecker | 1 | -1/+2 |
2011-07-02 | x86,64: Simplify save_regs() | Frederic Weisbecker | 1 | -27/+17 |
2011-07-02 | x86: Fetch stack from regs when possible in dump_trace() | Frederic Weisbecker | 1 | -2/+5 |
2011-07-02 | x86: Save stack pointer in perf live regs savings | Frederic Weisbecker | 1 | -0/+5 |
2011-07-01 | perf, powerpc: Fix build borkage | Peter Zijlstra | 1 | -1/+1 |
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 | perf: export perf_event_refresh() to modules | Avi Kivity | 2 | -1/+7 |
2011-07-01 | x86, perf: Add constraints for architectural PMU | Avi Kivity | 1 | -5/+18 |
2011-07-01 | perf: Add context field to perf_event | Avi Kivity | 12 | -20/+44 |
2011-07-01 | perf, arch: Add generic NODE cache events | Peter Zijlstra | 19 | -2/+298 |
2011-07-01 | perf, intel: Try alternative OFFCORE encodings | Peter Zijlstra | 2 | -8/+41 |
2011-07-01 | perf_events: Add Intel Sandy Bridge offcore_response low-level support | Stephane Eranian | 2 | -3/+11 |
2011-07-01 | perf_events: Fix validation of events using an extra reg | Stephane Eranian | 2 | -18/+57 |
2011-07-01 | perf_events: Update Intel extra regs shared constraints management | Stephane Eranian | 3 | -152/+200 |
2011-07-01 | perf: Remove the perf_output_begin(.sample) argument | Peter Zijlstra | 4 | -28/+23 |
2011-07-01 | perf: Remove the nmi parameter from the swevent and overflow interface | Peter Zijlstra | 46 | -141/+119 |
2011-07-01 | perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4 | Cyrill Gorcunov | 3 | -1/+38 |
2011-07-01 | events: Ensure that timers are updated without requiring read() call | Eric B Munson | 1 | -2/+13 |
2011-07-01 | events: Move lockless timer calculation into helper function | Eric B Munson | 1 | -7/+15 |
2011-07-01 | events: Add note to update_event_times comment about holding ctx->lock | Eric B Munson | 1 | -0/+1 |
2011-07-01 | perf: Remove 64-bit alignment padding from perf_event_context | Richard Kennedy | 1 | -1/+1 |
2011-07-01 | perf_events: Fix perf buffer watermark setting | Vince Weaver | 2 | -9/+13 |
2011-07-01 | irq_work, alpha: Fix up arch hooks | Peter Zijlstra | 1 | -1/+1 |
2011-07-01 | irq_work, ppc: Fix up arch hooks | Peter Zijlstra | 1 | -1/+1 |
2011-07-01 | Merge commit 'v3.0-rc5' into perf/core | Ingo Molnar | 510 | -3172/+6509 |