Searched refs:TRACE_ERROR (Results 1 – 12 of 12) sorted by relevance
/optee_os-3.20.0/lib/libutils/ext/include/ |
A D | trace.h | 51 #if (TRACE_LEVEL < TRACE_ERROR) 54 #define EMSG(...) trace_printf_helper(TRACE_ERROR, true, __VA_ARGS__) 113 #if (TRACE_LEVEL < TRACE_ERROR) 116 #define EMSG_RAW(...) trace_printf_helper_raw(TRACE_ERROR, true, __VA_ARGS__) 149 trace_printf(__func__, __LINE__, TRACE_ERROR, true, __VA_ARGS__)
|
A D | trace_levels.h | 27 #define TRACE_ERROR 1 macro 34 #define TRACE_PRINTF_LEVEL TRACE_ERROR
|
/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/ldelf/ |
A D | main.c | 28 trace_vprintf(NULL, 0, TRACE_ERROR, true, fmt, ap); in print_to_console() 171 #if TRACE_LEVEL >= TRACE_ERROR in ldelf()
|
A D | sys.h | 33 trace_printf_helper(TRACE_ERROR, true, __VA_ARGS__); \
|
/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()
|
/optee_os-3.20.0/core/include/kernel/ |
A D | spinlock.h | 61 trace_printf(func, line, TRACE_ERROR, true, in cpu_spin_lock_dldetect()
|
/optee_os-3.20.0/lib/libutils/ext/ |
A D | trace.c | 21 #if (TRACE_LEVEL >= TRACE_ERROR)
|
/optee_os-3.20.0/core/arch/arm/mm/ |
A D | tee_pager.c | 181 trace_printf(func, line, TRACE_ERROR, true, in pager_lock_dldetect()
|
Completed in 15 milliseconds