aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | tracing: make testing syscall events a separate configurationSteven Rostedt2009-09-141-0/+12
| * | | | | tracing: add static to generated TRACE_EVENT functionsSteven Rostedt2009-09-141-1/+1
| * | | | | tracing: use the new trace_entries.h to create format filesSteven Rostedt2009-09-121-0/+1
| * | | | | tracing: trace parser support for set_eventjolsa@redhat.com2009-09-111-47/+13
| * | | | | tracing: add lock depth to entriesSteven Rostedt2009-09-111-1/+4
| * | | | | tracing: move tgid out of generic entry and into userstackSteven Rostedt2009-09-111-4/+1
| |/ / / /
* | | | | ftrace: Fix trace_remove_event_call() to lock trace_event_mutexMasami Hiramatsu2009-09-171-0/+5
* | | | | ftrace: Fix trace_add_event_call() to initialize listMasami Hiramatsu2009-09-171-1/+4
* | | | | Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker2009-09-111-2/+4
|\ \ \ \ \ | |/ / / /
| * | | | tracing: pass around ring buffer instead of tracerSteven Rostedt2009-09-041-2/+4
* | | | | tracing: Restore the const qualifier for field names and types definitionFrederic Weisbecker2009-08-271-2/+2
* | | | | tracing: Ftrace dynamic ftrace_event_call supportMasami Hiramatsu2009-08-271-37/+84
|/ / / /
* | | | tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan2009-08-261-3/+8
* | | | tracing/filters: Add filter_type to struct ftrace_event_fieldLi Zefan2009-08-261-0/+2
* | | | tracing/syscalls: Add filtering supportLi Zefan2009-08-191-2/+3
* | | | tracing/events: Add trace_define_common_fields()Li Zefan2009-08-191-0/+22
* | | | tracing/events: Add ftrace_event_call param to define_fields()Li Zefan2009-08-191-1/+1
* | | | tracing: Add ftrace event call parameter to its field descriptor handlerFrederic Weisbecker2009-08-111-1/+1
* | | | tracing: Add ftrace_event_call void * 'data' fieldJason Baron2009-08-111-2/+2
* | | | tracing: Raw_init() bailout in trace event register fail caseJason Baron2009-08-111-10/+19
* | | | Merge branch 'linus' into tracing/coreIngo Molnar2009-08-111-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | ftrace: Fix perf-tracepoint OOPSPeter Zijlstra2009-08-061-1/+1
| * | | tracing: only truncate ftrace files when O_TRUNC is setSteven Rostedt2009-07-231-1/+1
| | |/ | |/|
* | | tracing/events: Only define remove_subsystem_dir() if CONFIG_MODULESFrederic Weisbecker2009-08-061-26/+26
* | | tracing/filter: Remove empty subsystem and its directoryXiao Guangrong2009-07-101-1/+31
* | | tracing/events: Add trace_event boot optionLi Zefan2009-07-011-4/+33
|/ /
* | tracing/events: Don't increment @pos in s_start()Li Zefan2009-06-241-6/+22
|/
* tracing: add protection around module events unloadSteven Rostedt2009-06-091-1/+3
* ftrace: clean up of using ftrace_event_enable_disable()Zhaolei2009-05-261-30/+14
* ftrace: Add task_comm support for trace_eventZhaolei2009-05-261-0/+6
* ftrace: fix check for return value of register_module_notifier in event_trace...Ming Lei2009-05-201-1/+1
* tracing: add trace_set_clr_event to export event enabling functionSteven Rostedt2009-05-081-0/+17
* tracing: initialize return value for __ftrace_set_clr_eventSteven Rostedt2009-05-081-1/+1
* tracing/events: simplify system_enable_read()Li Zefan2009-05-081-34/+6
* tracing/events: clean up for ftrace_set_clr_event()Li Zefan2009-05-081-80/+46
* tracing: append ":*" to internal setting of system eventsSteven Rostedt2009-05-071-2/+4
* tracing: add hierarchical enabling of eventsSteven Rostedt2009-05-061-0/+140
* tracing: reset ring buffer when removing modules with eventsSteven Rostedt2009-05-061-0/+9
* tracing/events: fix concurrent access to ftrace_events listLi Zefan2009-05-061-9/+11
* tracing/events: fix memory leak when unloading moduleLi Zefan2009-05-061-0/+18
* tracing/filters: a better event parserTom Zanussi2009-04-291-51/+35
* tracing/filters: distinguish between signed and unsigned fieldsTom Zanussi2009-04-291-1/+2
* tracing/filters: move preds into event_filter objectTom Zanussi2009-04-291-2/+1
* tracing/events: make modules have their own file_operations structureSteven Rostedt2009-04-261-7/+88
* tracing: add size checks for exported ftrace internal structuresSteven Rostedt2009-04-231-0/+3
* tracing: increase size of number of possible eventsSteven Rostedt2009-04-231-1/+1
* tracing/events: make struct trace_entry->type to be int typeLi Zefan2009-04-221-1/+1
* tracing/filters: don't remove old filters when failed to write subsys->filterLi Zefan2009-04-211-1/+0
* tracing: use nowakeup version of commit for function event trace testsSteven Rostedt2009-04-201-1/+1
* tracing/events: call the correct event trace selftest init functionSteven Rostedt2009-04-201-1/+1