Go to the documentation of this file.
25 #define TRACE_SYSTEM sep
35 #if !defined(_TRACE_SEP_EVENTS_H) || defined(TRACE_HEADER_MULTI_READ)
36 #define _TRACE_SEP_EVENTS_H
39 #define SEP_TRACE_FUNC_IN() trace_sep_func_start(__func__, 0)
40 #define SEP_TRACE_FUNC_OUT(branch) trace_sep_func_end(__func__, branch)
41 #define SEP_TRACE_EVENT(branch) trace_sep_misc_event(__func__, branch)
43 #define SEP_TRACE_FUNC_IN()
44 #define SEP_TRACE_FUNC_OUT(branch)
45 #define SEP_TRACE_EVENT(branch)
109 TP_PROTO(
const char *name,
int branch),
128 TP_PROTO(
const char *name,
int branch),
181 #undef TRACE_INCLUDE_PATH
182 #undef TRACE_INCLUDE_FILE
183 #define TRACE_INCLUDE_PATH .
187 #define TRACE_INCLUDE_FILE sep_trace_events