From: Peter Wu Date: Tue, 20 Aug 2019 23:08:57 +0000 (+0100) Subject: bpf: clarify description for CONFIG_BPF_EVENTS X-Git-Tag: v5.4-rc1~131^2~62^2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cbd22c179012114099fe3996999b54fd2a092c5;p=thirdparty%2Flinux.git bpf: clarify description for CONFIG_BPF_EVENTS PERF_EVENT_IOC_SET_BPF supports uprobes since v4.3, and tracepoints since v4.7 via commit 04a22fae4cbc ("tracing, perf: Implement BPF programs attached to uprobes"), and commit 98b5c2c65c29 ("perf, bpf: allow bpf programs attach to tracepoints") respectively. Signed-off-by: Peter Wu Signed-off-by: Alexei Starovoitov --- diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index 98da8998c25ce..b09d7b1ffffdb 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig @@ -520,7 +520,8 @@ config BPF_EVENTS bool default y help - This allows the user to attach BPF programs to kprobe events. + This allows the user to attach BPF programs to kprobe, uprobe, and + tracepoint events. config DYNAMIC_EVENTS def_bool n