Home
last modified time | relevance | path

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

/optee_os/lib/libutee/arch/arm/gprof/
A Dgprof.c147 p->textsize = p->highpc - p->lowpc; in __utee_gprof_init()
148 p->kcountsize = ROUNDUP(p->textsize / HISTFRACTION, sizeof(*p->froms)); in __utee_gprof_init()
163 p->fromssize = p->textsize / HASHFRACTION; in __utee_gprof_init()
164 p->tolimit = p->textsize * ARCDENSITY / 100; in __utee_gprof_init()
193 if (p->kcountsize < p->textsize) in __utee_gprof_init()
194 _gprof_s_scale = ((float)p->kcountsize / p->textsize) * in __utee_gprof_init()
353 if (frompc > p->textsize) in __mcount_internal()
A Dgmon.h181 unsigned long textsize; member

Completed in 3 milliseconds