tracing: add schedule events to event trace
authorSteven Rostedt <srostedt@redhat.com>
Tue, 24 Feb 2009 15:22:57 +0000 (10:22 -0500)
committerSteven Rostedt <srostedt@redhat.com>
Wed, 25 Feb 2009 02:54:07 +0000 (21:54 -0500)
commitf3fe8e4a38fd19dbb3f8ffb1826aa840ae304a65
tree9df43f7711f836173adebcefe2f4776bd3e30340
parentb77e38aa240c3bd9c55c98b9f7c81541e042eae5
tracing: add schedule events to event trace

This patch changes the trace/sched.h to use the DECLARE_TRACE_FMT
such that they are automatically registered with the event tracer.

And it also adds the tracing sched headers to kernel/trace/events.c

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
include/trace/sched.h
include/trace/sched_event_types.h [new file with mode: 0644]
kernel/trace/Makefile
kernel/trace/events.c [new file with mode: 0644]