Re: [PATCH 13/25] perf tools: Store build id from mmap2 events

From: Jiri Olsa
Date: Wed Nov 25 2020 - 09:15:59 EST


On Wed, Nov 25, 2020 at 09:56:31PM +0900, Namhyung Kim wrote:
> On Tue, Nov 24, 2020 at 8:06 AM Jiri Olsa <jolsa@xxxxxxxxxx> wrote:
> >
> > When processing mmap2 event, check on the build id
> > misc bit: PERF_RECORD_MISC_MMAP_BUILD_ID and if it
> > is set, store the build id in mmap's dso object.
> >
> > Also adding the build id data arts to struct
>
> s/arts/args/ ?

right, perhaps also s/arts//

thanks,
jirka

>
> Thanks,
> Namhyung
>
>
> > perf_record_mmap2 event definition.
> >
> > Signed-off-by: Jiri Olsa <jolsa@xxxxxxxxxx>
>