Re: [PATCH v3 perf,bpf 00/11] perf annotation of BPF programs

2019-02-17 Thread Jiri Olsa
On Sun, Feb 17, 2019 at 10:57:44PM +0100, Jiri Olsa wrote: > On Fri, Feb 15, 2019 at 01:53:43PM -0800, Song Liu wrote: > > Changes v2 to v3: > > 1. Remove unnecessary include in header files; > > 2. Improved error handling; > > 3. Better naming of functions, variables, etc.; > > 4. Enable bpf event

Re: [PATCH v3 perf,bpf 00/11] perf annotation of BPF programs

2019-02-17 Thread Jiri Olsa
On Fri, Feb 15, 2019 at 01:53:43PM -0800, Song Liu wrote: > Changes v2 to v3: > 1. Remove unnecessary include in header files; > 2. Improved error handling; > 3. Better naming of functions, variables, etc.; > 4. Enable bpf events by default for perf-top. > > Changes v1 to v2: > 1. Fix compilation