summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-06tracing/events: fix concurrent access to ftrace_events listLi Zefan1-9/+11
2009-05-06tracing/events: fix memory leak when unloading moduleLi Zefan1-0/+18
2009-04-29tracing/filters: a better event parserTom Zanussi1-51/+35
2009-04-29tracing/filters: distinguish between signed and unsigned fieldsTom Zanussi1-1/+2
2009-04-29tracing/filters: move preds into event_filter objectTom Zanussi1-2/+1
2009-04-26tracing/events: make modules have their own file_operations structureSteven Rostedt1-7/+88
2009-04-23tracing: add size checks for exported ftrace internal structuresSteven Rostedt1-0/+3
2009-04-23tracing: increase size of number of possible eventsSteven Rostedt1-1/+1
2009-04-22tracing/events: make struct trace_entry->type to be int typeLi Zefan1-1/+1
2009-04-21tracing/filters: don't remove old filters when failed to write subsys->filterLi Zefan1-1/+0
2009-04-20tracing: use nowakeup version of commit for function event trace testsSteven Rostedt1-1/+1
2009-04-20tracing/events: call the correct event trace selftest init functionSteven Rostedt1-1/+1
2009-04-17tracing/filters: add filter_mutex to protect filter predicatesTom Zanussi1-2/+2
2009-04-17tracing/events: perform function tracing in event selftestsSteven Rostedt1-6/+72
2009-04-17tracing/events/ring-buffer: expose format of ring buffer headers to usersSteven Rostedt1-0/+38
2009-04-17tracing/events: add startup tests for eventsSteven Rostedt1-0/+178
2009-04-14tracing/events: fix compile for modules disabledSteven Rostedt1-2/+10
2009-04-14tracing/events: add support for modules to TRACE_EVENTSteven Rostedt1-32/+96
2009-04-14tracing/events: add export symbols for trace events in modulesSteven Rostedt1-0/+1
2009-04-14tracing/events: convert event call sites to use a link listSteven Rostedt1-20/+31
2009-04-14tracing/filters: allow on-the-fly filter switchingTom Zanussi1-3/+6
2009-04-14Merge branch 'linus' into tracing/coreIngo Molnar1-4/+8
2009-04-14tracing/filters: add run-time field descriptions to TRACE_EVENT_FORMAT eventsTom Zanussi1-0/+7
2009-04-12tracing/filters: return proper error code when writing filter fileLi Zefan1-4/+6
2009-04-12tracing/filters: NIL-terminate user input filterLi Zefan1-0/+2
2009-03-26tracing: filter fix for TRACE_EVENT_FORMAT eventsTom Zanussi1-13/+5
2009-03-24tracing/filters: use trace_seq_printf() to print filtersTom Zanussi1-4/+4
2009-03-24tracing/filters: free pred when clearing filtersTom Zanussi1-0/+2
2009-03-23tracing/filters: clean up filter_add_subsystem_pred()Tom Zanussi1-0/+1
2009-03-23tracing/events: make the filter files writableFrederic Weisbecker1-2/+2
2009-03-22tracing: add run-time field descriptions for event filtering, kfree fixIngo Molnar1-1/+6
2009-03-22tracing: add per-subsystem filteringTom Zanussi1-6/+80
2009-03-22tracing: add per-event filteringTom Zanussi1-0/+77
2009-03-22tracing: add run-time field descriptions for event filteringTom Zanussi1-1/+39
2009-03-20ftrace: event profile hooksPeter Zijlstra1-7/+2
2009-03-20ftrace: provide an id file for each eventPeter Zijlstra1-0/+36
2009-03-17tracing: fix leak in event_format_read()Tom Zanussi1-3/+3
2009-03-12tracing: have event_trace_printk use static tracerSteven Rostedt1-10/+0
2009-03-11tracing: expand the ring buffers when an event is activatedSteven Rostedt1-0/+8
2009-03-10tracing: add back the available_events fileSteven Rostedt1-0/+14
2009-03-10tracing: do not allow modifying the ftrace events via the event filesSteven Rostedt1-3/+15
2009-03-10tracing: fix printk format specifierSteven Rostedt1-7/+6
2009-03-10tracing: new format for specialized trace pointsSteven Rostedt1-156/+3
2009-03-10tracing: typecast sizeof and offsetof to unsigned intSteven Rostedt1-7/+8
2009-03-05tracing: add format files for ftrace default entriesSteven Rostedt1-5/+7
2009-03-02tracing: add trace name and id to event formatsSteven Rostedt1-1/+5
2009-03-02tracing: add ftrace headers to event format filesSteven Rostedt1-1/+26
2009-03-02tracing: add format file to describe event struct fieldsSteven Rostedt1-1/+55
2009-03-02tracing: add protection around modify trace event fieldsSteven Rostedt1-0/+7
2009-02-28tracing: add raw fast tracing interface for trace eventsSteven Rostedt1-25/+174