Home
last modified time | relevance | path

Searched refs:TRACE_CALL_TYPE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dtrace.h71 #define TRACE_CALL_TYPE(call) ((call)->flags & 0xc0000000UL) macro
/openbmc/u-boot/tools/
H A Dproftool.c506 if (TRACE_CALL_TYPE(call) != FUNCF_ENTRY && in make_ftrace()
507 TRACE_CALL_TYPE(call) != FUNCF_EXIT) in make_ftrace()