MIPS/BCM3300 unsupported in userspace tools?

View: New views
7 Messages — Rating Filter:   Alert me  

Parent Message unknown MIPS/BCM3300 unsupported in userspace tools?

by Justin Dick :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all -

I'm trying to run oprofile 0.9.4 on a mips/bcm3300 chip w/ a 2.6.18 kernel.  /dev/oprofile/cpu_type correctly reports "mips/bcm3300", but ophelp seems to believe that cpu_type is "unset".  I poked around arch/mips/oprofile and found op_model_brcm3300.c, which looks to be complete.

Am I missing something easy?

Thanks,
Justin


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
oprofile-list mailing list
oprofile-list@...
https://lists.sourceforge.net/lists/listinfo/oprofile-list

Re: MIPS/BCM3300 unsupported in userspace tools?

by Maynard Johnson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Justin Dick wrote:
> Hi all -
>
> I'm trying to run oprofile 0.9.4 on a mips/bcm3300 chip w/ a 2.6.18 kernel.
> /dev/oprofile/cpu_type correctly reports "mips/bcm3300", but ophelp seems to
> believe that cpu_type is "unset".  I poked around arch/mips/oprofile and
> found op_model_brcm3300.c, which looks to be complete.
It appears the kernel support is available for this processor, but no one has yet contributed the OProfile userspace support for it.  I'm cc'ing Ralf Baechle, since our ChangeLog-2006 indicates that Ralph contributed the original mips support for OProfile userspace.  But if you know the h/w events for this processor, you could send in a patch yourself.

-Maynard

>
> Am I missing something easy?
>
> Thanks,
> Justin
>
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> oprofile-list mailing list
> oprofile-list@...
> https://lists.sourceforge.net/lists/listinfo/oprofile-list



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
oprofile-list mailing list
oprofile-list@...
https://lists.sourceforge.net/lists/listinfo/oprofile-list

Re: MIPS/BCM3300 unsupported in userspace tools?

by Ralf Baechle DL5RB :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Aug 25, 2008 at 02:09:58PM -0500, Maynard Johnson wrote:

> > I'm trying to run oprofile 0.9.4 on a mips/bcm3300 chip w/ a 2.6.18 kernel.
> > /dev/oprofile/cpu_type correctly reports "mips/bcm3300", but ophelp seems to
> > believe that cpu_type is "unset".  I poked around arch/mips/oprofile and
> > found op_model_brcm3300.c, which looks to be complete.
> It appears the kernel support is available for this processor, but no one has yet contributed the OProfile userspace support for it.  I'm cc'ing Ralf Baechle, since our ChangeLog-2006 indicates that Ralph contributed the original mips support for OProfile userspace.  But if you know the h/w events for this processor, you could send in a patch yourself.

op_model_brcm3300.c does not exist in linux-mips.org / kernel.org kernel
sources.  Assuming the BCM3300 is just a MIPS32-compliant core there also
should be no need for this file to exist.  Anyway, Broadcom never bothered
so send patches or processor documentation to me so I can't give much of a
usefull commenton the issue.

  Ralf

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
oprofile-list mailing list
oprofile-list@...
https://lists.sourceforge.net/lists/listinfo/oprofile-list

Re: MIPS/BCM3300 unsupported in userspace tools?

by Maynard Johnson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ralf Baechle wrote:

> On Mon, Aug 25, 2008 at 02:09:58PM -0500, Maynard Johnson wrote:
>
>>> I'm trying to run oprofile 0.9.4 on a mips/bcm3300 chip w/ a 2.6.18 kernel.
>>> /dev/oprofile/cpu_type correctly reports "mips/bcm3300", but ophelp seems to
>>> believe that cpu_type is "unset".  I poked around arch/mips/oprofile and
>>> found op_model_brcm3300.c, which looks to be complete.
>> It appears the kernel support is available for this processor, but no one has yet contributed the OProfile userspace support for it.  I'm cc'ing Ralf Baechle, since our ChangeLog-2006 indicates that Ralph contributed the original mips support for OProfile userspace.  But if you know the h/w events for this processor, you could send in a patch yourself.
>
> op_model_brcm3300.c does not exist in linux-mips.org / kernel.org kernel
> sources.  Assuming the BCM3300 is just a MIPS32-compliant core there also
> should be no need for this file to exist.  Anyway, Broadcom never bothered
> so send patches or processor documentation to me so I can't give much of a
> usefull commenton the issue.
Thanks, Ralf.

Justin, on second look at your error message ("cpu_type unset"), together with
the fact that you're seeing an op_model_brcm3300.c file in your kernel tree, my
guess is that your brcm3300 kernel support is incomplete.  If you look at
arch/mips/oprofile/common.c, it returns -ENODEV for the case where the current
cpu type is not supported.  Then, drivers/oprofile/oprof.c *should* default to
timer mode (setting cpu_type=timer).  But your cpu_type is unset, so I think
your model-specific oprofile code is not complete.

I suggest you try a kernel.org kernel which, I believe would at least give you
timer mode, or look at the brcm3300 support that's been started and try to clean
it up.  But, if you were to do the latter, you would then need to add the
brcm3300 support to oprofile userspace, too.

-Maynard
>
>   Ralf



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
oprofile-list mailing list
oprofile-list@...
https://lists.sourceforge.net/lists/listinfo/oprofile-list

Re: MIPS/BCM3300 unsupported in userspace tools?

by Sridhar Gundubogula :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hello all,


I have a question regards how to profile kernel using oprofile because I
wasn't able to generate symbols inside the kernel using opreport but I
could see symbols of applications Im using.

My system configuration is described as follows:
Kernel version: 2.6.18-53.1.21.EL.rftsmp
CPUinfo: Intel Quad core processor with 4GB RAM


The way I m starting the oprofile:
opcontrol --setup --vmlinux=/boot/vmlinux-`uname -r`
opcontrol --separate=kernel --start

Before generating the report i tried
opcontrol --dump
opcontrol --stop


Please let me know if you need additional details to resolve the issue
Iam coming across and find the attached sample of my opreport output.
Also, I found sometimes i receive the following and dont know why it
occurs all the time...
opreport error: basic_string::erase

Thanks
Sridhar







Maynard Johnson wrote:

> Ralf Baechle wrote:
>  
>> On Mon, Aug 25, 2008 at 02:09:58PM -0500, Maynard Johnson wrote:
>>
>>    
>>>> I'm trying to run oprofile 0.9.4 on a mips/bcm3300 chip w/ a 2.6.18 kernel.
>>>> /dev/oprofile/cpu_type correctly reports "mips/bcm3300", but ophelp seems to
>>>> believe that cpu_type is "unset".  I poked around arch/mips/oprofile and
>>>> found op_model_brcm3300.c, which looks to be complete.
>>>>        
>>> It appears the kernel support is available for this processor, but no one has yet contributed the OProfile userspace support for it.  I'm cc'ing Ralf Baechle, since our ChangeLog-2006 indicates that Ralph contributed the original mips support for OProfile userspace.  But if you know the h/w events for this processor, you could send in a patch yourself.
>>>      
>> op_model_brcm3300.c does not exist in linux-mips.org / kernel.org kernel
>> sources.  Assuming the BCM3300 is just a MIPS32-compliant core there also
>> should be no need for this file to exist.  Anyway, Broadcom never bothered
>> so send patches or processor documentation to me so I can't give much of a
>> usefull commenton the issue.
>>    
> Thanks, Ralf.
>
> Justin, on second look at your error message ("cpu_type unset"), together with
> the fact that you're seeing an op_model_brcm3300.c file in your kernel tree, my
> guess is that your brcm3300 kernel support is incomplete.  If you look at
> arch/mips/oprofile/common.c, it returns -ENODEV for the case where the current
> cpu type is not supported.  Then, drivers/oprofile/oprof.c *should* default to
> timer mode (setting cpu_type=timer).  But your cpu_type is unset, so I think
> your model-specific oprofile code is not complete.
>
> I suggest you try a kernel.org kernel which, I believe would at least give you
> timer mode, or look at the brcm3300 support that's been started and try to clean
> it up.  But, if you were to do the latter, you would then need to add the
> brcm3300 support to oprofile userspace, too.
>
> -Maynard
>  
>>   Ralf
>>    
>
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> oprofile-list mailing list
> oprofile-list@...
> https://lists.sourceforge.net/lists/listinfo/oprofile-list
>  

warning: [vdso] (tgid:14127 range:0x5f0000-0x5f1000) could not be found.
warning: [vdso] (tgid:14307 range:0x9cb000-0x9cc000) could not be found.
warning: [vdso] (tgid:14476 range:0x8a6000-0x8a7000) could not be found.
warning: [vdso] (tgid:29836 range:0x90f000-0x910000) could not be found.
warning: [vdso] (tgid:30162 range:0xa15000-0xa16000) could not be found.
warning: [vdso] (tgid:31279 range:0xae5000-0xae6000) could not be found.
warning: [vdso] (tgid:31755 range:0xdc4000-0xdc5000) could not be found.
warning: [vdso] (tgid:31761 range:0xa3d000-0xa3e000) could not be found.
warning: [vdso] (tgid:31769 range:0xd9c000-0xd9d000) could not be found.
CPU: Core 2, speed 2327.59 MHz (estimated)
Counted CPU_CLK_UNHALTED events (Clock cycles when not halted) with a unit mask of 0x00 (Unhalted core cycles) count 100000
Samples on CPU 0
Samples on CPU 1
Samples on CPU 2
Samples on CPU 3
Samples on CPU 4
Samples on CPU 5
Samples on CPU 6
Samples on CPU 7
warning: could not check that the binary file /e1000 has not been modified since the profile was taken. Results may be inaccurate.
warning: could not check that the binary file /ehci_hcd has not been modified since the profile was taken. Results may be inaccurate.
warning: could not check that the binary file /ipmi_msghandler has not been modified since the profile was taken. Results may be inaccurate.
warning: could not check that the binary file /ipmi_si has not been modified since the profile was taken. Results may be inaccurate.
warning: could not check that the binary file /oprofile has not been modified since the profile was taken. Results may be inaccurate.
warning: could not check that the binary file /rft has not been modified since the profile was taken. Results may be inaccurate.
warning: /usr/lib/locale/locale-archive is not in a usable binary format.
warning: could not check that the binary file /vmlinux-unknown has not been modified since the profile was taken. Results may be inaccurate.
samples  %        samples  %        samples  %        samples  %        samples  %        samples  %        samples  %        samples  %        image name               app name                 symbol name
1190     40.6005  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      gem_i2c_set_rlx
646      22.0403  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      gem_nsdelay
318      10.8495  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      gem_i2c_bus_rlx
113       3.8553  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      gem_i2c_rlx_fwe
108       3.6847  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      gem_i2c_drv_rlx
106       3.6165  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      gem_i2c_idle_rlx
86        2.9342  523      30.0748  73        3.7417  261      16.8496  22        9.9099  402      23.1700  23        5.8974  203      13.4082  bash                     bash                     (no symbols)
62        2.1153  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      rlx_watchdog_ack
52        1.7741  59        3.3928  46        2.3578  53        3.4216  76       34.2342  53        3.0548  66       16.9231  62        4.0951  rft                      rft                      do_rft_notify
29        0.9894  131       7.5331  25        1.2814  60        3.8735  0              0  148       8.5303  1         0.2564  66        4.3593  ISO8859-1.so             ISO8859-1.so             (no symbols)
21        0.7165  152       8.7407  11        0.5638  76        4.9064  0              0  135       7.7810  1         0.2564  61        4.0291  libc-2.5.so              libc-2.5.so              mbrtowc
14        0.4777  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      gem_ns_elapsed
13        0.4435  7         0.4025  10        0.5126  5         0.3228  4         1.8018  5         0.2882  2         0.5128  10        0.6605  rft                      rft                      __gem_since
11        0.3753  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      gem_irq_save
10        0.3412  103       5.9229  16        0.8201  60        3.8735  4         1.8018  57        3.2853  1         0.2564  56        3.6988  libc-2.5.so              libc-2.5.so              _int_malloc
10        0.3412  10        0.5750  12        0.6151  11        0.7101  14        6.3063  15        0.8646  12        3.0769  10        0.6605  oprofile                 oprofile                 sync_buffer
9         0.3071  20        1.1501  3         0.1538  15        0.9684  2         0.9009  20        1.1527  2         0.5128  18        1.1889  libc-2.5.so              libc-2.5.so              free
9         0.3071  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      gem_ns_since
7         0.2388  23        1.3226  3         0.1538  12        0.7747  0              0  27        1.5562  0              0  15        0.9908  libc-2.5.so              libc-2.5.so              _dl_mcount_wrapper_check
6         0.2047  32        1.8401  2         0.1025  23        1.4848  1         0.4505  26        1.4986  3         0.7692  24        1.5852  libc-2.5.so              libc-2.5.so              __i686.get_pc_thunk.bx
6         0.2047  35        2.0127  8         0.4100  17        1.0975  6         2.7027  22        1.2680  3         0.7692  15        0.9908  libc-2.5.so              libc-2.5.so              _int_free
6         0.2047  16        0.9201  5         0.2563  12        0.7747  1         0.4505  8         0.4611  0              0  9         0.5945  libc-2.5.so              libc-2.5.so              strcpy
6         0.2047  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      gem_i2c_is_enb_rlx
5         0.1706  5         0.2875  0              0  0              0  0              0  0              0  0              0  0              0  e1000                    e1000                    e1000_update_stats
5         0.1706  42        2.4152  3         0.1538  25        1.6139  7         3.1532  25        1.4409  1         0.2564  15        0.9908  libc-2.5.so              libc-2.5.so              strlen
5         0.1706  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      gem_i2c_clk_pulse
5         0.1706  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      gem_i2c_set
4         0.1365  41        2.3577  9         0.4613  23        1.4848  7         3.1532  31        1.7867  1         0.2564  25        1.6513  libc-2.5.so              libc-2.5.so              malloc
3         0.1024  2         0.1150  1         0.0513  5         0.3228  0              0  4         0.2305  2         0.5128  3         0.1982  libc-2.5.so              libc-2.5.so              __i686.get_pc_thunk.cx
3         0.1024  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      gem_irq_restore
3         0.1024  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      gem_stamp
2         0.0682  0              0  0              0  0              0  0              0  0              0  0              0  0              0  e1000                    e1000                    e1000_intr_msi
2         0.0682  7         0.4025  1         0.0513  2         0.1291  1         0.4505  2         0.1153  0              0  1         0.0661  libc-2.5.so              libc-2.5.so              fork
2         0.0682  2         0.1150  2         0.1025  4         0.2582  1         0.4505  2         0.1153  1         0.2564  5         0.3303  libc-2.5.so              libc-2.5.so              memset
2         0.0682  0              0  0              0  0              0  0              0  0              0  0              0  0              0  ntpd                     ntpd                     (no symbols)
2         0.0682  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      gem_rhand_wrapper
2         0.0682  0              0  0              0  1         0.0646  2         0.9009  0              0  1         0.2564  0              0  rft                      rft                      gem_tasklet
2         0.0682  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      gem_watchdog_ack
2         0.0682  0              0  0              0  0              0  0              0  0              0  0              0  0              0  sleep                    sleep                    (no symbols)
1         0.0341  0              0  0              0  0              0  0              0  0              0  1         0.2564  0              0  [vdso] (tgid:14476 range:0x8a6000-0x8a7000) rft.stat.server          (no symbols)
1         0.0341  0              0  0              0  0              0  0              0  0              0  0              0  0              0  [vdso] (tgid:31755 range:0xdc4000-0xdc5000) bash                     (no symbols)
1         0.0341  0              0  0              0  1         0.0646  0              0  0              0  0              0  0              0  e1000                    e1000                    e1000_irq_enable
1         0.0341  2         0.1150  0              0  0              0  0              0  4         0.2305  0              0  2         0.1321  ld-2.5.so                ld-2.5.so                ___xstat64
1         0.0341  3         0.1725  0              0  7         0.4519  1         0.4505  5         0.2882  0              0  5         0.3303  ld-2.5.so                ld-2.5.so                _dl_fini
1         0.0341  0              0  0              0  4         0.2582  0              0  2         0.1153  0              0  2         0.1321  ld-2.5.so                ld-2.5.so                _dl_name_match_p
1         0.0341  0              0  0              0  3         0.1937  0              0  2         0.1153  0              0  2         0.1321  ld-2.5.so                ld-2.5.so                _dl_setup_hash
1         0.0341  7         0.4025  0              0  7         0.4519  0              0  5         0.2882  0              0  7         0.4624  ld-2.5.so                ld-2.5.so                dl_main
1         0.0341  5         0.2875  0              0  2         0.1291  1         0.4505  2         0.1153  0              0  3         0.1982  ld-2.5.so                ld-2.5.so                do_lookup_x
1         0.0341  2         0.1150  1         0.0513  1         0.0646  0              0  1         0.0576  0              0  2         0.1321  ld-2.5.so                ld-2.5.so                mempcpy
1         0.0341  2         0.1150  0              0  4         0.2582  0              0  12        0.6916  0              0  1         0.0661  ld-2.5.so                ld-2.5.so                open
1         0.0341  1         0.0575  0              0  1         0.0646  0              0  0              0  0              0  1         0.0661  ld-2.5.so                ld-2.5.so                rtld_lock_default_lock_recursive
1         0.0341  1         0.0575  0              0  2         0.1291  1         0.4505  0              0  0              0  1         0.0661  libc-2.5.so              libc-2.5.so              _IO_flush_all_lockp
1         0.0341  1         0.0575  0              0  1         0.0646  0              0  1         0.0576  0              0  0              0  libc-2.5.so              libc-2.5.so              _IO_un_link
1         0.0341  0              0  2         0.1025  0              0  0              0  0              0  0              0  0              0  libc-2.5.so              libc-2.5.so              ___newselect_nocancel
1         0.0341  9         0.5175  1         0.0513  4         0.2582  1         0.4505  3         0.1729  1         0.2564  2         0.1321  libc-2.5.so              libc-2.5.so              __ctype_get_mb_cur_max
1         0.0341  1         0.0575  1         0.0513  0              0  0              0  1         0.0576  0              0  0              0  libc-2.5.so              libc-2.5.so              __errno_location
1         0.0341  0              0  0              0  0              0  0              0  0              0  0              0  0              0  libc-2.5.so              libc-2.5.so              __libc_disable_asynccancel
1         0.0341  63        3.6228  3         0.1538  83        5.3583  4         1.8018  45        2.5937  2         0.5128  64        4.2272  libc-2.5.so              libc-2.5.so              _dl_addr
1         0.0341  1         0.0575  1         0.0513  2         0.1291  0              0  1         0.0576  0              0  0              0  libc-2.5.so              libc-2.5.so              close
1         0.0341  0              0  0              0  0              0  0              0  0              0  0              0  0              0  libc-2.5.so              libc-2.5.so              longjmp
1         0.0341  0              0  0              0  2         0.1291  0              0  1         0.0576  0              0  0              0  libc-2.5.so              libc-2.5.so              open
1         0.0341  0              0  0              0  0              0  0              0  0              0  0              0  0              0  libc-2.5.so              libc-2.5.so              re_node_set_insert
1         0.0341  1         0.0575  0              0  0              0  0              0  0              0  0              0  0              0  libc-2.5.so              libc-2.5.so              select
1         0.0341  22        1.2651  0              0  29        1.8722  1         0.4505  18        1.0375  1         0.2564  35        2.3118  libc-2.5.so              libc-2.5.so              strchr
1         0.0341  3         0.1725  1         0.0513  18        1.1620  0              0  12        0.6916  0              0  7         0.4624  libc-2.5.so              libc-2.5.so              strcmp
1         0.0341  1         0.0575  0              0  0              0  0              0  1         0.0576  0              0  0              0  libc-2.5.so              libc-2.5.so              strncpy
1         0.0341  1         0.0575  0              0  0              0  0              0  0              0  0              0  0              0  libc-2.5.so              libc-2.5.so              umask
1         0.0341  0              0  0              0  0              0  0              0  0              0  0              0  0              0  libmonitorc.so.1.0.1     libmonitorc.so.1.0.1     lmsg_select
1         0.0341  0              0  0              0  0              0  0              0  0              0  0              0  0              0  locale-archive           locale-archive           (no symbols)
1         0.0341  2         0.1150  7         0.3588  6         0.3873  2         0.9009  2         0.1153  0              0  5         0.3303  oprofile                 oprofile                 add_event_entry
1         0.0341  0              0  0              0  1         0.0646  0              0  0              0  0              0  1         0.0661  oprofile                 oprofile                 add_sample_entry
1         0.0341  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      gem_crashing
1         0.0341  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      gem_eeprom_unlock
1         0.0341  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      gem_get_cfgs
1         0.0341  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      gem_i2c_assert
1         0.0341  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      gem_i2c_open
1         0.0341  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      gem_i2c_send_byte_ack
1         0.0341  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      gem_i2c_set_clk
1         0.0341  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      gem_lock_cpus
1         0.0341  2         0.1150  1         0.0513  1         0.0646  0              0  1         0.0576  0              0  2         0.1321  rft                      rft                      gem_stamp_ll
1         0.0341  0              0  0              0  0              0  1         0.4505  1         0.0576  1         0.2564  1         0.0661  rft                      rft                      gem_thread
1         0.0341  2         0.1150  1         0.0513  2         0.1291  3         1.3514  0              0  1         0.2564  4         0.2642  rft                      rft                      gem_tick
1         0.0341  0              0  0              0  0              0  0              0  0              0  0              0  0              0  rft                      rft                      gem_whand_led
0              0  0              0  0              0  0              0  1         0.4505  0              0  0              0  0              0  EIMServer                EIMServer                WsLoggerThread::Run()
0              0  1         0.0575  0              0  0              0  0              0  0              0  0              0  0              0  EIMServer                EIMServer                WsQuotaAgent::persist()
0              0  0              0  0              0  0              0  1         0.4505  0              0  0              0  0              0  NetworkAgent             NetworkAgent             WsNALogger::Run()
0              0  0              0  0              0  0              0  0              0  0              0  1         0.2564  0              0  NetworkAgent             NetworkAgent             WsNetTimer::Run()
0              0  0              0  0              0  0              0  0              0  0              0  148      37.9487  0              0  NetworkAgent             NetworkAgent             WsSessionFactory::SessionCollection(WsCallback*)
0              0  0              0  0              0  0              0  1         0.4505  0              0  0              0  0              0  NetworkAgent             NetworkAgent             unsigned int WsProxyFactories::ReleaseProxy<WsCommFramework>(WsProxy<WsCommFramework>*&)
0              0  0              0  0              0  0              0  0              0  0              0  6         1.5385  0              0  [vdso] (tgid:14127 range:0x5f0000-0x5f1000) rft.icconfd              (no symbols)
0              0  0              0  0              0  0              0  0              0  0              0  1         0.2564  0              0  [vdso] (tgid:14307 range:0x9cb000-0x9cc000) rft.msgd                 (no symbols)
0              0  0              0  0              0  0              0  1         0.4505  0              0  0              0  0              0  [vdso] (tgid:29836 range:0x90f000-0x910000) PolicyServer             (no symbols)
0              0  0              0  1         0.0513  0              0  4         1.8018  0              0  1         0.2564  1         0.0661  [vdso] (tgid:30162 range:0xa15000-0xa16000) EIMServer                (no symbols)
0              0  0              0  0              0  0              0  0              0  6         0.3458  1         0.2564  0              0  [vdso] (tgid:31279 range:0xae5000-0xae6000) oprofiled                (no symbols)
0              0  1         0.0575  0              0  0              0  0              0  0              0  1         0.2564  1         0.0661  [vdso] (tgid:31761 range:0xa3d000-0xa3e000) bash                     (no symbols)
0              0  3         0.1725  0              0  0              0  0              0  0              0  0              0  0              0  [vdso] (tgid:31769 range:0xd9c000-0xd9d000) bash                     (no symbols)
0              0  2         0.1150  0              0  0              0  0              0  0              0  0              0  0              0  cat                      cat                      (no symbols)
0              0  0              0  0              0  1         0.0646  0              0  0              0  0              0  0              0  cut                      cut                      (no symbols)
0              0  0              0  0              0  3         0.1937  0              0  0              0  0              0  0              0  dircolors                dircolors                (no symbols)
0              0  0              0  0              0  0              0  0              0  0              0  0              0  9         0.5945  ehci_hcd                 ehci_hcd                 ehci_hub_status_data
0              0  6         0.3450  0              0  3         0.1937  0              0  8         0.4611  2         0.5128  5         0.3303  expr                     expr                     (no symbols)
0              0  7         0.4025  0              0  8         0.5165  1         0.4505  3         0.1729  1         0.2564  15        0.9908  gawk                     gawk                     (no symbols)
0              0  25        1.4376  2         0.1025  15        0.9684  1         0.4505  19        1.0951  0              0  29        1.9155  grep                     grep                     (no symbols)
0              0  0              0  0              0  0              0  0              0  0              0  0              0  3         0.1982  ipmi_msghandler          ipmi_msghandler          ipmi_timeout
0              0  0              0  8         0.4100  0              0  0              0  0              0  0              0  0              0  ipmi_si                  ipmi_si                  ipmi_thread
0              0  0              0  14        0.7176  0              0  0              0  1         0.0576  0              0  0              0  ipmi_si                  ipmi_si                  kcs_event
0              0  0              0  1594     81.7017  4         0.2582  0              0  62        3.5735  0              0  0              0  ipmi_si                  ipmi_si                  port_inb
0              0  0              0  4         0.2050  0              0  0              0  0              0  0              0  0              0  ipmi_si                  ipmi_si                  port_outb
0              0  0              0  20        1.0251  1         0.0646  0              0  2         0.1153  0              0  0              0  ipmi_si                  ipmi_si                  smi_event_handler
0              0  0              0  0              0  0              0  0              0  1         0.0576  0              0  0              0  ipmi_si                  ipmi_si                  smi_timeout
0              0  0              0  16        0.8201  0              0  0              0  0              0  0              0  0              0  ipmi_si                  ipmi_si                  start_next_msg
0              0  2         0.1150  0              0  0              0  0              0  0              0  1         0.2564  1         0.0661  ld-2.5.so                ld-2.5.so                ___fxstat64
0              0  0              0  0              0  1         0.0646  0              0  0              0  0              0  2         0.1321  ld-2.5.so                ld-2.5.so                __libc_memalign
0              0  0              0  0              0  0              0  0              0  0              0  0              0  1         0.0661  ld-2.5.so                ld-2.5.so                _dl_add_to_slotinfo
0              0  1         0.0575  0              0  1         0.0646  0              0  0              0  0              0  0              0  ld-2.5.so                ld-2.5.so                _dl_allocate_tls_init
0              0  1         0.0575  0              0  2         0.1291  0              0  2         0.1153  0              0  6         0.3963  ld-2.5.so                ld-2.5.so                _dl_cache_libcmp
0              0  0              0  0              0  2         0.1291  0              0  1         0.0576  0              0  0              0  ld-2.5.so                ld-2.5.so                _dl_catch_error
0              0  1         0.0575  0              0  0              0  1         0.4505  0              0  0              0  0              0  ld-2.5.so                ld-2.5.so                _dl_check_all_versions
0              0  1         0.0575  0              0  0              0  0              0  0              0  0              0  0              0  ld-2.5.so                ld-2.5.so                _dl_check_caller
0              0  2         0.1150  0              0  6         0.3873  0              0  2         0.1153  0              0  6         0.3963  ld-2.5.so                ld-2.5.so                _dl_check_map_versions
0              0  0              0  0              0  2         0.1291  0              0  0              0  0              0  0              0  ld-2.5.so                ld-2.5.so                _dl_debug_initialize
0              0  0              0  0              0  0              0  0              0  0              0  0              0  1         0.0661  ld-2.5.so                ld-2.5.so                _dl_debug_state
0              0  1         0.0575  0              0  3         0.1937  0              0  0              0  0              0  1         0.0661  ld-2.5.so                ld-2.5.so                _dl_determine_tlsoffset
0              0  1         0.0575  0              0  2         0.1291  0              0  0              0  0              0  1         0.0661  ld-2.5.so                ld-2.5.so                _dl_fixup
0              0  1         0.0575  0              0  0              0  1         0.4505  1         0.0576  0              0  2         0.1321  ld-2.5.so                ld-2.5.so                _dl_important_hwcaps
0              0  1         0.0575  0              0  0              0  0              0  0              0  0              0  1         0.0661  ld-2.5.so                ld-2.5.so                _dl_init_internal
0              0  0              0  0              0  1         0.0646  0              0  0              0  0              0  1         0.0661  ld-2.5.so                ld-2.5.so                _dl_init_paths
0              0  2         0.1150  0              0  4         0.2582  0              0  3         0.1729  0              0  4         0.2642  ld-2.5.so                ld-2.5.so                _dl_load_cache_lookup
0              0  2         0.1150  0              0  1         0.0646  0              0  0              0  0              0  4         0.2642  ld-2.5.so                ld-2.5.so                _dl_lookup_symbol_x
0              0  6         0.3450  0              0  0              0  0              0  2         0.1153  0              0  2         0.1321  ld-2.5.so                ld-2.5.so                _dl_map_object
0              0  8         0.4600  0              0  6         0.3873  0              0  3         0.1729  0              0  4         0.2642  ld-2.5.so                ld-2.5.so                _dl_map_object_deps
0              0  2         0.1150  0              0  11        0.7101  0              0  4         0.2305  0              0  2         0.1321  ld-2.5.so                ld-2.5.so                _dl_map_object_from_fd
0              0  3         0.1725  1         0.0513  2         0.1291  1         0.4505  1         0.0576  0              0  4         0.2642  ld-2.5.so                ld-2.5.so                _dl_new_object
0              0  1         0.0575  0              0  0              0  0              0  0              0  0              0  0              0  ld-2.5.so                ld-2.5.so                _dl_next_ld_env_entry
0              0  0              0  0              0  1         0.0646  0              0  1         0.0576  0              0  0              0  ld-2.5.so                ld-2.5.so                _dl_next_tls_modid
0              0  2         0.1150  0              0  0              0  0              0  0              0  0              0  4         0.2642  ld-2.5.so                ld-2.5.so                _dl_relocate_object
0              0  0              0  0              0  2         0.1291  0              0  1         0.0576  0              0  0              0  ld-2.5.so                ld-2.5.so                _dl_resolve_conflicts
0              0  1         0.0575  0              0  0              0  2         0.9009  0              0  0              0  0              0  ld-2.5.so                ld-2.5.so                _dl_runtime_resolve
0              0  2         0.1150  0              0  3         0.1937  0              0  3         0.1729  0              0  2         0.1321  ld-2.5.so                ld-2.5.so                _dl_sort_fini
0              0  0              0  0             &nb