On Sun, Sep 13, 2020 at 2:05 PM Jiri Olsa <[email protected]> wrote: > > Moving stack_map_get_build_id into lib with > prototype in linux/buildid.h header: > > int build_id_parse(struct vm_area_struct *vma, unsigned char *build_id); > > This function returns build id for given struct vm_area_struct. > There is no functional change to stack_map_get_build_id function. > > Cc: Alexei Starovoitov <[email protected]> > Cc: Song Liu <[email protected]> > Signed-off-by: Jiri Olsa <[email protected]>
Acked-by: Song Liu <[email protected]>

