]> Git Repo - linux.git/commit
perf/core: Add support for PERF_SAMPLE_CODE_PAGE_SIZE
authorStephane Eranian <[email protected]>
Thu, 1 Oct 2020 13:57:49 +0000 (06:57 -0700)
committerPeter Zijlstra <[email protected]>
Thu, 29 Oct 2020 10:00:39 +0000 (11:00 +0100)
commit995f088efebe1eba0282a6ffa12411b37f8990c2
tree9e3185b05657e50aa991790dde6d74ba4dd8ee02
parent4cb6a42e4c4bc1902644eced67563e7405d4588e
perf/core: Add support for PERF_SAMPLE_CODE_PAGE_SIZE

When studying code layout, it is useful to capture the page size of the
sampled code address.

Add a new sample type for code page size.
The new sample type requires collecting the ip. The code page size can
be calculated from the NMI-safe perf_get_page_size().

For large PEBS, it's very unlikely that the mapping is gone for the
earlier PEBS records. Enable the feature for the large PEBS. The worst
case is that page-size '0' is returned.

Signed-off-by: Kan Liang <[email protected]>
Signed-off-by: Stephane Eranian <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
arch/x86/events/perf_event.h
include/linux/perf_event.h
include/uapi/linux/perf_event.h
kernel/events/core.c
This page took 0.054878 seconds and 4 git commands to generate.