summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2020-01-11tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler
2019-12-19tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)
2019-10-05tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata
2019-09-23tracing: Fix partial reading of trace event's id fileElazar Leibovich
2019-08-13trace: Fix preempt_enable_no_resched() abusePeter Zijlstra
2019-08-13kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu
2019-02-11tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)
2019-02-11tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)
2018-12-16ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik
2018-12-16tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)
2018-12-16uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)
2018-12-16tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)
2018-11-20tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)
2018-11-20tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)
2018-11-20tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov
2018-11-20ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu
2018-11-20tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)
2018-11-20tracing: Fix missing return symbol in function_graph outputChangbin Du
2018-10-21tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)
2018-10-21tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)
2018-10-21tracing: Fix bad use of igrab in trace_uprobe.cSong Liu
2018-10-21tracing: Deletion of an unnecessary check before iput()Markus Elfring
2018-10-21uprobe: Find last occurrence of ':' when parsing uprobe PATH:OFFSETKenny Yu
2018-10-21tracing/uprobe: Drop isdigit() check in create_trace_uprobeDmitry Safonov
2018-10-21tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu
2018-06-16tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu
2018-03-03tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)
2018-03-03tracing: Fix crash when it fails to alloc ring bufferJing Xia
2018-03-03ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)
2018-03-03blktrace: fix trace mutex deadlockJens Axboe
2018-02-13blktrace: fix unlocked access to init/start-stop/teardownJens Axboe
2018-02-13blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long
2018-01-01tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan
2018-01-01tracing: Erase irqsoff trace with empty writeBo Yan
2017-11-26tracing: Apply trace_clock changes to instance max bufferBaohong Liu
2017-11-26ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)
2017-11-11perf: Avoid horrible stack usagePeter Zijlstra (Intel)
2017-11-11tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)
2017-11-11tracing: Fix kmemleak in instance_rmdirChunyu Hu
2017-09-15tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca
2017-09-15tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner
2017-08-26ftrace: Fix removing of second function probeSteven Rostedt (VMware)
2017-07-18ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)
2017-07-18tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)
2017-07-18ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun
2017-06-05tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Amey Telawane
2017-03-16fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)
2016-11-20tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)
2016-08-22tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)
2016-08-22ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)