Home
last modified time | relevance | path

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

/optee_os/lib/libutee/arch/arm/gprof/
H A Dgprof.c149 p->hashfraction = HASHFRACTION; in __utee_gprof_init()
160 p->log_hashfraction = __builtin_ffs(p->hashfraction * in __utee_gprof_init()
273 frompc += (from_index * _gmonparam.hashfraction in _gprof_write_call_graph()
361 i = frompc / (p->hashfraction * sizeof(*p->froms)); in __mcount_internal()
H A Dgmon.h182 unsigned long hashfraction; member