]> git.baikalelectronics.ru Git - kernel.git/commit
tracing/events: move declarations from trace directory to core include
authorSteven Rostedt <srostedt@redhat.com>
Mon, 13 Apr 2009 15:20:49 +0000 (11:20 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 14 Apr 2009 16:57:58 +0000 (12:57 -0400)
commit12dfeef43bedf757e0db74573d63e9126269489d
treecd3ea51a93093ea5250ef38b4b5bf6c2aa3f9ed5
parent85b64fa2053d30ff494b1a29566fe6bb2852e041
tracing/events: move declarations from trace directory to core include

In preparation to allowing trace events to happen in modules, we need
to move some of the local declarations in the kernel/trace directory
into include/linux.

This patch simply moves the declarations and performs no context changes.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/linux/ftrace_event.h [new file with mode: 0644]
kernel/trace/trace.h
kernel/trace/trace_output.h