Re: [PATCH v3 0/2] Introduce perf-stat -b for BPF programs

From: Song Liu
Date: Wed Dec 09 2020 - 18:32:02 EST




> On Dec 9, 2020, at 9:36 AM, Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> wrote:
>
> Em Tue, Dec 08, 2020 at 10:16:44AM -0800, Song Liu escreveu:
>> This set introduces perf-stat -b option to count events for BPF programs.
>> This is similar to bpftool-prog-profile. But perf-stat makes it much more
>> flexible.
>>
>> Changes v2 => v3:
>> 1. Small fixes in Makefile.perf and bpf_counter.c (Jiri)
>> 2. Rebased on top of bpf-next. This is because 1/2 conflicts with some
>> patches in bpftool/Makefile.
>
> Can't you split that up so that I can process the perf part and the
> bpftool goes via the bpf-next tree?

Actually, I can make it conflict-less, so we can route everything together.
I also put the change to bpftool/Makefile in a separate patch in v4.

Thanks,
Song