All of lore.kernel.org
 help / color / mirror / Atom feed
* [BUG] arm: perf probe can not get __copy_to_user callchain symbol
@ 2012-11-02  9:25 Jovi Zhang
  0 siblings, 0 replies; only message in thread
From: Jovi Zhang @ 2012-11-02  9:25 UTC (permalink / raw)
  To: LKML

Hi

In ARM, It seems that we cannot get __copy_to_user callchain symbol,
like below output,

I guess it due to function __copy_to_user don't compile with unwind
info, is this right?(not sure)

If the problem is relate with unwind info, is there anybody can make a
patch on this? I'm not familiar with unwind stuff very much.
thanks very much.


#perf record -e probe:__copy_to_user* -g -a ls

# Events: 677  probe:__copy_to_user
#
# Overhead  Command      Shared Object          Symbol
# ........  .......  .................  ..............
#
    93.50%     perf  [kernel.kallsyms]  [k] __copy_to_user
               |
               --- __copy_to_user
                  |
                  |--29.38%-- 0xffffffff
                  |          0xc0b00604
                  |
                  |--21.80%-- (nil)
                  |          |
                  |          |--92.03%-- 0xc0b00604
                  |          |
                  |          |--5.07%-- 0xc0af1bcc
                  |          |
                  |          |--1.45%-- 0xc0ab83b4
                  |          |
                  |          |--0.72%-- 0xc0af5a20
                  |          |
                  |           --0.72%-- 0xc0b0c8b0
                  |
                  |--19.91%-- 0xc0b0c8b0
                  |
                  |--19.91%-- 0xc0af5a20
                  |
                  |--8.53%-- 0xc0b0c658
                   --0.47%-- [...]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-11-02  9:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-02  9:25 [BUG] arm: perf probe can not get __copy_to_user callchain symbol Jovi Zhang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.