Skip to content
Commit 7c37730c authored by Steven Rostedt's avatar Steven Rostedt
Browse files

tracing: add DEFINE_TRACE_FMT to tracepoint.h



This patch creates a DEFINE_TRACE_FMT to map to DECLARE_TRACE.
This allows for the developers to place format strings and
args in with their tracepoint declaration. A tracer may now
override the DEFINE_TRACE_FMT macro and use it to record
a default format.

Signed-off-by: default avatarSteven Rostedt <srostedt@redhat.com>
parent c478f878
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment