Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dtrace.h68 FUNCF_TIMESTAMP_MASK = 0x3fffffff, enumerator
/openbmc/u-boot/lib/
H A Dtrace.c71 rec->flags = flags | (timer_get_us() & FUNCF_TIMESTAMP_MASK); in add_ftrace()
/openbmc/u-boot/tools/
H A Dproftool.c504 ulong time = call->flags & FUNCF_TIMESTAMP_MASK; in make_ftrace()