Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutee/arch/arm/gprof/
A Dgprof.c180 p->tos = NULL; in __utee_gprof_init()
185 p->tos = (struct tostruct *)cp; in __utee_gprof_init()
191 p->tos[0].link = 0; in __utee_gprof_init()
280 arc.self_pc = _gmonparam.tos[to_index].selfpc; in _gprof_write_call_graph()
281 arc.count = _gmonparam.tos[to_index].count; in _gprof_write_call_graph()
367 toindex = ++p->tos[0].link; in __mcount_internal()
374 top = &p->tos[toindex]; in __mcount_internal()
380 top = &p->tos[toindex]; in __mcount_internal()
400 toindex = ++p->tos[0].link; in __mcount_internal()
404 top = &p->tos[toindex]; in __mcount_internal()
[all …]
A Dgmon.h176 struct tostruct *tos; member

Completed in 3 milliseconds