kernel/samples/trace_events/trace-events-sample.h
.. .. @@ -416,7 +416,7 @@ 416 416 * Note, TRACE_EVENT() itself is simply defined as: 417 417 * 418 418 * #define TRACE_EVENT(name, proto, args, tstruct, assign, printk) \ 419 - * DEFINE_EVENT_CLASS(name, proto, args, tstruct, assign, printk); \419 + * DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, printk); \420 420 * DEFINE_EVENT(name, name, proto, args) 421 421 * 422 422 * The DEFINE_EVENT() also can be declared with conditions and reg functions: