summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2016-10-06tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)1-7/+8
2016-10-06fix memory leaks in tracing_buffers_splice_read()Al Viro1-8/+9
2016-10-06Makefile: Mute warning for __builtin_return_address(>0) for tracing onlySteven Rostedt1-0/+4
2016-08-19tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)1-1/+6
2016-06-15ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)1-5/+4
2016-06-15ring-buffer: Use long for nr_pages to avoid overflow failuresSteven Rostedt (Red Hat)1-12/+14
2016-04-11tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)1-0/+3
2016-04-11tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)1-1/+4
2016-04-11tracing: Have preempt(irqs)off trace preempt disabled functionsSteven Rostedt (Red Hat)1-2/+6
2016-03-03tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)1-1/+2
2016-03-03ring-buffer: Update read stamp with first real commit on pageSteven Rostedt (Red Hat)1-7/+5
2016-02-15tracing: Fix setting of start_index in find_next()Qiu Peiyang1-0/+1
2016-01-09ring-buffer: Always run per-cpu ring buffer resize with schedule_work_on()Corey Minyard1-20/+4
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