tracing: add handler to trace_stat
authorSteven Rostedt <srostedt@redhat.com>
Tue, 24 Mar 2009 17:38:36 +0000 (13:38 -0400)
committerSteven Rostedt <srostedt@redhat.com>
Wed, 25 Mar 2009 03:22:58 +0000 (23:22 -0400)
Currently, if a trace_stat user wants a handle to some private data,
the trace_stat infrastructure does not supply a way to do that.

This patch passes the trace_stat structure to the start function of
the trace_stat code.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>

No differences found