]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
perf: arm64: Record the user-mode PC in the call chain.
authorJed Davis <jld@mozilla.com>
Thu, 20 Jun 2013 03:07:14 +0000 (04:07 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jun 2013 17:38:23 +0000 (10:38 -0700)
commit932f903f53e416b2d812ca5d1c0c6613475622f8
treee4d0ee7c759b16f2afeac87676caf2bc8aea3257
parent178dff24056a048259f8cc72fa47fdfbda5a95ee
perf: arm64: Record the user-mode PC in the call chain.

commit abc41254181e901ef5eda2c884ca6cd88a186b6d upstream.

With this change, we no longer lose the innermost entry in the user-mode
part of the call chain.  See also the x86 port, which includes the ip,
and the corresponding change in arch/arm.

Signed-off-by: Jed Davis <jld@mozilla.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm64/kernel/perf_event.c