aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_output.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-16tracing: Fix SPDX format headers to use C++ style commentsSteven Rostedt (VMware)1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-09-28tracing: Turn seq_print_user_ip() into a static functionSteven Rostedt (Red Hat)1-2/+0
2015-09-28tracing: Inject seq_print_userip_objs() into its only userSteven Rostedt (Red Hat)1-2/+0
2015-05-13tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Steven Rostedt (Red Hat)1-1/+1
2014-11-19tracing: Add trace_seq_has_overflowed() and trace_handle_return()Steven Rostedt (Red Hat)1-11/+5
2014-07-01tracing: Make trace_seq_putmem_hex() more robustSteven Rostedt (Red Hat)1-1/+0
2014-07-01tracing: Move the trace_seq_* functions into its own trace_seq.c fileSteven Rostedt (Red Hat)1-3/+0
2013-03-15tracing: Rename trace_event_mutex to trace_event_semzhangwei(Jovi)1-1/+1
2013-03-15tracing: Add trace_puts() for even faster trace_printk() tracingSteven Rostedt (Red Hat)1-0/+2
2010-05-14tracing: Allow events to share their print functionsSteven Rostedt1-1/+1
2009-09-11tracing: consolidate code between trace_output.c and trace_function_graph.cSteven Rostedt1-0/+2
2009-06-09tracing: add protection around module events unloadSteven Rostedt1-0/+4
2009-05-25tracing: add trace_event_read_lock()Lai Jiangshan1-0/+2
2009-04-14tracing/events: move declarations from trace directory to core includeSteven Rostedt1-14/+0
2009-04-14tracing: make trace_seq operations available for core kernelSteven Rostedt1-15/+1
2009-04-07Merge branch 'linus' into tracing/coreIngo Molnar1-15/+18
2009-03-31trace: make argument 'mem' of trace_seq_putmem() constLi Zefan1-2/+3
2009-03-31tracing: add missing 'extern' keywords to trace_output.hEduard - Gabriel Munteanu1-16/+17
2009-03-31tracing: provide trace_seq_reserve()Eduard - Gabriel Munteanu1-0/+1
2009-03-24tracing: adding function timings to function profilerSteven Rostedt1-0/+2
2009-03-19tracing: make print_(b)printk_msg_only globalSteven Rostedt1-0/+5
2009-03-06tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk()Frederic Weisbecker1-0/+2
2009-03-04tracing: remove extra latency_trace method from trace structureSteven Rostedt1-1/+0
2009-02-04trace: make the trace_event callbacks return enum print_line_tArnaldo Carvalho de Melo1-2/+3
2009-02-03trace: Change struct trace_event callbacks parameter listArnaldo Carvalho de Melo1-4/+2
2009-02-03trace: better manage the context info for eventsFrederic Weisbecker1-0/+3
2009-01-16trace: add gcc printf check to trace_seq_printfSteven Rostedt1-1/+2
2009-01-16ftrace: fix trace_outputLai Jiangshan1-2/+2
2008-12-29ftrace: change trace.c to use registered eventsSteven Rostedt1-0/+16
2008-12-29ftrace: set up trace event hash infrastructureSteven Rostedt1-0/+43