summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2017-09-15tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca1-8/+5
2017-09-15tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner1-0/+5
2017-08-26ftrace: Fix removing of second function probeSteven Rostedt (VMware)1-4/+10
2017-07-18ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)1-2/+14
2017-07-18tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)1-3/+5
2017-07-18ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun1-4/+4
2017-06-05tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Amey Telawane1-1/+1
2017-03-16fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)1-3/+14
2016-11-20tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)1-7/+8
2016-08-22tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)1-1/+6
2016-08-22ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)1-5/+4
2016-08-22ring-buffer: Use long for nr_pages to avoid overflow failuresSteven Rostedt (Red Hat)1-12/+14
2016-06-15tracing: Don't display trigger file for events that can't be enabledChunyu Hu1-2/+7
2016-05-01tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)1-0/+3
2016-05-01tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)1-1/+4
2016-05-01tracing: Have preempt(irqs)off trace preempt disabled functionsSteven Rostedt (Red Hat)1-2/+6
2016-03-08tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)1-1/+2
2016-01-25tracing: Fix setting of start_index in find_next()Qiu Peiyang1-0/+1
2016-01-05ring-buffer: Update read stamp with first real commit on pageSteven Rostedt (Red Hat)1-7/+5
2015-08-10tracing: Have branch tracer use recursive field of task structSteven Rostedt (Red Hat)2-7/+11
2015-07-15tracing/filter: Do not allow infix to exceed end of stringSteven Rostedt (Red Hat)1-0/+6
2015-07-15tracing/filter: Do not WARN on operand count going below zeroSteven Rostedt (Red Hat)1-1/+3
2015-06-30tracing: Have filter check for balanced opsSteven Rostedt1-2/+7
2015-06-30ring-buffer-benchmark: Fix the wrong sched_priority of producerWang Long1-1/+1
2015-05-05ring-buffer: Replace this_cpu_*() with __this_cpu_*()Steven Rostedt1-6/+5
2015-03-23ftrace: Fix ftrace enable ordering of sysctl ftrace_enabledSteven Rostedt (Red Hat)1-3/+3
2015-03-23ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctlPratyush Anand1-6/+22
2015-03-02ring-buffer: Do not wake up a splice waiter when page is not fullSteven Rostedt (Red Hat)1-5/+35
2015-03-02tracing: Fix unmapping loop in tracing_mark_writeVikram Mulukutla1-1/+1
2015-01-15move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2-3/+3
2014-11-27tracing: Do not busy wait in buffer spliceRabin Vincent2-43/+61
2014-11-13tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent1-4/+4
2014-10-09ring-buffer: Fix infinite spin in reading bufferSteven Rostedt (Red Hat)1-1/+1
2014-10-05ftrace: Update all ftrace_ops for a ftrace_hash_ops updateSteven Rostedt (Red Hat)1-4/+39
2014-10-05ftrace: Fix function_profiler and function tracer togetherSteven Rostedt (Red Hat)1-13/+36
2014-10-05ftrace: Allow ftrace_ops to use the hashes from other opsSteven Rostedt (Red Hat)1-47/+51
2014-10-05trace: Fix epoll hang when we race with new entriesJosef Bacik1-1/+15
2014-10-05ftrace: Use current addr when converting to nop in __ftrace_replace_code()Steven Rostedt (Red Hat)1-1/+1
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-21tracing: Fix wraparound problems in "uptime" trace clockTony Luck2-5/+6
2014-07-15ring-buffer: Fix polling on trace_pipeMartin Lau1-4/+0
2014-07-15tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputszhangwei(Jovi)1-0/+6
2014-07-15tracing: Fix graph tracer with stack tracer on other archsSteven Rostedt (Red Hat)1-2/+2
2014-07-15tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputszhangwei(Jovi)1-2/+10
2014-07-14tracing: instance_rmdir() leaks ftrace_event_file->filterOleg Nesterov1-0/+1
2014-07-01tracing: Remove ftrace_stop/start() from reading the trace fileSteven Rostedt (Red Hat)1-2/+0
2014-06-30tracing/uprobes: Fix the usage of uprobe_buffer_enable() in probe_event_enable()Oleg Nesterov1-12/+19
2014-06-30tracing/uprobes: Kill the bogus UPROBE_HANDLER_REMOVE code in uprobe_dispatch...Oleg Nesterov1-6/+0
2014-06-30tracing/uprobes: Revert "Support mix of ftrace and perf"Oleg Nesterov1-1/+8