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

2020-09-13 Thread Song Liu
On Sun, Sep 13, 2020 at 2:05 PM Jiri Olsa 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 f

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

2020-09-13 Thread Jiri Olsa
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