Searched refs:trace_printf_helper_raw (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/lib/libutils/ext/include/ |
A D | trace.h | 102 #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 D | unwind_arm64.c | 85 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 D | unwind_arm32.c | 413 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 D | unwind_arm64.c | 96 trace_printf_helper_raw(TRACE_ERROR, true, in print_kernel_stack()
|
A D | unwind_arm32.c | 128 trace_printf_helper_raw(TRACE_ERROR, true, in print_kernel_stack()
|
A D | abort.c | 223 trace_printf_helper_raw(TRACE_ERROR, true, in __abort_print()
|
Completed in 6 milliseconds