Hi, I realized I have forgotten to patch builtin-inject.c to repipe mmap2 records. Will resubmit V3.
On Thu, Aug 22, 2013 at 12:51 PM, Peter Zijlstra <pet...@infradead.org> wrote: > On Wed, Aug 21, 2013 at 12:10:25PM +0200, Stephane Eranian wrote: >> 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 <eran...@google.com> > > Acme, ACK? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/