tracing: add back the available_events file
commit2314c4ae1461c9e8b26cf8b9a851f280bc5769e1
authorSteven Rostedt <srostedt@redhat.com>
Tue, 10 Mar 2009 16:04:02 +0000 (10 12:04 -0400)
committerSteven Rostedt <srostedt@redhat.com>
Tue, 10 Mar 2009 16:04:02 +0000 (10 12:04 -0400)
treec6f55179012c6997f77fa523f542efdfd1104c24
parent40e26815fafd3b8c4aced17b1f22e68ef33eb8db
tracing: add back the available_events file

The event directory files type and available_types were no longer
needed with the new TRACE_EVENT_FORMAT macros, they were deleted.
But by accident the available_events file was also removed.
This patch brings it back.

Reported-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
kernel/trace/trace_events.c