Re: [PATCH net-next v4 0/2] bpf: add support for sys_{enter|exit}_* tracepoints

2017-08-07 Thread David Miller
From: Yonghong Song Date: Fri, 4 Aug 2017 16:00:08 -0700 > Currently, bpf programs cannot be attached to sys_enter_* and sys_exit_* > style tracepoints. The main reason is that syscalls/sys_enter_* and > syscalls/sys_exit_* > tracepoints are treated differently from other tracepoints and there >

[PATCH net-next v4 0/2] bpf: add support for sys_{enter|exit}_* tracepoints

2017-08-04 Thread Yonghong Song
Currently, bpf programs cannot be attached to sys_enter_* and sys_exit_* style tracepoints. The main reason is that syscalls/sys_enter_* and syscalls/sys_exit_* tracepoints are treated differently from other tracepoints and there is no bpf hook to it. This patch set adds bpf support for these sys