Home
last modified time | relevance | path

Searched refs:trace_printf_helper (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/lib/libutils/ext/include/
A Dtrace.h39 #define trace_printf_helper(level, level_ok, ...) \ macro
47 #define MSG(...) trace_printf_helper(0, false, __VA_ARGS__)
54 #define EMSG(...) trace_printf_helper(TRACE_ERROR, true, __VA_ARGS__)
61 #define IMSG(...) trace_printf_helper(TRACE_INFO, true, __VA_ARGS__)
68 #define DMSG(...) trace_printf_helper(TRACE_DEBUG, true, __VA_ARGS__)
75 #define FMSG(...) trace_printf_helper(TRACE_FLOW, true, __VA_ARGS__)
/optee_os-3.20.0/ldelf/
A Dsys.h33 trace_printf_helper(TRACE_ERROR, true, __VA_ARGS__); \

Completed in 3 milliseconds