On Mon, 29 May 2006 11:28:06 +0530, "Mayuresh Chitale" <mchitale@xxxxxxxxx> wrote: > But ps -aef shows oprofiled is not running. > # ps -aef ... > > Do we need to do some additional setup / init to get this working? > Any experience/suggestion is welcome. The oprofile requires bash. If you were cross-compiling bash, please check output of "kill -l". If bash was not correctly cross-compiled, a value of some signals might be wrong (ex. signal 10 is SIGUSR1 on i386 but SIGBUS on MIPS). The opcontrol send SIGUSR1/SIGUSR2 to oprofiled. --- Atsushi Nemoto