forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 ee930fffee469d076998274a2ca55e13dc1efb67
kernel/samples/trace_events/trace-events-sample.h
....@@ -416,7 +416,7 @@
416416 * Note, TRACE_EVENT() itself is simply defined as:
417417 *
418418 * #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); \
420420 * DEFINE_EVENT(name, name, proto, args)
421421 *
422422 * The DEFINE_EVENT() also can be declared with conditions and reg functions: