Steven Rostedt (Red Hat) da511bf33e tracing: Add helper function trace_create_new_event() to remove duplicate code
Both __trace_add_new_event() and __trace_early_add_new_event() do
basically the same thing, except that __trace_add_new_event() does
a little more.

Instead of having duplicate code between the two functions, add
a helper function trace_create_new_event() that both can use.
This will help against having bugs fixed in one function but not
the other.

Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
2013-05-09 20:14:49 -04:00
..
2013-04-29 13:55:38 -07:00
2013-05-03 19:24:17 -04:00
2013-04-29 13:55:38 -07:00
2013-04-29 13:55:38 -07:00
2013-03-15 19:24:56 -04:00
2013-04-29 13:55:38 -07:00
2013-04-30 07:23:08 -07:00