| Commit message (Expand) | Author | Age | Files | Lines |
* | tracing/events: Don't increment @pos in s_start() | Li Zefan | 2009-06-24 | 1 | -6/+22 |
* | tracing: add protection around module events unload | Steven Rostedt | 2009-06-09 | 1 | -1/+3 |
* | ftrace: clean up of using ftrace_event_enable_disable() | Zhaolei | 2009-05-26 | 1 | -30/+14 |
* | ftrace: Add task_comm support for trace_event | Zhaolei | 2009-05-26 | 1 | -0/+6 |
* | ftrace: fix check for return value of register_module_notifier in event_trace... | Ming Lei | 2009-05-20 | 1 | -1/+1 |
* | tracing: add trace_set_clr_event to export event enabling function | Steven Rostedt | 2009-05-08 | 1 | -0/+17 |
* | tracing: initialize return value for __ftrace_set_clr_event | Steven Rostedt | 2009-05-08 | 1 | -1/+1 |
* | tracing/events: simplify system_enable_read() | Li Zefan | 2009-05-08 | 1 | -34/+6 |
* | tracing/events: clean up for ftrace_set_clr_event() | Li Zefan | 2009-05-08 | 1 | -80/+46 |
* | tracing: append ":*" to internal setting of system events | Steven Rostedt | 2009-05-07 | 1 | -2/+4 |
* | tracing: add hierarchical enabling of events | Steven Rostedt | 2009-05-06 | 1 | -0/+140 |
* | tracing: reset ring buffer when removing modules with events | Steven Rostedt | 2009-05-06 | 1 | -0/+9 |
* | tracing/events: fix concurrent access to ftrace_events list | Li Zefan | 2009-05-06 | 1 | -9/+11 |
* | tracing/events: fix memory leak when unloading module | Li Zefan | 2009-05-06 | 1 | -0/+18 |
* | tracing/filters: a better event parser | Tom Zanussi | 2009-04-29 | 1 | -51/+35 |
* | tracing/filters: distinguish between signed and unsigned fields | Tom Zanussi | 2009-04-29 | 1 | -1/+2 |
* | tracing/filters: move preds into event_filter object | Tom Zanussi | 2009-04-29 | 1 | -2/+1 |
* | tracing/events: make modules have their own file_operations structure | Steven Rostedt | 2009-04-26 | 1 | -7/+88 |
* | tracing: add size checks for exported ftrace internal structures | Steven Rostedt | 2009-04-23 | 1 | -0/+3 |
* | tracing: increase size of number of possible events | Steven Rostedt | 2009-04-23 | 1 | -1/+1 |
* | tracing/events: make struct trace_entry->type to be int type | Li Zefan | 2009-04-22 | 1 | -1/+1 |
* | tracing/filters: don't remove old filters when failed to write subsys->filter | Li Zefan | 2009-04-21 | 1 | -1/+0 |
* | tracing: use nowakeup version of commit for function event trace tests | Steven Rostedt | 2009-04-20 | 1 | -1/+1 |
* | tracing/events: call the correct event trace selftest init function | Steven Rostedt | 2009-04-20 | 1 | -1/+1 |
* | tracing/filters: add filter_mutex to protect filter predicates | Tom Zanussi | 2009-04-17 | 1 | -2/+2 |
* | tracing/events: perform function tracing in event selftests | Steven Rostedt | 2009-04-17 | 1 | -6/+72 |
* | tracing/events/ring-buffer: expose format of ring buffer headers to users | Steven Rostedt | 2009-04-17 | 1 | -0/+38 |
* | tracing/events: add startup tests for events | Steven Rostedt | 2009-04-17 | 1 | -0/+178 |
* | tracing/events: fix compile for modules disabled | Steven Rostedt | 2009-04-14 | 1 | -2/+10 |
* | tracing/events: add support for modules to TRACE_EVENT | Steven Rostedt | 2009-04-14 | 1 | -32/+96 |
* | tracing/events: add export symbols for trace events in modules | Steven Rostedt | 2009-04-14 | 1 | -0/+1 |
* | tracing/events: convert event call sites to use a link list | Steven Rostedt | 2009-04-14 | 1 | -20/+31 |
* | tracing/filters: allow on-the-fly filter switching | Tom Zanussi | 2009-04-14 | 1 | -3/+6 |
* | Merge branch 'linus' into tracing/core | Ingo Molnar | 2009-04-14 | 1 | -4/+8 |
|\ |
|
| * | tracing/filters: return proper error code when writing filter file | Li Zefan | 2009-04-12 | 1 | -4/+6 |
| * | tracing/filters: NIL-terminate user input filter | Li Zefan | 2009-04-12 | 1 | -0/+2 |
* | | tracing/filters: add run-time field descriptions to TRACE_EVENT_FORMAT events | Tom Zanussi | 2009-04-14 | 1 | -0/+7 |
|/ |
|
* | tracing: filter fix for TRACE_EVENT_FORMAT events | Tom Zanussi | 2009-03-26 | 1 | -13/+5 |
* | tracing/filters: use trace_seq_printf() to print filters | Tom Zanussi | 2009-03-24 | 1 | -4/+4 |
* | tracing/filters: free pred when clearing filters | Tom Zanussi | 2009-03-24 | 1 | -0/+2 |
* | tracing/filters: clean up filter_add_subsystem_pred() | Tom Zanussi | 2009-03-23 | 1 | -0/+1 |
* | tracing/events: make the filter files writable | Frederic Weisbecker | 2009-03-23 | 1 | -2/+2 |
* | tracing: add run-time field descriptions for event filtering, kfree fix | Ingo Molnar | 2009-03-22 | 1 | -1/+6 |
* | tracing: add per-subsystem filtering | Tom Zanussi | 2009-03-22 | 1 | -6/+80 |
* | tracing: add per-event filtering | Tom Zanussi | 2009-03-22 | 1 | -0/+77 |
* | tracing: add run-time field descriptions for event filtering | Tom Zanussi | 2009-03-22 | 1 | -1/+39 |
* | ftrace: event profile hooks | Peter Zijlstra | 2009-03-20 | 1 | -7/+2 |
* | ftrace: provide an id file for each event | Peter Zijlstra | 2009-03-20 | 1 | -0/+36 |
* | tracing: fix leak in event_format_read() | Tom Zanussi | 2009-03-17 | 1 | -3/+3 |
* | tracing: have event_trace_printk use static tracer | Steven Rostedt | 2009-03-12 | 1 | -10/+0 |