aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAge
* Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-11-16
|\
| * tracing: Add rcu annotation for syscall trace descriptorsSteven Rostedt (Red Hat)2013-11-11
| * tracing: Do not use signed enums with unsigned long long in fgragh outputSteven Rostedt (Red Hat)2013-11-06
| * tracing: Remove unused function ftrace_off_permanent()Steven Rostedt (Red Hat)2013-11-06
| * tracing: Do not assign filp->private_data to freed memoryGeyslan G. Bem2013-11-06
| * tracing: Add helper function tracing_is_disabled()Geyslan G. Bem2013-11-06
| * tracing: Open tracer when ftrace_dump_on_oops is usedCody P Schafer2013-11-06
| * tracing: Add support for SOFT_DISABLE to syscall eventsTom Zanussi2013-11-05
| * tracing: Make register/unregister_ftrace_command __initTom Zanussi2013-11-05
| * tracing: Update event filters for multibufferTom Zanussi2013-11-05
| * ftrace: Have control op function callback only trace when RCU is watchingSteven Rostedt (Red Hat)2013-11-05
| * trace/trace_stat: use rbtree postorder iteration helper instead of opencodingCody P Schafer2013-11-05
| * ftrace: Add set_graph_notrace filterNamhyung Kim2013-10-18
| * ftrace: Narrow down the protected area of graph_lockNamhyung Kim2013-10-18
| * ftrace: Introduce struct ftrace_graph_dataNamhyung Kim2013-10-18
| * ftrace: Get rid of ftrace_graph_filter_enabledNamhyung Kim2013-10-18
| * tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt2013-10-18
| * tracing: Show more exact help information about snapshotWang YanQing2013-10-09
* | Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-13
|\ \
| * | kernel: trace: blktrace: remove redundent memcpy() in compat_blk_trace_setup()Chen Gang2013-11-08
| * | blktrace: Send BLK_TN_PROCESS events to all running tracesJan Kara2013-11-08
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-11
|\ \
| * | ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHEDPeter Zijlstra2013-11-11
| |/
* / perf/ftrace: Fix paranoid level for enabling function tracerSteven Rostedt2013-11-06
|/
* Merge tag 'trace-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-09-09
|\
| * ftrace: Fix a slight race in modifying what function callback gets tracedSteven Rostedt (Red Hat)2013-09-03
| * tracing: Make tracing_cpumask available for all instancesAlexander Z Lam2013-08-22
| * tracing: Kill the !CONFIG_MODULES code in trace_events.cOleg Nesterov2013-08-21
| * tracing: Don't pass file_operations array to event_create_dir()Oleg Nesterov2013-08-21
| * tracing: Kill trace_create_file_ops() and friendsOleg Nesterov2013-08-21
| * tracing/syscalls: Annotate raw_init function with __initLi Zefan2013-08-21
* | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-09-03
|\ \ | |/ |/|
| * tracing: Add __tracepoint_string() to export string pointersSteven Rostedt (Red Hat)2013-07-26
* | tracing: Fix reset of time stamps during trace_clock changesAlexander Z Lam2013-08-02
* | tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct bufferAlexander Z Lam2013-08-02
* | tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin2013-08-02
* | tracing/uprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)2013-08-01
* | tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)2013-07-31
* | tracing: Add comment to describe special break case in probe_remove_event_call()Steven Rostedt (Red Hat)2013-07-31
* | tracing: trace_remove_event_call() should fail if call/file is in useOleg Nesterov2013-07-31
* | ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)2013-07-30
* | ftrace: Consolidate some duplicate code for updating ftrace opsSteven Rostedt (Red Hat)2013-07-29
* | tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_privateOleg Nesterov2013-07-29
* | tracing: Introduce remove_event_file_dir()Oleg Nesterov2013-07-29
* | tracing: Change f_start() to take event_mutex and verify i_private != NULLOleg Nesterov2013-07-29
* | tracing: Change event_filter_read/write to verify i_private != NULLOleg Nesterov2013-07-29
* | tracing: Change event_enable/disable_read() to verify i_private != NULLOleg Nesterov2013-07-29
* | tracing: Turn event/id->i_private into call->event.typeOleg Nesterov2013-07-29
* | tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus()Steven Rostedt (Red Hat)2013-07-26
* | ftrace: Add check for NULL regs if ops has SAVE_REGS setSteven Rostedt (Red Hat)2013-07-24