aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-20Merge tag 'trace-fixes-v3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2013-12-16ftrace: Initialize the ftrace profiler for each possible cpuMiao Xie1-1/+1
2013-12-06Merge tag 'trace-fixes-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-10/+3
2013-12-05tracing: Only run synchronize_sched() at instance deletion timeSteven Rostedt2-10/+3
2013-12-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+7
2013-11-26ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)1-29/+35
2013-11-19perf/trace: Properly use u64 to hold event_idVince Weaver1-1/+1
2013-11-19ftrace, perf: Avoid infinite event generation loopPeter Zijlstra1-0/+6
2013-11-16Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds14-209/+518
2013-11-14Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+28
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-3/+20
2013-11-11tracing: Add rcu annotation for syscall trace descriptorsSteven Rostedt (Red Hat)1-2/+2
2013-11-11ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHEDPeter Zijlstra3-3/+20
2013-11-08kernel: trace: blktrace: remove redundent memcpy() in compat_blk_trace_setup()Chen Gang1-2/+1
2013-11-08blktrace: Send BLK_TN_PROCESS events to all running tracesJan Kara1-6/+27
2013-11-06tracing: Do not use signed enums with unsigned long long in fgragh outputSteven Rostedt (Red Hat)2-11/+13
2013-11-06tracing: Remove unused function ftrace_off_permanent()Steven Rostedt (Red Hat)1-15/+0
2013-11-06tracing: Do not assign filp->private_data to freed memoryGeyslan G. Bem1-1/+8
2013-11-06perf/ftrace: Fix paranoid level for enabling function tracerSteven Rostedt1-1/+1
2013-11-06tracing: Add helper function tracing_is_disabled()Geyslan G. Bem2-0/+6
2013-11-06tracing: Open tracer when ftrace_dump_on_oops is usedCody P Schafer1-0/+11
2013-11-05tracing: Add support for SOFT_DISABLE to syscall eventsTom Zanussi2-12/+34
2013-11-05tracing: Make register/unregister_ftrace_command __initTom Zanussi2-4/+12
2013-11-05tracing: Update event filters for multibufferTom Zanussi12-91/+239
2013-11-05ftrace: Have control op function callback only trace when RCU is watchingSteven Rostedt (Red Hat)1-0/+9
2013-11-05trace/trace_stat: use rbtree postorder iteration helper instead of opencodingCody P Schafer1-36/+5
2013-10-18ftrace: Add set_graph_notrace filterNamhyung Kim3-3/+108
2013-10-18ftrace: Narrow down the protected area of graph_lockNamhyung Kim1-13/+9
2013-10-18ftrace: Introduce struct ftrace_graph_dataNamhyung Kim1-19/+62
2013-10-18ftrace: Get rid of ftrace_graph_filter_enabledNamhyung Kim2-7/+2
2013-10-18tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt1-1/+4
2013-10-09tracing: Show more exact help information about snapshotWang YanQing1-1/+1
2013-09-09Merge tag 'trace-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds5-208/+64
2013-09-03ftrace: Fix a slight race in modifying what function callback gets tracedSteven Rostedt (Red Hat)1-1/+16
2013-09-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar2-0/+22
2013-08-22tracing: Make tracing_cpumask available for all instancesAlexander Z Lam2-17/+21
2013-08-21tracing: Kill the !CONFIG_MODULES code in trace_events.cOleg Nesterov1-12/+6
2013-08-21tracing: Don't pass file_operations array to event_create_dir()Oleg Nesterov1-34/+12
2013-08-21tracing: Kill trace_create_file_ops() and friendsOleg Nesterov1-144/+9
2013-08-21tracing/syscalls: Annotate raw_init function with __initLi Zefan1-5/+5
2013-08-02tracing: Fix reset of time stamps during trace_clock changesAlexander Z Lam1-12/+12
2013-08-02tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct bufferAlexander Z Lam1-1/+1
2013-08-02tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin1-0/+1
2013-08-01tracing/uprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)1-13/+38
2013-07-31tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)1-6/+15
2013-07-31tracing: Add comment to describe special break case in probe_remove_event_call()Steven Rostedt (Red Hat)1-0/+6
2013-07-31tracing: trace_remove_event_call() should fail if call/file is in useOleg Nesterov1-2/+33
2013-07-30ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)1-9/+62
2013-07-29ftrace: Consolidate some duplicate code for updating ftrace opsSteven Rostedt (Red Hat)1-6/+10
2013-07-29tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_privateOleg Nesterov1-32/+15