Commit 5cbd22c1 authored by Peter Wu's avatar Peter Wu Committed by Alexei Starovoitov

bpf: clarify description for CONFIG_BPF_EVENTS

PERF_EVENT_IOC_SET_BPF supports uprobes since v4.3, and tracepoints
since v4.7 via commit 04a22fae ("tracing, perf: Implement BPF
programs attached to uprobes"), and commit 98b5c2c6 ("perf, bpf:
allow bpf programs attach to tracepoints") respectively.
Signed-off-by: default avatarPeter Wu <peter@lekensteyn.nl>
Signed-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
parent fdf37037
...@@ -520,7 +520,8 @@ config BPF_EVENTS ...@@ -520,7 +520,8 @@ config BPF_EVENTS
bool bool
default y default y
help 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 config DYNAMIC_EVENTS
def_bool n def_bool n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment