Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dresourcevar.h82 struct uprof { /* profile arguments */ struct
83 struct uprof *pr_next; /* multiple prof buffers allowed */ argument
/xnu-8792.41.9/bsd/kern/
H A Dkern_exit.c2399 struct uprof *p0 = &p->p_stats->p_prof, *p1, *pn; in proc_exit()
2407 kfree_type(struct uprof, p1); in proc_exit()