Searched refs:trace_printf_helper (Results 1 – 2 of 2) sorted by relevance
| /optee_os/lib/libutils/ext/include/ |
| H A D | trace.h | 40 #define trace_printf_helper(level, level_ok, ...) \ macro 48 #define MSG(...) trace_printf_helper(0, false, __VA_ARGS__) 55 #define EMSG(...) trace_printf_helper(TRACE_ERROR, true, __VA_ARGS__) 62 #define IMSG(...) trace_printf_helper(TRACE_INFO, true, __VA_ARGS__) 69 #define DMSG(...) trace_printf_helper(TRACE_DEBUG, true, __VA_ARGS__) 76 #define FMSG(...) trace_printf_helper(TRACE_FLOW, true, __VA_ARGS__)
|
| /optee_os/ldelf/ |
| H A D | sys.h | 33 trace_printf_helper(TRACE_ERROR, true, __VA_ARGS__); \
|