Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutee/arch/arm/gprof/
A Dgmon.h85 #define HISTFRACTION 2 macro
A Dgprof.c145 p->lowpc = ROUNDDOWN(lowpc, HISTFRACTION * sizeof(HISTCOUNTER)); in __utee_gprof_init()
146 p->highpc = ROUNDUP(highpc, HISTFRACTION * sizeof(HISTCOUNTER)); in __utee_gprof_init()
148 p->kcountsize = ROUNDUP(p->textsize / HISTFRACTION, sizeof(*p->froms)); in __utee_gprof_init()

Completed in 4 milliseconds