aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events.c
Commit message (Expand)AuthorAgeFilesLines
...
* tracing/filters: add filter_mutex to protect filter predicatesTom Zanussi2009-04-171-2/+2
* tracing/events: perform function tracing in event selftestsSteven Rostedt2009-04-171-6/+72
* tracing/events/ring-buffer: expose format of ring buffer headers to usersSteven Rostedt2009-04-171-0/+38
* tracing/events: add startup tests for eventsSteven Rostedt2009-04-171-0/+178
* tracing/events: fix compile for modules disabledSteven Rostedt2009-04-141-2/+10
* tracing/events: add support for modules to TRACE_EVENTSteven Rostedt2009-04-141-32/+96
* tracing/events: add export symbols for trace events in modulesSteven Rostedt2009-04-141-0/+1
* tracing/events: convert event call sites to use a link listSteven Rostedt2009-04-141-20/+31
* tracing/filters: allow on-the-fly filter switchingTom Zanussi2009-04-141-3/+6
* Merge branch 'linus' into tracing/coreIngo Molnar2009-04-141-4/+8
|\
| * tracing/filters: return proper error code when writing filter fileLi Zefan2009-04-121-4/+6
| * tracing/filters: NIL-terminate user input filterLi Zefan2009-04-121-0/+2
* | tracing/filters: add run-time field descriptions to TRACE_EVENT_FORMAT eventsTom Zanussi2009-04-141-0/+7
|/
* tracing: filter fix for TRACE_EVENT_FORMAT eventsTom Zanussi2009-03-261-13/+5
* tracing/filters: use trace_seq_printf() to print filtersTom Zanussi2009-03-241-4/+4
* tracing/filters: free pred when clearing filtersTom Zanussi2009-03-241-0/+2
* tracing/filters: clean up filter_add_subsystem_pred()Tom Zanussi2009-03-231-0/+1
* tracing/events: make the filter files writableFrederic Weisbecker2009-03-231-2/+2
* tracing: add run-time field descriptions for event filtering, kfree fixIngo Molnar2009-03-221-1/+6
* tracing: add per-subsystem filteringTom Zanussi2009-03-221-6/+80
* tracing: add per-event filteringTom Zanussi2009-03-221-0/+77
* tracing: add run-time field descriptions for event filteringTom Zanussi2009-03-221-1/+39
* ftrace: event profile hooksPeter Zijlstra2009-03-201-7/+2
* ftrace: provide an id file for each eventPeter Zijlstra2009-03-201-0/+36
* tracing: fix leak in event_format_read()Tom Zanussi2009-03-171-3/+3
* tracing: have event_trace_printk use static tracerSteven Rostedt2009-03-121-10/+0
* tracing: expand the ring buffers when an event is activatedSteven Rostedt2009-03-111-0/+8
* tracing: add back the available_events fileSteven Rostedt2009-03-101-0/+14
* tracing: do not allow modifying the ftrace events via the event filesSteven Rostedt2009-03-101-3/+15
* tracing: fix printk format specifierSteven Rostedt2009-03-101-7/+6
* tracing: new format for specialized trace pointsSteven Rostedt2009-03-101-156/+3
* tracing: typecast sizeof and offsetof to unsigned intSteven Rostedt2009-03-101-7/+8
* tracing: add format files for ftrace default entriesSteven Rostedt2009-03-051-5/+7
* tracing: add trace name and id to event formatsSteven Rostedt2009-03-021-1/+5
* tracing: add ftrace headers to event format filesSteven Rostedt2009-03-021-1/+26
* tracing: add format file to describe event struct fieldsSteven Rostedt2009-03-021-1/+55
* tracing: add protection around modify trace event fieldsSteven Rostedt2009-03-021-0/+7
* tracing: add raw fast tracing interface for trace eventsSteven Rostedt2009-02-281-25/+174
* tracing: add raw trace point recording infrastructureSteven Rostedt2009-02-281-1/+1
* tracing: make the set_event and available_events subsystem awareSteven Rostedt2009-02-281-3/+40
* tracing: add subsystem level to trace eventsSteven Rostedt2009-02-281-0/+48
* tracing: make event directory structureSteven Rostedt2009-02-241-5/+132
* tracing: add event trace infrastructureSteven Rostedt2009-02-241-0/+280