Re: [PATCH 01/26] bpf: Move stack_map_get_build_id into lib

From: Song Liu
Date: Mon Sep 14 2020 - 02:10:26 EST


On Sun, Sep 13, 2020 at 2:05 PM Jiri Olsa <jolsa@xxxxxxxxxx> 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 <ast@xxxxxxxxxx>
> Cc: Song Liu <songliubraving@xxxxxx>
> Signed-off-by: Jiri Olsa <jolsa@xxxxxxxxxx>

Acked-by: Song Liu <songliubraving@xxxxxx>