Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dproftool.c26 FUNCF_TRACE = 1 << 0, /* Include this function in trace */ enumerator
146 func->flags = FUNCF_TRACE; /* trace by default */ in read_system_map()
334 func->flags |= FUNCF_TRACE; in check_trace_config_line()
340 func->flags &= ~FUNCF_TRACE; in check_trace_config_line()
516 if (!(func->flags & FUNCF_TRACE)) { in make_ftrace()