CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/08/01 21:18:48
Modified files:
sys/kern : kern_clock.c kern_exec.c kern_exit.c
kern_fork.c subr_prof.c
sys/sys : proc.h systm.h
bin/ps : ps.1
Log message:
Apply profiling to all threads instead of just the thread that called
profil() by moving P_PROFIL from proc->p_flag to process->ps_flags with
matching adjustment in fork1() and exit1()
ok matthew@
