Hi All, I could compile oprofile on mips 24k. But when running it, I start it as mentioned in the oprofile manual ie setting vmlinux path and using opcontrol script, I see this output: # ./bin/opcontrol --start Detected stale lock file. Removing. Using 2.6+ OProfile kernel interface. Reading module info. Using log file /var/lib/oprofile/oprofiled.log Daemon started. Profiler running. But ps -aef shows oprofiled is not running. # ps -aef PID Uid VmSize Stat Command 1 root 228 S init 2 root SWN [ksoftirqd/0] 3 root SW< [events/0] 4 root SW< [khelper] 5 root SW< [kthread] 6 root SW< [kblockd/0] 7 root SW [pdflush] 8 root SW [pdflush] 10 root SW< [aio/0] 9 root SW [kswapd0] 11 root SW< [kseriod] 12 root SW< [rpciod/0] 58 root 396 S -sh 59 root 196 S /sbin/syslogd -n -m 0 60 root 180 S /sbin/klogd -n 266 root 208 R ps -aef # Do we need to do some additional setup / init to get this working? Any experience/suggestion is welcome. Thanks, Mayuresh.