summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
2020-01-09tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood
2019-12-31tracing: use kvcalloc for tgid_map array allocationYuming Han
2019-11-06tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek
2019-10-17tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)
2019-07-10tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata
2019-06-25tracing: Silence GCC 9 array bounds warningMiguel Ojeda
2019-05-04fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2019-05-02tracing: Fix buffer_ref pipe opsJann Horn
2019-05-02tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang
2019-04-05tracing: kdb: Fix ftdump to not sleepDouglas Anderson
2019-03-23tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)
2019-02-27tracing: Fix number of entries in trace headerQuentin Perret
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)