Searched refs:TRACE_FLOW (Results 1 – 5 of 5) sorted by relevance
30 #define TRACE_FLOW 4 macro31 #define TRACE_MAX TRACE_FLOW
72 #if (TRACE_LEVEL < TRACE_FLOW)75 #define FMSG(...) trace_printf_helper(TRACE_FLOW, true, __VA_ARGS__)134 #if (TRACE_LEVEL < TRACE_FLOW)137 #define FMSG_RAW(...) trace_printf_helper_raw(TRACE_FLOW, true, __VA_ARGS__)
466 if (TRACE_LEVEL >= TRACE_FLOW) in process_probe_list()562 if (TRACE_LEVEL >= TRACE_FLOW) in add_node_to_probe()
32 #if (TRACE_LEVEL == TRACE_FLOW) && defined(CFG_TEE_CORE_TA_TRACE)
1880 #if (TRACE_LEVEL >= TRACE_FLOW)
Completed in 10 milliseconds