Re: [PATCH 03/15] perf: Add build id data in mmap2 event

2020-12-28 Thread Arnaldo Carvalho de Melo
Em Mon, Dec 14, 2020 at 11:54:45AM +0100, Jiri Olsa escreveu: > Adding support to carry build id data in mmap2 event. > > The build id data replaces maj/min/ino/ino_generation > fields, which are also used to identify map's binary, > so it's ok to replace them with build id data: > > union { >

Re: [PATCH 03/15] perf: Add build id data in mmap2 event

2020-12-25 Thread Jiri Olsa
On Tue, Dec 15, 2020 at 11:01:51PM +0100, Daniel Borkmann wrote: > Hey Arnaldo, > > On 12/15/20 4:52 PM, Arnaldo Carvalho de Melo wrote: > > Em Mon, Dec 14, 2020 at 11:54:45AM +0100, Jiri Olsa escreveu: > > > Adding support to carry build id data in mmap2 event. > > > > > > The build id data repl

Re: [PATCH 03/15] perf: Add build id data in mmap2 event

2020-12-15 Thread Daniel Borkmann
Hey Arnaldo, On 12/15/20 4:52 PM, Arnaldo Carvalho de Melo wrote: Em Mon, Dec 14, 2020 at 11:54:45AM +0100, Jiri Olsa escreveu: Adding support to carry build id data in mmap2 event. The build id data replaces maj/min/ino/ino_generation fields, which are also used to identify map's binary, so i

Re: [PATCH 03/15] perf: Add build id data in mmap2 event

2020-12-15 Thread Arnaldo Carvalho de Melo
Em Mon, Dec 14, 2020 at 11:54:45AM +0100, Jiri Olsa escreveu: > Adding support to carry build id data in mmap2 event. > > The build id data replaces maj/min/ino/ino_generation > fields, which are also used to identify map's binary, > so it's ok to replace them with build id data: > > union { >

[PATCH 03/15] perf: Add build id data in mmap2 event

2020-12-14 Thread Jiri Olsa
Adding support to carry build id data in mmap2 event. The build id data replaces maj/min/ino/ino_generation fields, which are also used to identify map's binary, so it's ok to replace them with build id data: union { struct { u32 maj; u32