"git@git.tuxist.de:jan.koester/linux.git" did not exist on "6b450d2533e2c1c71fbe7f1bdce0bb1c9f813030"
tracing: Have trace events system open call tracing_open_generic_tr()
Instead of having the trace events system open call open code the taking of
the trace_array descriptor (with trace_array_get()) and then calling
trace_open_generic(), have it use the tracing_open_generic_tr() that does
the combination of the two. This requires making tracing_open_generic_tr()
global.
Signed-off-by:
Steven Rostedt (VMware) <rostedt@goodmis.org>
Loading
Please sign in to comment