Home
last modified time | relevance | path

Searched refs:trace_printf_helper_raw (Results 1 – 6 of 6) sorted by relevance

/optee_os-3.20.0/lib/libutils/ext/include/
A Dtrace.h102 #define trace_printf_helper_raw(level, level_ok, ...) \ macro
109 #define MSG_RAW(...) trace_printf_helper_raw(0, false, __VA_ARGS__)
116 #define EMSG_RAW(...) trace_printf_helper_raw(TRACE_ERROR, true, __VA_ARGS__)
123 #define IMSG_RAW(...) trace_printf_helper_raw(TRACE_INFO, true, __VA_ARGS__)
130 #define DMSG_RAW(...) trace_printf_helper_raw(TRACE_DEBUG, true, __VA_ARGS__)
137 #define FMSG_RAW(...) trace_printf_helper_raw(TRACE_FLOW, true, __VA_ARGS__)
/optee_os-3.20.0/lib/libunw/
A Dunwind_arm64.c85 trace_printf_helper_raw(TRACE_ERROR, true, "Call stack:"); in print_stack_arm64()
89 trace_printf_helper_raw(TRACE_ERROR, true, " 0x%0*"PRIx64, in print_stack_arm64()
A Dunwind_arm32.c413 trace_printf_helper_raw(TRACE_ERROR, true, "Call stack:"); in print_stack_arm32()
415 trace_printf_helper_raw(TRACE_ERROR, true, " 0x%08" PRIx32, in print_stack_arm32()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dunwind_arm64.c96 trace_printf_helper_raw(TRACE_ERROR, true, in print_kernel_stack()
A Dunwind_arm32.c128 trace_printf_helper_raw(TRACE_ERROR, true, in print_kernel_stack()
A Dabort.c223 trace_printf_helper_raw(TRACE_ERROR, true, in __abort_print()

Completed in 6 milliseconds