summaryrefslogtreecommitdiff
path: root/kernel/trace (follow)
Commit message (Expand)AuthorAge
* tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata2019-08-04
* tracing: Silence GCC 9 array bounds warningMiguel Ojeda2019-07-10
* tracing: Fix partial reading of trace event's id fileElazar Leibovich2019-06-11
* trace: Fix preempt_enable_no_resched() abusePeter Zijlstra2019-05-16
* kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu2019-04-27
* tracing: kdb: Fix ftdump to not sleepDouglas Anderson2019-04-27
* tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)2019-03-23
* tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler2019-02-20
* tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)2018-12-21
* tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)2018-12-21
* bpf: fix check of allowed specifiers in bpf_trace_printkMartynas Pumputis2018-12-17
* tracing: Skip more functions when doing stack tracing of eventsSteven Rostedt (Red Hat)2018-11-10
* ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik2018-09-29
* uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)2018-09-09
* tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)2018-09-09
* tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)2018-09-09
* tracing: Use __printf markup to silence compilerMathieu Malaterre2018-08-24
* ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu2018-08-09
* tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)2018-08-06
* tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov2018-08-06
* tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)2018-08-06
* tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)2018-08-06
* tracing: Fix missing return symbol in function_graph outputChangbin Du2018-07-11
* tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)2018-06-06
* tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu2018-05-16
* tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)2018-05-16
* tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu2018-03-28
* blktrace: fix unlocked registration of tracepointsJens Axboe2018-02-25
* ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)2018-02-16
* tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)2018-01-23
* ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)2018-01-02
* tracing: Fix crash when it fails to alloc ring bufferJing Xia2018-01-02
* tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)2018-01-02
* tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)2018-01-02
* tracing: Allocate mask_str buffer dynamicallyChangbin Du2017-12-20
* ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang2017-10-12
* tracing: Erase irqsoff trace with empty writeBo Yan2017-10-05
* tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan2017-10-05
* ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)2017-09-27
* tracing: Apply trace_clock changes to instance max bufferBaohong Liu2017-09-27
* ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)2017-09-27
* tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)2017-08-30
* tracing: Fix kmemleak in instance_rmdirChunyu Hu2017-07-27
* ftrace: Fix uninitialized variable in match_records()Dan Carpenter2017-07-27
* tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate resultsPavankumar Kondeti2017-07-21
* tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca2017-07-15
* tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-05-25
* ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)2017-04-27
* tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)2017-04-27
* ftrace: Fix removing of second function probeSteven Rostedt (VMware)2017-04-21