Home
last modified time | relevance | path

Searched refs:p (Results 1 – 3 of 3) sorted by relevance

/gmon/
A Dmcount.c63 struct gmonparam *p; in _MCOUNT_DECL() local
67 p = &_gmonparam; in _MCOUNT_DECL()
81 frompc -= p->lowpc; in _MCOUNT_DECL()
82 if (frompc > p->textsize) in _MCOUNT_DECL()
95 i = frompc / (p->hashfraction * sizeof(*p->froms)); in _MCOUNT_DECL()
97 frompcindex = &p->froms[i]; in _MCOUNT_DECL()
109 top = &p->tos[toindex]; in _MCOUNT_DECL()
115 top = &p->tos[toindex]; in _MCOUNT_DECL()
141 top = &p->tos[toindex]; in _MCOUNT_DECL()
152 top = &p->tos[top->link]; in _MCOUNT_DECL()
[all …]
A Dgmon.c107 __profil((void *) p->kcount, p->kcountsize, p->lowpc, s_scale); in __moncontrol()
134 p->textsize = p->highpc - p->lowpc; in weak_alias()
135 p->kcountsize = ROUNDUP(p->textsize / HISTFRACTION, sizeof(*p->froms)); in weak_alias()
143 p->log_hashfraction = ffs(p->hashfraction * sizeof(*p->froms)) - 1; in weak_alias()
145 p->fromssize = p->textsize / HASHFRACTION; in weak_alias()
146 p->tolimit = p->textsize * ARCDENSITY / 100; in weak_alias()
151 p->tossize = p->tolimit * sizeof(struct tostruct); in weak_alias()
153 cp = calloc (p->kcountsize + p->fromssize + p->tossize, 1); in weak_alias()
157 p->tos = NULL; in weak_alias()
162 cp += p->tossize; in weak_alias()
[all …]
A DVersions12 # p*

Completed in 8 milliseconds