mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
This patch adds support for the new PERF_RECORD_MMAP2 record type
exposed by the kernel. This is an extended PERF_RECORD_MMAP record.
It adds for each file-backed mapping the device major, minor number and
the inode number and generation.
This triplet uniquely identifies the source of a file-backed mapping. It
can be used to detect identical virtual mappings between processes, for
instance.
The patch will prefer MMAP2 over MMAP.
Signed-off-by: Stephane Eranian <eranian@google.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung.kim@lge.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1377079825-19057-3-git-send-email-eranian@google.com
[ Cope with
|
||
|---|---|---|
| .. | ||
| attr | ||
| attr.c | ||
| attr.py | ||
| bp_signal.c | ||
| bp_signal_overflow.c | ||
| builtin-test.c | ||
| code-reading.c | ||
| dso-data.c | ||
| evsel-roundtrip-name.c | ||
| evsel-tp-sched.c | ||
| hists_link.c | ||
| keep-tracking.c | ||
| make | ||
| mmap-basic.c | ||
| open-syscall-all-cpus.c | ||
| open-syscall-tp-fields.c | ||
| open-syscall.c | ||
| parse-events.c | ||
| parse-no-sample-id-all.c | ||
| perf-record.c | ||
| perf-time-to-tsc.c | ||
| pmu.c | ||
| python-use.c | ||
| rdpmc.c | ||
| sample-parsing.c | ||
| sw-clock.c | ||
| task-exit.c | ||
| tests.h | ||
| vmlinux-kallsyms.c | ||