summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2019-05-16trace: Fix preempt_enable_no_resched() abusePeter Zijlstra
2019-04-27tracing: kdb: Fix ftdump to not sleepDouglas Anderson
2019-02-20tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler
2018-12-21tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)
2018-12-21tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)
2018-11-10tracing: Fix enabling of syscall events on the command lineSteven Rostedt (Red Hat)
2018-10-13ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik
2018-09-09uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)
2018-09-09tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)
2018-09-09tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)
2018-08-28tracing: Use __printf markup to silence compilerMathieu Malaterre
2018-08-09ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu
2018-08-09tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)
2018-08-09tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov
2018-08-09tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)
2018-08-09tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)
2018-06-13tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)
2018-05-16tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu
2018-05-16tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)
2018-04-08tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu
2018-01-02ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)
2018-01-02tracing: Fix crash when it fails to alloc ring bufferJing Xia
2018-01-02tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)
2018-01-02tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)
2017-10-05tracing: Erase irqsoff trace with empty writeBo Yan
2017-10-05tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan
2017-09-27tracing: Apply trace_clock changes to instance max bufferBaohong Liu
2017-09-27ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)
2017-08-30tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)
2017-07-27tracing: Fix kmemleak in instance_rmdirChunyu Hu
2017-07-21tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate resultsPavankumar Kondeti
2017-07-15tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca
2017-05-25tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner
2017-04-30perf: Avoid horrible stack usagePeter Zijlstra (Intel)
2017-04-30ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)
2017-04-30tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)
2017-04-22ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun
2017-04-22ftrace: Fix removing of second function probeSteven Rostedt (VMware)
2017-01-15fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)
2016-07-12tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)
2016-06-06ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)
2016-06-06ring-buffer: Use long for nr_pages to avoid overflow failuresSteven Rostedt (Red Hat)
2016-06-06ring-buffer: Move recursive check to per_cpu descriptorSteven Rostedt (Red Hat)
2016-06-06ring-buffer: Remove duplicate use of '&' in recursive codeSteven Rostedt (Red Hat)
2016-06-06ring-buffer: Add unlikelys to make fast path the defaultSteven Rostedt (Red Hat)
2016-05-17tracing: Don't display trigger file for events that can't be enabledChunyu Hu
2016-04-18tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)
2016-04-18tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)
2016-03-10tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)
2015-08-04tracing: Have branch tracer use recursive field of task structSteven Rostedt (Red Hat)