Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / include / trace / events / intel_ish.h
blob92f7d5b23177555338fb90bd0756c2a2caf82e2b
1 #undef TRACE_SYSTEM
2 #define TRACE_SYSTEM intel_ish
4 #if !defined(_TRACE_INTEL_ISH_H) || defined(TRACE_HEADER_MULTI_READ)
5 #define _TRACE_INTEL_ISH_H
7 #include <linux/tracepoint.h>
9 TRACE_EVENT(ishtp_dump,
11 TP_PROTO(const char *message),
13 TP_ARGS(message),
15 TP_STRUCT__entry(
16 __string(message, message)
19 TP_fast_assign(
20 __assign_str(message, message);
23 TP_printk("%s", __get_str(message))
27 #endif /* _TRACE_INTEL_ISH_H */
29 /* This part must be outside protection */
30 #include <trace/define_trace.h>