Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutee/arch/arm/gprof/
A Dgmon.h80 #define HISTCOUNTER unsigned short 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()
187 p->kcount = (HISTCOUNTER *)cp; in __utee_gprof_init()
241 .hist_size = _gmonparam.kcountsize/sizeof(HISTCOUNTER), in _gprof_write_hist()

Completed in 3 milliseconds