summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2018-12-21tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)1-0/+1
2018-12-21tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)1-2/+4
2018-12-17bpf: fix check of allowed specifiers in bpf_trace_printkMartynas Pumputis1-3/+5
2018-09-29ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik1-0/+2
2018-09-09uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)1-1/+1
2018-09-09tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)1-0/+4
2018-09-09tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)1-1/+3
2018-08-24tracing: Use __printf markup to silence compilerMathieu Malaterre1-0/+5
2018-08-09ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu2-0/+22
2018-08-03tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)1-2/+4
2018-08-03tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov1-2/+11
2018-08-03tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)1-1/+5
2018-08-03tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)1-4/+8
2018-07-11tracing: Fix missing return symbol in function_graph outputChangbin Du1-1/+4
2018-06-06tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)1-2/+3
2018-05-16tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu1-0/+2
2018-05-16tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)1-0/+3
2018-03-28tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu3-8/+6
2018-02-25blktrace: fix unlocked registration of tracepointsJens Axboe1-10/+22
2018-02-17ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)1-1/+0
2018-01-23tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)1-1/+15
2018-01-02ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)1-1/+5
2018-01-02tracing: Fix crash when it fails to alloc ring bufferJing Xia1-0/+2
2018-01-02tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)1-0/+1
2018-01-02tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)1-9/+1
2017-12-25tracing: Exclude 'generic fields' from histogramsTom Zanussi1-2/+2
2017-12-20tracing: Allocate mask_str buffer dynamicallyChangbin Du1-20/+9
2017-10-12ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang1-14/+0
2017-10-05tracing: Erase irqsoff trace with empty writeBo Yan1-2/+8
2017-10-05tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan1-1/+1
2017-09-27tracing: Apply trace_clock changes to instance max bufferBaohong Liu1-1/+1
2017-09-27tracing: Add barrier to trace_printk() buffer nesting modificationSteven Rostedt (VMware)1-1/+7
2017-09-27ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)1-4/+6
2017-09-27ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)1-1/+1
2017-08-30ftrace: Check for null ret_stack on profile function graph entry functionSteven Rostedt (VMware)1-0/+4
2017-08-30tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)1-0/+4
2017-08-30tracing: Fix kmemleak in tracing_map_array_free()Chunyu Hu1-4/+7
2017-08-30tracing: Call clear_boot_tracer() at lateinit_syncSteven Rostedt (VMware)1-1/+1
2017-08-30bpf: fix bpf_trace_printk on 32 bit archsDaniel Borkmann1-4/+30
2017-07-27tracing: Fix kmemleak in instance_rmdirChunyu Hu1-0/+1
2017-07-27ftrace: Fix uninitialized variable in match_records()Dan Carpenter1-1/+1
2017-07-21tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate resultsPavankumar Kondeti1-1/+1
2017-07-12tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca1-13/+8
2017-05-25tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner1-0/+5
2017-04-27ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)1-2/+14
2017-04-27tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)1-3/+5
2017-04-21ftrace: Fix function pid filter on instancesNamhyung Kim3-0/+12
2017-04-21ftrace: Fix removing of second function probeSteven Rostedt (VMware)1-4/+16
2017-04-12ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun1-4/+4
2017-03-15fs: Better permission checking for submountsEric W. Biederman1-2/+2