aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2013-12-06Merge tag 'trace-fixes-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-12-05tracing: Only run synchronize_sched() at instance deletion timeSteven Rostedt
2013-12-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-11-26ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)
2013-11-19perf/trace: Properly use u64 to hold event_idVince Weaver
2013-11-19ftrace, perf: Avoid infinite event generation loopPeter Zijlstra
2013-11-16Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2013-11-14Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-11-11tracing: Add rcu annotation for syscall trace descriptorsSteven Rostedt (Red Hat)
2013-11-11ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHEDPeter Zijlstra
2013-11-08kernel: trace: blktrace: remove redundent memcpy() in compat_blk_trace_setup()Chen Gang
2013-11-08blktrace: Send BLK_TN_PROCESS events to all running tracesJan Kara
2013-11-06tracing: Do not use signed enums with unsigned long long in fgragh outputSteven Rostedt (Red Hat)
2013-11-06tracing: Remove unused function ftrace_off_permanent()Steven Rostedt (Red Hat)
2013-11-06tracing: Do not assign filp->private_data to freed memoryGeyslan G. Bem
2013-11-06perf/ftrace: Fix paranoid level for enabling function tracerSteven Rostedt
2013-11-06tracing: Add helper function tracing_is_disabled()Geyslan G. Bem
2013-11-06tracing: Open tracer when ftrace_dump_on_oops is usedCody P Schafer
2013-11-05tracing: Add support for SOFT_DISABLE to syscall eventsTom Zanussi
2013-11-05tracing: Make register/unregister_ftrace_command __initTom Zanussi
2013-11-05tracing: Update event filters for multibufferTom Zanussi
2013-11-05ftrace: Have control op function callback only trace when RCU is watchingSteven Rostedt (Red Hat)
2013-11-05trace/trace_stat: use rbtree postorder iteration helper instead of opencodingCody P Schafer
2013-10-18ftrace: Add set_graph_notrace filterNamhyung Kim
2013-10-18ftrace: Narrow down the protected area of graph_lockNamhyung Kim
2013-10-18ftrace: Introduce struct ftrace_graph_dataNamhyung Kim
2013-10-18ftrace: Get rid of ftrace_graph_filter_enabledNamhyung Kim
2013-10-18tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt
2013-10-09tracing: Show more exact help information about snapshotWang YanQing
2013-09-09Merge tag 'trace-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2013-09-03ftrace: Fix a slight race in modifying what function callback gets tracedSteven Rostedt (Red Hat)
2013-09-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2013-08-22tracing: Make tracing_cpumask available for all instancesAlexander Z Lam
2013-08-21tracing: Kill the !CONFIG_MODULES code in trace_events.cOleg Nesterov
2013-08-21tracing: Don't pass file_operations array to event_create_dir()Oleg Nesterov
2013-08-21tracing: Kill trace_create_file_ops() and friendsOleg Nesterov
2013-08-21tracing/syscalls: Annotate raw_init function with __initLi Zefan
2013-08-02tracing: Fix reset of time stamps during trace_clock changesAlexander Z Lam
2013-08-02tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct bufferAlexander Z Lam
2013-08-02tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin
2013-08-01tracing/uprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)
2013-07-31tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)
2013-07-31tracing: Add comment to describe special break case in probe_remove_event_call()Steven Rostedt (Red Hat)
2013-07-31tracing: trace_remove_event_call() should fail if call/file is in useOleg Nesterov
2013-07-30ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)
2013-07-29ftrace: Consolidate some duplicate code for updating ftrace opsSteven Rostedt (Red Hat)
2013-07-29tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_privateOleg Nesterov
2013-07-29tracing: Introduce remove_event_file_dir()Oleg Nesterov
2013-07-29tracing: Change f_start() to take event_mutex and verify i_private != NULLOleg Nesterov