Home
last modified time | relevance | path

Searched refs:TRACE_LEVEL (Results 1 – 23 of 23) sorted by relevance

/optee_os-3.20.0/lib/libutils/ext/include/
A Dtrace.h17 #ifndef TRACE_LEVEL
18 #define TRACE_LEVEL TRACE_MAX macro
44 #if (TRACE_LEVEL <= 0)
51 #if (TRACE_LEVEL < TRACE_ERROR)
58 #if (TRACE_LEVEL < TRACE_INFO)
65 #if (TRACE_LEVEL < TRACE_DEBUG)
72 #if (TRACE_LEVEL < TRACE_FLOW)
106 #if (TRACE_LEVEL <= 0)
120 #if (TRACE_LEVEL < TRACE_INFO)
134 #if (TRACE_LEVEL < TRACE_FLOW)
[all …]
/optee_os-3.20.0/core/include/
A Dinitcall.h15 #if TRACE_LEVEL >= TRACE_DEBUG
21 #if TRACE_LEVEL >= TRACE_DEBUG
/optee_os-3.20.0/core/include/kernel/
A Dunwind.h12 #if defined(CFG_UNWIND) && (TRACE_LEVEL > 0)
/optee_os-3.20.0/core/kernel/
A Dshow_conf.c13 #if (TRACE_LEVEL >= TRACE_INFO) in show_conf()
A Dtrace_ext.c14 int trace_level __nex_data = TRACE_LEVEL;
A Ddt_driver.c466 if (TRACE_LEVEL >= TRACE_FLOW) in process_probe_list()
562 if (TRACE_LEVEL >= TRACE_FLOW) in add_node_to_probe()
/optee_os-3.20.0/lib/libutils/ext/
A Dtrace.c17 #if (TRACE_LEVEL < TRACE_MIN) || (TRACE_LEVEL > TRACE_MAX)
21 #if (TRACE_LEVEL >= TRACE_ERROR)
204 #if (TRACE_LEVEL >= TRACE_DEBUG)
/optee_os-3.20.0/ta/arch/arm/
A Duser_ta_header.c17 int trace_level = TRACE_LEVEL;
174 return TRACE_LEVEL; in tahead_get_trace_level()
/optee_os-3.20.0/lib/libutee/
A Dtrace_ext.c19 #if TRACE_LEVEL > 0
/optee_os-3.20.0/core/arch/arm/kernel/
A Dunwind_arm64.c86 #if defined(CFG_UNWIND) && (TRACE_LEVEL > 0)
A Dunwind_arm32.c107 #if (TRACE_LEVEL > 0)
/optee_os-3.20.0/ldelf/
A Dsys.c12 int trace_level = TRACE_LEVEL;
A Dmain.c171 #if TRACE_LEVEL >= TRACE_ERROR in ldelf()
/optee_os-3.20.0/core/arch/arm/include/kernel/
A Dthread_private_arch.h47 #if TRACE_LEVEL > 0
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/pm/
A Dpsci.c226 if (TRACE_LEVEL >= TRACE_DEBUG) { in psci_system_off()
/optee_os-3.20.0/core/include/drivers/
A Dtzc400.h242 #if TRACE_LEVEL >= TRACE_DEBUG
A Dtzc380.h223 #if TRACE_LEVEL >= TRACE_DEBUG
/optee_os-3.20.0/core/drivers/crypto/caam/include/
A Dcaam_trace.h258 #if (TRACE_LEVEL >= TRACE_DEBUG)
/optee_os-3.20.0/core/drivers/
A Dtzc380.c318 #if TRACE_LEVEL >= TRACE_DEBUG
A Dtzc400.c452 #if TRACE_LEVEL >= TRACE_DEBUG
/optee_os-3.20.0/core/arch/arm/tee/
A Darch_svc.c32 #if (TRACE_LEVEL == TRACE_FLOW) && defined(CFG_TEE_CORE_TA_TRACE)
/optee_os-3.20.0/core/tee/
A Dtee_rpmb_fs.c1880 #if (TRACE_LEVEL >= TRACE_FLOW)
1910 #if (TRACE_LEVEL >= TRACE_DEBUG)
/optee_os-3.20.0/ta/pkcs11/src/
A Dpkcs11_token.c419 if (TRACE_LEVEL < TRACE_DEBUG) in dmsg_print_supported_mechanism()

Completed in 28 milliseconds