HomeSort by: relevance | last modified time | path
    Searched defs:prof (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
subr_prof.c 520 #define PC_TO_INDEX(pc, prof) \
521 ((int)(((u_quad_t)((pc) - (prof)->pr_off) * \
522 (u_quad_t)((prof)->pr_scale)) >> 16) & ~1)
542 struct uprof *prof; local in function:addupc_intr
550 prof = &p->p_stats->p_prof;
551 if (pc < prof->pr_off ||
552 (i = PC_TO_INDEX(pc, prof)) >= prof->pr_size)
558 prof->pr_addr = pc;
559 prof->pr_ticks++
572 struct uprof *prof; local in function:addupc_task
    [all...]
subr_prof.c 520 #define PC_TO_INDEX(pc, prof) \
521 ((int)(((u_quad_t)((pc) - (prof)->pr_off) * \
522 (u_quad_t)((prof)->pr_scale)) >> 16) & ~1)
542 struct uprof *prof; local in function:addupc_intr
550 prof = &p->p_stats->p_prof;
551 if (pc < prof->pr_off ||
552 (i = PC_TO_INDEX(pc, prof)) >= prof->pr_size)
558 prof->pr_addr = pc;
559 prof->pr_ticks++
572 struct uprof *prof; local in function:addupc_task
    [all...]
subr_prof.c 520 #define PC_TO_INDEX(pc, prof) \
521 ((int)(((u_quad_t)((pc) - (prof)->pr_off) * \
522 (u_quad_t)((prof)->pr_scale)) >> 16) & ~1)
542 struct uprof *prof; local in function:addupc_intr
550 prof = &p->p_stats->p_prof;
551 if (pc < prof->pr_off ||
552 (i = PC_TO_INDEX(pc, prof)) >= prof->pr_size)
558 prof->pr_addr = pc;
559 prof->pr_ticks++
572 struct uprof *prof; local in function:addupc_task
    [all...]

Completed in 33 milliseconds