Searched refs:TRACE_ERROR (Results 1 – 15 of 15) sorted by relevance
| /optee_os/lib/libutils/ext/include/ |
| H A D | trace.h | 52 #if (TRACE_LEVEL < TRACE_ERROR) 55 #define EMSG(...) trace_printf_helper(TRACE_ERROR, true, __VA_ARGS__) 114 #if (TRACE_LEVEL < TRACE_ERROR) 117 #define EMSG_RAW(...) trace_printf_helper_raw(TRACE_ERROR, true, __VA_ARGS__) 150 trace_printf(__func__, __LINE__, TRACE_ERROR, true, __VA_ARGS__)
|
| H A D | trace_levels.h | 27 #define TRACE_ERROR 1 macro 34 #define TRACE_PRINTF_LEVEL TRACE_ERROR
|
| /optee_os/lib/libunw/ |
| H A D | unwind_riscv.c | 72 trace_printf_helper_raw(TRACE_ERROR, true, "Call stack:"); in print_stack_riscv() 76 trace_printf_helper_raw(TRACE_ERROR, true, " 0x%0*"PRIxVA, in print_stack_riscv()
|
| H A D | unwind_arm64.c | 87 trace_printf_helper_raw(TRACE_ERROR, true, "Call stack:"); in print_stack_arm64() 92 trace_printf_helper_raw(TRACE_ERROR, true, " 0x%0*"PRIxVA, in print_stack_arm64()
|
| H 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/core/arch/riscv/kernel/ |
| H A D | unwind_rv.c | 24 trace_printf_helper_raw(TRACE_ERROR, true, in print_kernel_stack()
|
| H A D | abort.c | 145 trace_printf_helper_raw(TRACE_ERROR, true, in __abort_print()
|
| /optee_os/ldelf/ |
| H A D | main.c | 29 trace_vprintf(NULL, 0, TRACE_ERROR, true, fmt, ap); in print_to_console() 179 #if TRACE_LEVEL >= TRACE_ERROR in ldelf()
|
| H A D | sys.h | 33 trace_printf_helper(TRACE_ERROR, true, __VA_ARGS__); \
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | unwind_arm64.c | 96 trace_printf_helper_raw(TRACE_ERROR, true, in print_kernel_stack()
|
| H A D | unwind_arm32.c | 128 trace_printf_helper_raw(TRACE_ERROR, true, in print_kernel_stack()
|
| H A D | abort.c | 234 trace_printf_helper_raw(TRACE_ERROR, true, in __abort_print()
|
| /optee_os/core/include/kernel/ |
| H A D | spinlock.h | 83 trace_printf(func, line, TRACE_ERROR, true, in cpu_spin_lock_dldetect()
|
| /optee_os/lib/libutils/ext/ |
| H A D | trace.c | 22 #if (TRACE_LEVEL >= TRACE_ERROR)
|
| /optee_os/core/arch/arm/mm/ |
| H A D | tee_pager.c | 181 trace_printf(func, line, TRACE_ERROR, true, in pager_lock_dldetect()
|