Searched refs:FUNC_SITE_SIZE (Results 1 - 3 of 3) sorted by last modified time

/u-boot/tools/
H A Dproftool.c319 return (f1->offset / FUNC_SITE_SIZE) - (f2->offset / FUNC_SITE_SIZE);
/u-boot/lib/
H A Dtrace.c61 return offset / FUNC_SITE_SIZE;
216 stats->offset = func * FUNC_SITE_SIZE;
272 out->func = call->func * FUNC_SITE_SIZE;
273 out->caller = call->caller * FUNC_SITE_SIZE;
351 return gd->mon_len / FUNC_SITE_SIZE;
/u-boot/include/
H A Dtrace.h29 FUNC_SITE_SIZE = 16, /* distance between function sites */ enumerator in enum:__anon2

Completed in 56 milliseconds