summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-21perf tools: De-opt the parse_events functionJiri Olsa5-14/+24
2011-07-21perf script: Fix display of IP address for non-callchain pathDavid Ahern1-1/+1
2011-07-21perf tools: Fix endian conversion reading event attr from file headerDavid Ahern3-13/+23
2011-07-21perf tools: Add missing 'node' alias to the hw_cache[] arrayJiri Olsa1-5/+8
2011-07-21Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar26-1003/+1663
2011-07-21Merge branch 'perf/urgent' into perf/coreIngo Molnar7-38/+148
2011-07-16perf probe: Support adding probes on offline kernel modulesMasami Hiramatsu3-12/+49
2011-07-16perf probe: Add probed module in front of functionMasami Hiramatsu2-9/+39
2011-07-16perf probe: Introduce debuginfo to encapsulate dwarf informationMasami Hiramatsu3-136/+182
2011-07-16perf-probe: Move dwarf library routines to dwarf-aux.{c, h}Masami Hiramatsu5-523/+768
2011-07-16perf probe: Remove redundant dwarf functionsMasami Hiramatsu1-37/+13
2011-07-16perf probe: Move strtailcmp to string.cMasami Hiramatsu3-15/+20
2011-07-15perf probe: Rename DIE_FIND_CB_FOUND to DIE_FIND_CB_ENDMasami Hiramatsu1-6/+6
2011-07-15tracing/kprobe: Update symbol reference when loading moduleMasami Hiramatsu1-1/+36
2011-07-15tracing/kprobes: Support module init function probingMasami Hiramatsu2-30/+143
2011-07-15kprobes: Return -ENOENT if probe point doesn't existMasami Hiramatsu1-10/+23
2011-07-15tracing/kprobes: Merge trace probe enable/disable functionsMasami Hiramatsu1-56/+36
2011-07-15ftrace: Fix regression where ftrace breaks when modules are loadedSteven Rostedt1-2/+28
2011-07-15tracing/kprobes: Rename probe_* to trace_probe_*Masami Hiramatsu1-21/+22
2011-07-15perf, x86: P4 PMU - Introduce event alias featureCyrill Gorcunov4-38/+139
2011-07-15tracing: Have dynamic size event stack tracesSteven Rostedt4-19/+88
2011-07-14perf: Robustify proc and debugfs file recordingSonny Rao1-91/+29
2011-07-14ftrace: Fix dynamic selftest failure on some archsSteven Rostedt1-0/+26
2011-07-14ftrace: Update filter when tracing enabled in set_ftrace_filter()Steven Rostedt1-0/+4
2011-07-14ftrace: Balance records when updating the hashSteven Rostedt1-16/+33
2011-07-11ftrace: Fix warning when CONFIG_FUNCTION_TRACER is not definedSteven Rostedt1-2/+2
2011-07-08ftrace: Do not disable interrupts for modules in mcount updateSteven Rostedt1-5/+11
2011-07-08tracing: Still trace filtered irq functions when irq trace is disabledSteven Rostedt2-17/+35
2011-07-07tracing, x86/irq: Do not trace arch_local_{*,irq_*}() functionsSteven Rostedt1-5/+6
2011-07-07ftrace: Fix regression of :mod:module function enablingSteven Rostedt3-11/+7
2011-07-07tracing: Have "enable" file use refcounts like the "filter" fileSteven Rostedt1-9/+22
2011-07-07tracing: Fix bug when reading system filters on module removalSteven Rostedt3-11/+82
2011-07-05Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar18-321/+333
2011-07-05perf report/annotate/script: Add option to specify a CPU rangeAnton Blanchard8-0/+102
2011-07-04Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar8-19/+254
2011-07-03Merge branch 'perf/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar3-70/+41
2011-07-02x86: Don't use frame pointer to save old stack on irq entryFrederic Weisbecker2-42/+15
2011-07-02x86: Remove useless unwinder backlink from irq regs savingFrederic Weisbecker1-1/+0
2011-07-02x86,64: Separate arg1 from rbp handling in SAVE_REGS_IRQFrederic Weisbecker1-1/+2
2011-07-02x86,64: Simplify save_regs()Frederic Weisbecker1-27/+17
2011-07-02x86: Fetch stack from regs when possible in dump_trace()Frederic Weisbecker1-2/+5
2011-07-02x86: Save stack pointer in perf live regs savingsFrederic Weisbecker1-0/+5
2011-07-01perf, powerpc: Fix build borkagePeter Zijlstra1-1/+1
2011-07-01perf stat: Add noise output for csv modeZhengyu He1-3/+6
2011-07-01Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar7-144/+169
2011-07-01perf: export perf_event_refresh() to modulesAvi Kivity2-1/+7
2011-07-01x86, perf: Add constraints for architectural PMUAvi Kivity1-5/+18
2011-07-01perf: Add context field to perf_eventAvi Kivity12-20/+44
2011-07-01perf, arch: Add generic NODE cache eventsPeter Zijlstra19-2/+298
2011-07-01perf, intel: Try alternative OFFCORE encodingsPeter Zijlstra2-8/+41