summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
2018-10-27tracing: Export trace_dump_stack to modulesNikolay Borisov
2018-10-10tracing: probeevent: Add $argN for accessing function argsMasami Hiramatsu
2018-10-10tracing: probeevent: Add array type supportMasami Hiramatsu
2018-10-10tracing: probeevent: Add symbol typeMasami Hiramatsu
2018-09-24uprobes: Support SDT markers having reference count (semaphore)Ravi Bangoria
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)
2018-08-15Merge tag 'printk-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-01tracing: Make tracer_tracing_is_on() return boolSteven Rostedt (VMware)
2018-08-01tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)
2018-07-25ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu
2018-07-12tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)
2018-07-09printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek
2018-07-03tracing: Use __printf markup to silence compilerMathieu Malaterre
2018-06-21tracing: Use swap macro in update_max_trGustavo A. R. Silva
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-05tracing: Use match_string() instead of open coding it in trace_set_options()Yisheng Xie
2018-05-29tracing: Add trigger file for trace_markers tracefs/ftrace/printSteven Rostedt (VMware)
2018-05-29tracing: Have event_trace_init() called by trace_init_tracefs()Steven Rostedt (VMware)
2018-05-28tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-04-06tracing: Fixup logic inversion on setting trace_global_clock defaultsChris Wilson
2018-04-06tracing: Default to using trace_global_clock if sched_clock is unstableChris Wilson
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2018-03-27tracing: Block comments should align the * on each lineRohit Visavalia
2018-03-13tracing: Unify the "boot" and "mono" tracing clocksThomas Gleixner
2018-03-10tracing: Make tracing_set_clock() non-staticTom Zanussi
2018-03-10tracing: Add variable reference handling to hist triggersTom Zanussi
2018-03-10tracing: Add usecs modifier for hist trigger timestampsTom Zanussi
2018-03-10tracing: Add timestamp_mode trace fileTom Zanussi
2018-03-10ring-buffer: Add interface for setting absolute time stampsTom Zanussi
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-01Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-01-23tracing: Make sure the parsed string always terminates with '\0'Changbin Du
2018-01-23tracing: Clear parser->idx if only spaces are readChangbin Du
2018-01-23tracing: Detect the string nul character when parsing user input stringChangbin Du
2018-01-23tracing: Update stack trace skipping for ORC unwinderSteven Rostedt (VMware)
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-12-27tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)
2017-12-27tracing: Fix crash when it fails to alloc ring bufferJing Xia
2017-12-27tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)
2017-12-04tracing: Pass export pointer as argument to ->write()Felipe Balbi
2017-12-04tracing: Allocate mask_str buffer dynamicallyChangbin Du
2017-12-04tracing: Fix code comments in trace.cChunyu Hu
2017-11-27ipc, kernel, mm: annotate ->poll() instancesAl Viro
2017-11-27rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney