| Commit message (Expand) | Author | Age | Files | Lines |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-27 | 2 | -2/+2 |
* | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2011-07-21 | 7 | -152/+419 |
|\ |
|
| * | tracing/kprobe: Update symbol reference when loading module | Masami Hiramatsu | 2011-07-15 | 1 | -1/+36 |
| * | tracing/kprobes: Support module init function probing | Masami Hiramatsu | 2011-07-15 | 1 | -26/+138 |
| * | tracing/kprobes: Merge trace probe enable/disable functions | Masami Hiramatsu | 2011-07-15 | 1 | -56/+36 |
| * | tracing/kprobes: Rename probe_* to trace_probe_* | Masami Hiramatsu | 2011-07-14 | 1 | -21/+22 |
| * | tracing: Have dynamic size event stack traces | Steven Rostedt | 2011-07-14 | 3 | -19/+87 |
| * | ftrace: Fix dynamic selftest failure on some archs | Steven Rostedt | 2011-07-14 | 1 | -0/+26 |
| * | ftrace: Update filter when tracing enabled in set_ftrace_filter() | Steven Rostedt | 2011-07-14 | 1 | -0/+4 |
| * | ftrace: Balance records when updating the hash | Steven Rostedt | 2011-07-14 | 1 | -16/+33 |
| * | ftrace: Do not disable interrupts for modules in mcount update | Steven Rostedt | 2011-07-08 | 1 | -5/+11 |
| * | tracing: Still trace filtered irq functions when irq trace is disabled | Steven Rostedt | 2011-07-08 | 2 | -17/+35 |
* | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2011-07-21 | 5 | -30/+135 |
|\ \
| |/
|/| |
|
| * | ftrace: Fix regression where ftrace breaks when modules are loaded | Steven Rostedt | 2011-07-15 | 1 | -2/+28 |
| * | ftrace: Fix regression of :mod:module function enabling | Steven Rostedt | 2011-07-07 | 2 | -10/+5 |
| * | tracing: Have "enable" file use refcounts like the "filter" file | Steven Rostedt | 2011-07-07 | 1 | -9/+22 |
| * | tracing: Fix bug when reading system filters on module removal | Steven Rostedt | 2011-07-07 | 3 | -11/+82 |
* | | Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2011-07-05 | 11 | -308/+308 |
|\ \
| |/
|/| |
|
| * | tracing/kprobes: Fix kprobe-tracer to support stack trace | Masami Hiramatsu | 2011-06-15 | 3 | -7/+42 |
| * | ring-buffer: Set __GFP_NORETRY flag for ring buffer allocating process | Vaibhav Nagarnaik | 2011-06-15 | 1 | -6/+19 |
| * | tracing: Convert to kstrtoul_from_user | Peter Huewe | 2011-06-15 | 5 | -110/+20 |
| * | tracing, function_graph: Add context-info support for function_graph tracer | Jiri Olsa | 2011-06-15 | 1 | -22/+31 |
| * | tracing, function_graph: Remove lock-depth from latency trace | Jiri Olsa | 2011-06-15 | 1 | -4/+3 |
| * | tracing, function: Fix trace header to follow context-info option | Jiri Olsa | 2011-06-15 | 1 | -0/+3 |
| * | tracing, function_graph: Merge overhead and duration display functions | Jiri Olsa | 2011-06-15 | 1 | -74/+74 |
| * | tracing, function_graph: Remove dependency of abstime and duration fields on ... | Jiri Olsa | 2011-06-15 | 3 | -18/+9 |
| * | ftrace: Fixed an include coding style issue | Paul McQuade | 2011-06-15 | 1 | -5/+2 |
| * | tracing: Add disable_on_free option | Steven Rostedt | 2011-06-15 | 2 | -2/+5 |
| * | tracing: Add a proc file to stop tracing and free buffer | Vaibhav Nagarnaik | 2011-06-15 | 1 | -35/+73 |
| * | tracing: Use NUMA allocation for per-cpu ring buffer pages | Vaibhav Nagarnaik | 2011-06-15 | 3 | -22/+23 |
| * | tracing: Schedule a delayed work to call wakeup() | Vaibhav Nagarnaik | 2011-06-15 | 1 | -11/+12 |
* | | tracing: Fix regression in printk_formats file | Steven Rostedt | 2011-06-09 | 1 | -4/+1 |
* | | ftrace: Revert 8ab2b7efd ftrace: Remove unnecessary disabling of irqs | Steven Rostedt | 2011-06-07 | 1 | -0/+7 |
* | | kprobes/trace: Fix kprobe selftest for gcc 4.6 | Steven Rostedt | 2011-06-07 | 1 | -2/+6 |
* | | ftrace: Fix possible undefined return code | GuoWen Li | 2011-06-07 | 1 | -1/+1 |
|/ |
|
* | ftrace: Add internal recursive checks | Steven Rostedt | 2011-05-26 | 3 | -6/+32 |
* | tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machine | liubo | 2011-05-26 | 1 | -0/+27 |
* | ftrace: Set ops->flag to enabled even on static function tracing | Steven Rostedt | 2011-05-26 | 1 | -1/+5 |
* | tracing: Have event with function tracer check error return | Steven Rostedt | 2011-05-26 | 1 | -1/+6 |
* | ftrace: Have ftrace_startup() return failure code | Steven Rostedt | 2011-05-26 | 1 | -6/+8 |
*-. | Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g... | Linus Torvalds | 2011-05-20 | 1 | -1/+0 |
|\ \ |
|
| * | | Merge commit 'v2.6.39-rc7' into sched/core | Ingo Molnar | 2011-05-12 | 3 | -1/+3 |
| |\| |
|
| * | | sched: Get rid of lock_depth | Jonathan Corbet | 2011-04-24 | 1 | -1/+0 |
* | | | ftrace: Add self-tests for multiple function trace users | Steven Rostedt | 2011-05-19 | 3 | -1/+217 |
* | | | ftrace: Modify ftrace_set_filter/notrace to take ops | Steven Rostedt | 2011-05-19 | 2 | -4/+46 |
* | | | ftrace: Allow dynamically allocated function tracers | Steven Rostedt | 2011-05-18 | 1 | -7/+30 |
* | | | ftrace: Implement separate user function filtering | Steven Rostedt | 2011-05-18 | 5 | -38/+160 |
* | | | ftrace: Free hash with call_rcu_sched() | Steven Rostedt | 2011-05-18 | 1 | -27/+28 |
* | | | ftrace: Have global_ops store the functions that are to be traced | Steven Rostedt | 2011-05-18 | 1 | -16/+53 |
* | | | ftrace: Add ops parameter to ftrace_startup/shutdown functions | Steven Rostedt | 2011-05-18 | 1 | -14/+14 |