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