Re: [PATCH bpf-next 0/3] samples: bpf: Refactor tracing programs with libbpf

2020-08-24 Thread Alexei Starovoitov
On Sun, Aug 23, 2020 at 05:53:31PM +0900, Daniel T. Lee wrote: > For the problem of increasing fragmentation of the bpf loader programs, > instead of using bpf_loader.o, which is used in samples/bpf, this > patch refactors the existing kprobe, tracepoint tracing programs with > libbbpf bpf loader.

[PATCH bpf-next 0/3] samples: bpf: Refactor tracing programs with libbpf

2020-08-23 Thread Daniel T. Lee
For the problem of increasing fragmentation of the bpf loader programs, instead of using bpf_loader.o, which is used in samples/bpf, this patch refactors the existing kprobe, tracepoint tracing programs with libbbpf bpf loader. - For kprobe events pointing to system calls, the SYSCALL() macro