summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2018-02-25blktrace: fix unlocked registration of tracepointsJens Axboe
2018-02-17ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)
2018-01-23tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)
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-12-25tracing: Exclude 'generic fields' from histogramsTom Zanussi
2017-12-20tracing: Allocate mask_str buffer dynamicallyChangbin Du
2017-10-12ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang
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-27tracing: Add barrier to trace_printk() buffer nesting modificationSteven Rostedt (VMware)
2017-09-27ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)
2017-09-27ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)
2017-08-30ftrace: Check for null ret_stack on profile function graph entry functionSteven Rostedt (VMware)
2017-08-30tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)
2017-08-30tracing: Fix kmemleak in tracing_map_array_free()Chunyu Hu
2017-08-30tracing: Call clear_boot_tracer() at lateinit_syncSteven Rostedt (VMware)
2017-08-30bpf: fix bpf_trace_printk on 32 bit archsDaniel Borkmann
2017-07-27tracing: Fix kmemleak in instance_rmdirChunyu Hu
2017-07-27ftrace: Fix uninitialized variable in match_records()Dan Carpenter
2017-07-21tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate resultsPavankumar Kondeti
2017-07-12tracing/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-27ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)
2017-04-27tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)
2017-04-21ftrace: Fix function pid filter on instancesNamhyung Kim
2017-04-21ftrace: Fix removing of second function probeSteven Rostedt (VMware)
2017-04-12ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun
2017-03-15fs: Better permission checking for submountsEric W. Biederman
2017-02-09tracing: Fix hwlat kthread migrationSteven Rostedt (VMware)
2017-01-09fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)
2016-11-14ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip recordsSteven Rostedt (Red Hat)
2016-11-14ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace recordsAlexei Starovoitov
2016-10-12Disable the __builtin_return_address() warning globally after allLinus Torvalds
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-10-06Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner
2016-09-29tracing/syscalls: fix multiline in error message textColin Ian King
2016-09-25Merge tag 'trace-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2016-09-25fix memory leaks in tracing_buffers_splice_read()Al Viro
2016-09-25tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)
2016-09-23tracing: Call traceoff trigger after event is recordedMasami Hiramatsu
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar