Age | Commit message (Expand) | Author | Files | Lines |
2015-09-28 | tracing: Turn seq_print_user_ip() into a static function | Steven Rostedt (Red Hat) | 1 | -2/+0 |
2015-09-28 | tracing: Inject seq_print_userip_objs() into its only user | Steven Rostedt (Red Hat) | 1 | -2/+0 |
2015-05-13 | tracing: Rename (un)register_ftrace_event() to (un)register_trace_event() | Steven Rostedt (Red Hat) | 1 | -1/+1 |
2014-11-19 | tracing: Add trace_seq_has_overflowed() and trace_handle_return() | Steven Rostedt (Red Hat) | 1 | -11/+5 |
2014-07-01 | tracing: Make trace_seq_putmem_hex() more robust | Steven Rostedt (Red Hat) | 1 | -1/+0 |
2014-07-01 | tracing: Move the trace_seq_* functions into its own trace_seq.c file | Steven Rostedt (Red Hat) | 1 | -3/+0 |
2013-03-15 | tracing: Rename trace_event_mutex to trace_event_sem | zhangwei(Jovi) | 1 | -1/+1 |
2013-03-15 | tracing: Add trace_puts() for even faster trace_printk() tracing | Steven Rostedt (Red Hat) | 1 | -0/+2 |
2010-05-14 | tracing: Allow events to share their print functions | Steven Rostedt | 1 | -1/+1 |
2009-09-11 | tracing: consolidate code between trace_output.c and trace_function_graph.c | Steven Rostedt | 1 | -0/+2 |
2009-06-10 | tracing: add protection around module events unload | Steven Rostedt | 1 | -0/+4 |
2009-05-26 | tracing: add trace_event_read_lock() | Lai Jiangshan | 1 | -0/+2 |
2009-04-14 | tracing/events: move declarations from trace directory to core include | Steven Rostedt | 1 | -14/+0 |
2009-04-14 | tracing: make trace_seq operations available for core kernel | Steven Rostedt | 1 | -15/+1 |
2009-04-07 | Merge branch 'linus' into tracing/core | Ingo Molnar | 1 | -15/+18 |
2009-03-31 | trace: make argument 'mem' of trace_seq_putmem() const | Li Zefan | 1 | -2/+3 |
2009-03-31 | tracing: add missing 'extern' keywords to trace_output.h | Eduard - Gabriel Munteanu | 1 | -16/+17 |
2009-03-31 | tracing: provide trace_seq_reserve() | Eduard - Gabriel Munteanu | 1 | -0/+1 |
2009-03-25 | tracing: adding function timings to function profiler | Steven Rostedt | 1 | -0/+2 |
2009-03-19 | tracing: make print_(b)printk_msg_only global | Steven Rostedt | 1 | -0/+5 |
2009-03-06 | tracing/core: drop the old trace_printk() implementation in favour of trace_b... | Frederic Weisbecker | 1 | -0/+2 |
2009-03-05 | tracing: remove extra latency_trace method from trace structure | Steven Rostedt | 1 | -1/+0 |
2009-02-04 | trace: make the trace_event callbacks return enum print_line_t | Arnaldo Carvalho de Melo | 1 | -2/+3 |
2009-02-03 | trace: Change struct trace_event callbacks parameter list | Arnaldo Carvalho de Melo | 1 | -4/+2 |
2009-02-03 | trace: better manage the context info for events | Frederic Weisbecker | 1 | -0/+3 |
2009-01-16 | trace: add gcc printf check to trace_seq_printf | Steven Rostedt | 1 | -1/+2 |
2009-01-16 | ftrace: fix trace_output | Lai Jiangshan | 1 | -2/+2 |
2008-12-29 | ftrace: change trace.c to use registered events | Steven Rostedt | 1 | -0/+16 |
2008-12-29 | ftrace: set up trace event hash infrastructure | Steven Rostedt | 1 | -0/+43 |