Hi, The output of kill -l seems to be proper. for eg. kill -l USR1 returns value of 16 which looks like the correct value for mips. Thanks, Mayuresh. On 5/29/06, Atsushi Nemoto <anemo@xxxxxxxxxxxxx> wrote:
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