summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2018-06-16tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu3-8/+6
2018-03-03tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)1-0/+1
2018-03-03tracing: Fix crash when it fails to alloc ring bufferJing Xia1-0/+2
2018-03-03ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)1-1/+5
2018-03-03blktrace: fix trace mutex deadlockJens Axboe1-2/+2
2018-02-13blktrace: fix unlocked access to init/start-stop/teardownJens Axboe1-10/+48
2018-02-13blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long1-6/+12
2018-01-01tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan1-1/+1
2018-01-01tracing: Erase irqsoff trace with empty writeBo Yan1-2/+8
2017-11-26tracing: Apply trace_clock changes to instance max bufferBaohong Liu1-1/+1
2017-11-26ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)1-1/+1
2017-11-11perf: Avoid horrible stack usagePeter Zijlstra (Intel)4-6/+8
2017-11-11tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)1-0/+4
2017-11-11tracing: Fix kmemleak in instance_rmdirChunyu Hu1-0/+1
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