diff options
| author | Stephane Eranian <[email protected]> | 2013-01-24 15:10:39 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2013-04-01 15:19:02 +0000 |
| commit | 2fe85427e3bf65d791700d065132772fc26e4d75 (patch) | |
| tree | 8561cc61ebf26c519dec1ea0340e5af295632ebb /tools/perf/builtin-annotate.c | |
| parent | perf/x86: Add support for PEBS Precise Store (diff) | |
| download | kernel-2fe85427e3bf65d791700d065132772fc26e4d75.tar.gz kernel-2fe85427e3bf65d791700d065132772fc26e4d75.zip | |
perf: Add PERF_RECORD_MISC_MMAP_DATA to RECORD_MMAP
Type of mapping was lost and made it hard for a tool
to distinguish code vs. data mmaps. Perf has the ability
to distinguish the two.
Use a bit in the header->misc bitmask to keep track of
the mmap type. If PERF_RECORD_MISC_MMAP_DATA is set then
the mapping is not executable (!VM_EXEC). If not set, then
the mapping is executable.
Signed-off-by: Stephane Eranian <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/builtin-annotate.c')
0 files changed, 0 insertions, 0 deletions
