4 #include <linux/ktime.h>
5 #include <linux/tracepoint.h>
20 DECLARE_TRACE(power_start,
21 TP_PROTO(struct power_trace *it, unsigned int type, unsigned int state),
22 TP_ARGS(it, type, state));
24 DECLARE_TRACE(power_mark,
25 TP_PROTO(struct power_trace *it, unsigned int type, unsigned int state),
26 TP_ARGS(it, type, state));
28 DECLARE_TRACE(power_end,
29 TP_PROTO(struct power_trace *it),
32 #endif /* _TRACE_POWER_H */