| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'trace-fixes-v3.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-12-20 | 1 | -1/+1 |
|\ |
|
| * | ftrace: Initialize the ftrace profiler for each possible cpu | Miao Xie | 2013-12-16 | 1 | -1/+1 |
* | | Merge tag 'trace-fixes-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-12-06 | 2 | -10/+3 |
|\ \
| |/ |
|
| * | tracing: Only run synchronize_sched() at instance deletion time | Steven Rostedt | 2013-12-05 | 2 | -10/+3 |
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-12-02 | 1 | -1/+7 |
|\ \
| |/
|/| |
|
| * | perf/trace: Properly use u64 to hold event_id | Vince Weaver | 2013-11-19 | 1 | -1/+1 |
| * | ftrace, perf: Avoid infinite event generation loop | Peter Zijlstra | 2013-11-19 | 1 | -0/+6 |
* | | ftrace: Fix function graph with loading of modules | Steven Rostedt (Red Hat) | 2013-11-26 | 1 | -29/+35 |
|/ |
|
* | Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2013-11-16 | 14 | -209/+518 |
|\ |
|
| * | tracing: Add rcu annotation for syscall trace descriptors | Steven Rostedt (Red Hat) | 2013-11-11 | 1 | -2/+2 |
| * | tracing: Do not use signed enums with unsigned long long in fgragh output | Steven Rostedt (Red Hat) | 2013-11-06 | 2 | -11/+13 |
| * | tracing: Remove unused function ftrace_off_permanent() | Steven Rostedt (Red Hat) | 2013-11-06 | 1 | -15/+0 |
| * | tracing: Do not assign filp->private_data to freed memory | Geyslan G. Bem | 2013-11-06 | 1 | -1/+8 |
| * | tracing: Add helper function tracing_is_disabled() | Geyslan G. Bem | 2013-11-06 | 2 | -0/+6 |
| * | tracing: Open tracer when ftrace_dump_on_oops is used | Cody P Schafer | 2013-11-06 | 1 | -0/+11 |
| * | tracing: Add support for SOFT_DISABLE to syscall events | Tom Zanussi | 2013-11-05 | 2 | -12/+34 |
| * | tracing: Make register/unregister_ftrace_command __init | Tom Zanussi | 2013-11-05 | 2 | -4/+12 |
| * | tracing: Update event filters for multibuffer | Tom Zanussi | 2013-11-05 | 12 | -91/+239 |
| * | ftrace: Have control op function callback only trace when RCU is watching | Steven Rostedt (Red Hat) | 2013-11-05 | 1 | -0/+9 |
| * | trace/trace_stat: use rbtree postorder iteration helper instead of opencoding | Cody P Schafer | 2013-11-05 | 1 | -36/+5 |
| * | ftrace: Add set_graph_notrace filter | Namhyung Kim | 2013-10-18 | 3 | -3/+108 |
| * | ftrace: Narrow down the protected area of graph_lock | Namhyung Kim | 2013-10-18 | 1 | -13/+9 |
| * | ftrace: Introduce struct ftrace_graph_data | Namhyung Kim | 2013-10-18 | 1 | -19/+62 |
| * | ftrace: Get rid of ftrace_graph_filter_enabled | Namhyung Kim | 2013-10-18 | 2 | -7/+2 |
| * | tracing: Fix potential out-of-bounds in trace_get_user() | Steven Rostedt | 2013-10-18 | 1 | -1/+4 |
| * | tracing: Show more exact help information about snapshot | Wang YanQing | 2013-10-09 | 1 | -1/+1 |
* | | Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2013-11-14 | 1 | -8/+28 |
|\ \ |
|
| * | | kernel: trace: blktrace: remove redundent memcpy() in compat_blk_trace_setup() | Chen Gang | 2013-11-08 | 1 | -2/+1 |
| * | | blktrace: Send BLK_TN_PROCESS events to all running traces | Jan Kara | 2013-11-08 | 1 | -6/+27 |
| |/ |
|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-11-12 | 3 | -3/+20 |
|\ \ |
|
| * | | ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHED | Peter Zijlstra | 2013-11-11 | 3 | -3/+20 |
| |/ |
|
* | | perf/ftrace: Fix paranoid level for enabling function tracer | Steven Rostedt | 2013-11-06 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'trace-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2013-09-09 | 5 | -208/+64 |
|\ |
|
| * | ftrace: Fix a slight race in modifying what function callback gets traced | Steven Rostedt (Red Hat) | 2013-09-03 | 1 | -1/+16 |
| * | tracing: Make tracing_cpumask available for all instances | Alexander Z Lam | 2013-08-22 | 2 | -17/+21 |
| * | tracing: Kill the !CONFIG_MODULES code in trace_events.c | Oleg Nesterov | 2013-08-21 | 1 | -12/+6 |
| * | tracing: Don't pass file_operations array to event_create_dir() | Oleg Nesterov | 2013-08-21 | 1 | -34/+12 |
| * | tracing: Kill trace_create_file_ops() and friends | Oleg Nesterov | 2013-08-21 | 1 | -144/+9 |
| * | tracing/syscalls: Annotate raw_init function with __init | Li Zefan | 2013-08-21 | 1 | -5/+5 |
* | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 2013-09-03 | 2 | -0/+22 |
|\ \
| |/
|/| |
|
| * | tracing: Add __tracepoint_string() to export string pointers | Steven Rostedt (Red Hat) | 2013-07-26 | 2 | -0/+22 |
* | | tracing: Fix reset of time stamps during trace_clock changes | Alexander Z Lam | 2013-08-02 | 1 | -12/+12 |
* | | tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct buffer | Alexander Z Lam | 2013-08-02 | 1 | -1/+1 |
* | | tracing: Fix fields of struct trace_iterator that are zeroed by mistake | Andrew Vagin | 2013-08-02 | 1 | -0/+1 |
* | | tracing/uprobes: Fail to unregister if probe event files are in use | Steven Rostedt (Red Hat) | 2013-08-01 | 1 | -13/+38 |
* | | tracing/kprobes: Fail to unregister if probe event files are in use | Steven Rostedt (Red Hat) | 2013-07-31 | 1 | -6/+15 |
* | | tracing: Add comment to describe special break case in probe_remove_event_call() | Steven Rostedt (Red Hat) | 2013-07-31 | 1 | -0/+6 |
* | | tracing: trace_remove_event_call() should fail if call/file is in use | Oleg Nesterov | 2013-07-31 | 1 | -2/+33 |
* | | ftrace: Check module functions being traced on reload | Steven Rostedt (Red Hat) | 2013-07-30 | 1 | -9/+62 |
* | | ftrace: Consolidate some duplicate code for updating ftrace ops | Steven Rostedt (Red Hat) | 2013-07-29 | 1 | -6/+10 |