Home
last modified time | relevance | path

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

12

/optee_os/lib/libutils/ext/include/
H A Dtrace.h17 #ifndef TRACE_LEVEL
18 #define TRACE_LEVEL TRACE_MAX macro
45 #if (TRACE_LEVEL <= 0)
52 #if (TRACE_LEVEL < TRACE_ERROR)
59 #if (TRACE_LEVEL < TRACE_INFO)
66 #if (TRACE_LEVEL < TRACE_DEBUG)
73 #if (TRACE_LEVEL < TRACE_FLOW)
93 #if (TRACE_LEVEL < TRACE_DEBUG)
107 #if (TRACE_LEVEL <= 0)
114 #if (TRACE_LEVEL < TRACE_ERROR)
[all …]
/optee_os/lib/libutils/ext/
H A Dtrace.c18 #if (TRACE_LEVEL < TRACE_MIN) || (TRACE_LEVEL > TRACE_MAX)
22 #if (TRACE_LEVEL >= TRACE_ERROR)
226 #if (TRACE_LEVEL >= TRACE_DEBUG)
/optee_os/core/kernel/
H A Dshow_conf.c13 #if (TRACE_LEVEL >= TRACE_INFO) in show_conf()
H A Dtrace_ext.c15 int trace_level __nex_data = TRACE_LEVEL;
H A Dscall.c28 #if (TRACE_LEVEL == TRACE_FLOW) && defined(CFG_TEE_CORE_TA_TRACE)
H A Ddt_driver.c618 if (TRACE_LEVEL >= TRACE_FLOW) in process_probe_list()
714 if (TRACE_LEVEL >= TRACE_FLOW) in add_node_to_probe()
/optee_os/core/include/kernel/
H A Dunwind.h12 #if defined(CFG_UNWIND) && (TRACE_LEVEL > 0)
/optee_os/core/arch/riscv/kernel/
H A Dunwind_rv.c14 #if defined(CFG_UNWIND) && (TRACE_LEVEL > 0)
/optee_os/core/include/
H A Dinitcall.h15 #if TRACE_LEVEL >= TRACE_DEBUG
21 #if TRACE_LEVEL >= TRACE_DEBUG
/optee_os/ta/
H A Duser_ta_header.c17 int trace_level = TRACE_LEVEL;
197 return TRACE_LEVEL; in tahead_get_trace_level()
/optee_os/lib/libutee/
H A Dtrace_ext.c19 #if TRACE_LEVEL > 0
/optee_os/core/arch/arm/kernel/
H A Dunwind_arm64.c86 #if defined(CFG_UNWIND) && (TRACE_LEVEL > 0)
H A Dunwind_arm32.c107 #if (TRACE_LEVEL > 0)
/optee_os/ldelf/
H A Dsys.c12 int trace_level = TRACE_LEVEL;
H A Dmain.c179 #if TRACE_LEVEL >= TRACE_ERROR in ldelf()
/optee_os/core/arch/arm/plat-stm32mp1/pm/
H A Dpsci.c228 if (TRACE_LEVEL >= TRACE_DEBUG) { in psci_system_off()
/optee_os/core/include/drivers/
H A Dtzc400.h242 #if TRACE_LEVEL >= TRACE_DEBUG
H A Dtzc380.h223 #if TRACE_LEVEL >= TRACE_DEBUG
/optee_os/core/drivers/regulator/
H A Dregulator.c329 if (TRACE_LEVEL >= TRACE_DEBUG) in regulator_core_cleanup()
506 TRACE_LEVEL >= TRACE_INFO) { in regulator_print_tree()
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_trace.h308 #if (TRACE_LEVEL >= TRACE_DEBUG)
/optee_os/core/drivers/
H A Dtzc380.c318 #if TRACE_LEVEL >= TRACE_DEBUG
H A Dtzc400.c452 #if TRACE_LEVEL >= TRACE_DEBUG
H A Dstm32_rng.c59 #if TRACE_LEVEL > TRACE_DEBUG
/optee_os/core/drivers/clk/
H A Dclk.c548 TRACE_LEVEL >= TRACE_INFO) { in clk_print_tree()
/optee_os/core/tee/
H A Dtee_rpmb_fs.c1924 #if (TRACE_LEVEL >= TRACE_FLOW)
1954 #if (TRACE_LEVEL >= TRACE_DEBUG)

12