Home
last modified time | relevance | path

Searched defs:func_count (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/
H A Dtrace.c19 int func_count; /* Total number of function call sites */ member
281 ulong func_count = gd->mon_len / FUNC_SITE_SIZE; in trace_init() local
336 ulong func_count = gd->mon_len / FUNC_SITE_SIZE; in trace_early_init() local
/openbmc/u-boot/tools/
H A Dproftool.c55 int func_count; variable