summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_output.h
Commit message (Expand)AuthorAgeFilesLines
* tracing: Add "fields" option to show raw trace event fieldsSteven Rostedt (Google)2023-03-291-0/+2
* ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)2020-11-061-0/+1
* tracing: Fix SPDX format headers to use C++ style commentsSteven Rostedt (VMware)2018-08-161-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* tracing: Turn seq_print_user_ip() into a static functionSteven Rostedt (Red Hat)2015-09-281-2/+0
* tracing: Inject seq_print_userip_objs() into its only userSteven Rostedt (Red Hat)2015-09-281-2/+0
* tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Steven Rostedt (Red Hat)2015-05-131-1/+1
* tracing: Add trace_seq_has_overflowed() and trace_handle_return()Steven Rostedt (Red Hat)2014-11-191-11/+5
* tracing: Make trace_seq_putmem_hex() more robustSteven Rostedt (Red Hat)2014-07-011-1/+0
* tracing: Move the trace_seq_* functions into its own trace_seq.c fileSteven Rostedt (Red Hat)2014-07-011-3/+0
* tracing: Rename trace_event_mutex to trace_event_semzhangwei(Jovi)2013-03-151-1/+1
* tracing: Add trace_puts() for even faster trace_printk() tracingSteven Rostedt (Red Hat)2013-03-151-0/+2
* tracing: Allow events to share their print functionsSteven Rostedt2010-05-141-1/+1
* tracing: consolidate code between trace_output.c and trace_function_graph.cSteven Rostedt2009-09-111-0/+2
* tracing: add protection around module events unloadSteven Rostedt2009-06-091-0/+4
* tracing: add trace_event_read_lock()Lai Jiangshan2009-05-251-0/+2
* tracing/events: move declarations from trace directory to core includeSteven Rostedt2009-04-141-14/+0
* tracing: make trace_seq operations available for core kernelSteven Rostedt2009-04-141-15/+1
* Merge branch 'linus' into tracing/coreIngo Molnar2009-04-071-15/+18
|\
| * trace: make argument 'mem' of trace_seq_putmem() constLi Zefan2009-03-311-2/+3
| * tracing: add missing 'extern' keywords to trace_output.hEduard - Gabriel Munteanu2009-03-311-16/+17
| * tracing: provide trace_seq_reserve()Eduard - Gabriel Munteanu2009-03-311-0/+1
* | tracing: adding function timings to function profilerSteven Rostedt2009-03-241-0/+2
|/
* tracing: make print_(b)printk_msg_only globalSteven Rostedt2009-03-191-0/+5
* tracing/core: drop the old trace_printk() implementation in favour of trace_b...Frederic Weisbecker2009-03-061-0/+2
* tracing: remove extra latency_trace method from trace structureSteven Rostedt2009-03-041-1/+0
* trace: make the trace_event callbacks return enum print_line_tArnaldo Carvalho de Melo2009-02-041-2/+3
* trace: Change struct trace_event callbacks parameter listArnaldo Carvalho de Melo2009-02-031-4/+2
* trace: better manage the context info for eventsFrederic Weisbecker2009-02-031-0/+3
* trace: add gcc printf check to trace_seq_printfSteven Rostedt2009-01-161-1/+2
* ftrace: fix trace_outputLai Jiangshan2009-01-161-2/+2
* ftrace: change trace.c to use registered eventsSteven Rostedt2008-12-291-0/+16
* ftrace: set up trace event hash infrastructureSteven Rostedt2008-12-291-0/+43