Searched refs:user_uprof (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dresourcevar.h91 struct user_uprof { /* profile arguments */ struct in struct:pstats
92 struct user_uprof *pr_next; /* multiple prof buffers allowed */
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_prof.c350 struct user_uprof *user_upp = &p->p_stats->user_p_prof;
351 struct user_uprof *upc, *nupc;
429 struct user_uprof *user_upp = NULL, *user_upc;
448 user_upc = (struct user_uprof *) kalloc(sizeof (struct user_uprof));
484 kfree(user_upc, sizeof(struct user_uprof));
523 struct user_uprof *prof;
H A Dkern_fork.c1013 bzero(&child->p_stats->user_p_prof, sizeof(struct user_uprof));

Completed in 22 milliseconds