summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
2019-04-26Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-04-26tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang
2019-04-26tracing: Fix buffer_ref pipe opsJann Horn
2019-04-14Merge branch 'page-refs' (page ref overflow)Linus Torvalds
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2019-03-15Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2019-03-13tracing: kdb: Fix ftdump to not sleepDouglas Anderson
2019-03-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2019-03-11Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-03-05tracing: Use strncpy instead of memcpy when copying comm in trace.cTom Zanussi
2019-02-20tracing: Fix spelling mistake: "analagous" -> "analogous"Colin Ian King
2019-02-20tracing: Comment why cond_snapshot is checked outside of max_lock protectionSteven Rostedt (VMware)
2019-02-20tracing: Add alternative synthetic event trace action syntaxTom Zanussi
2019-02-20tracing: Add hist trigger onchange() handlerTom Zanussi
2019-02-20tracing: Add hist trigger snapshot() actionTom Zanussi
2019-02-20tracing: Add conditional snapshotTom Zanussi
2019-02-20tracing: Split up onmatch action dataTom Zanussi
2019-02-20tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)
2019-02-15tracing: Fix number of entries in trace headerQuentin Perret
2019-02-01pipe: stop using ->can_mergeJann Horn
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-12-22tracing: Use the return of str_has_prefix() to remove open coded numbersSteven Rostedt (VMware)
2018-12-22tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)
2018-12-22tracing: Make function ‘ftrace_exports’ staticMathieu Malaterre
2018-12-08tracing: Use dyn_event framework for synthetic eventsMasami Hiramatsu
2018-12-08tracing: Add unified dynamic event frameworkMasami Hiramatsu
2018-12-08tracing: Change default buffer_percent to 50Steven Rostedt (VMware)
2018-12-08tracing: Add tracefs file buffer_percentageSteven Rostedt (VMware)
2018-12-08ring-buffer: Add percentage of ring buffer full to wake up readerSteven Rostedt (VMware)
2018-11-27tracing: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney
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)