aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_printk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-12tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)1-0/+7
2018-09-26tracing: Trivia spelling fix containerof() -> container_of()Andy Shevchenko1-1/+1
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)1-0/+1
2018-03-26treewide: Align function definition open/close bracesJoe Perches1-2/+2
2016-06-20tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)1-1/+6
2016-03-22tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)1-0/+3
2016-01-04tracing: Fix setting of start_index in find_next()Qiu Peiyang1-0/+1
2015-09-30tracing: Remove access to trace_flags in trace_printk.cSteven Rostedt (Red Hat)1-4/+10
2015-01-22tracing: Use IS_ERR() check for return value of tracing_init_dentry()Steven Rostedt (Red Hat)1-1/+1
2015-01-22tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)1-2/+0
2014-11-14trace: Replace single-character seq_puts with seq_putcRasmus Villemoes1-1/+1
2013-07-26tracing: Add __tracepoint_string() to export string pointersSteven Rostedt (Red Hat)1-0/+19
2012-04-23tracing: Add percpu buffers for trace_printk()Steven Rostedt1-0/+4
2011-08-10tracing: Clean up tb_fmt to not give faulty compile warningSteven Rostedt1-9/+10
2011-06-09tracing: Fix regression in printk_formats fileSteven Rostedt1-4/+1
2011-04-04tracing: Print trace_bprintk() formats for modules tooSteven Rostedt1-6/+97
2011-04-04tracing: Convert trace_printk() formats for module to const char *Steven Rostedt1-6/+11
2009-09-18tracing: Remove markersChristoph Hellwig1-1/+0
2009-07-23tracing: show proper address for trace-printk formatSteven Rostedt1-1/+1
2009-06-24tracing_bprintk: Don't increment @pos in t_start()Li Zefan1-20/+6
2009-04-07tracing/ftrace: factorize the tracing files creationFrederic Weisbecker1-5/+1
2009-03-19tracing: remove recording function depth from trace_printkSteven Rostedt1-4/+4
2009-03-12tracing: export trace formats to user spaceSteven Rostedt1-5/+114
2009-03-12tracing/core: bring back raw trace_printk for dynamic formats stringsFrederic Weisbecker1-5/+28
2009-03-06tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk()Frederic Weisbecker1-0/+138