Re: [yocto] CPU profiling at thread level

2017-03-27 Thread Miguel Aveiro
Hi Munagala, You're are probably using ps and top from Busybox. You can check this looking at the output of: ls -l $(which ps) If so, you can enable *procps* package and have the full version of ps and top. Regards, Miguel Aveiro On 25 March 2017 at 16:12, Munagala Naresh wrote: > Hi Team, >

[yocto] CPU profiling at thread level

2017-03-25 Thread Munagala Naresh
Hi Team, To analyzes the CPU load consumption of a particular process, we need to find the thread level consumption. Default *top *and *ps *utils are not supporting all the parameters that are available in Linux/Android. Could you please suggest some alternatives which works in openembeded platf