summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2015-08-04tracing: Have branch tracer use recursive field of task structSteven Rostedt (Red Hat)2-7/+11
2015-08-04tracing/filter: Do not allow infix to exceed end of stringSteven Rostedt (Red Hat)1-0/+6
2015-08-04tracing/filter: Do not WARN on operand count going below zeroSteven Rostedt (Red Hat)1-1/+3
2015-06-23tracing: Have filter check for balanced opsSteven Rostedt1-2/+8
2015-06-23ring-buffer-benchmark: Fix the wrong sched_priority of producerWang Long1-1/+1
2015-05-04ring-buffer: Replace this_cpu_*() with __this_cpu_*()Steven Rostedt1-6/+5
2015-03-01tracing: Fix unmapping loop in tracing_mark_writeVikram Mulukutla1-1/+1
2015-01-29move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2-3/+3
2014-11-13tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent1-4/+4
2014-10-13ring-buffer: Fix infinite spin in reading bufferSteven Rostedt (Red Hat)1-1/+1
2014-10-13trace: Fix epoll hang when we race with new entriesJosef Bacik1-1/+15
2014-09-17ring-buffer: Up rb_iter_peek() loop count to 3Steven Rostedt (Red Hat)1-6/+8
2014-09-17ring-buffer: Always reset iterator to reader pageSteven Rostedt (Red Hat)1-11/+6
2014-07-30tracing: Fix wraparound problems in "uptime" trace clockTony Luck2-5/+6
2014-07-29ring-buffer: Fix polling on trace_pipeMartin Lau1-4/+0
2014-07-29tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputszhangwei(Jovi)1-0/+6
2014-07-29tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputszhangwei(Jovi)1-2/+10
2014-07-29tracing: Fix graph tracer with stack tracer on other archsSteven Rostedt (Red Hat)1-2/+2
2014-07-18ring-buffer: Check if buffer exists before pollingSteven Rostedt (Red Hat)3-10/+24
2014-07-18tracing: Remove ftrace_stop/start() from reading the trace fileSteven Rostedt (Red Hat)1-2/+0
2014-07-17tracing: Try again for saved cmdline if failed due to lockingSteven Rostedt (Red Hat)1-6/+7
2014-06-06ftrace/module: Hardcode ftrace_module_init() call into load_module()Steven Rostedt (Red Hat)1-23/+4
2014-05-29blktrace: fix accounting of partially completed requestsRoman Pen1-9/+11
2014-03-31tracing: Fix array size mismatch in format stringVaibhav Nagarnaik2-11/+2
2014-03-22tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)1-0/+10
2014-03-12blktrace: Send BLK_TN_PROCESS events to all running tracesJan Kara1-6/+27
2014-02-22ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)1-0/+7
2014-02-13ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt (Red Hat)1-1/+44
2014-02-13ftrace: Fix synchronization location disabling and freeing ftrace_opsSteven Rostedt (Red Hat)1-26/+32
2014-02-13ftrace: Synchronize setting function_trace_op with ftrace_trace_functionSteven Rostedt (Red Hat)1-15/+72
2014-02-13tracing: Check if tracing is enabled in trace_puts()Steven Rostedt (Red Hat)1-0/+6
2014-02-13tracing: Have trace buffer point back to trace_arraySteven Rostedt (Red Hat)1-0/+2
2014-01-09ftrace: Initialize the ftrace profiler for each possible cpuMiao Xie1-1/+1
2013-12-04ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)1-29/+35
2013-11-29perf/ftrace: Fix paranoid level for enabling function tracerSteven Rostedt1-1/+1
2013-11-20tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt1-1/+4
2013-09-09Merge tag 'trace-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus 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/paul...Ingo 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