mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
bpf: clarify description for CONFIG_BPF_EVENTS
PERF_EVENT_IOC_SET_BPF supports uprobes since v4.3, and tracepoints since v4.7 via commit04a22fae4c
("tracing, perf: Implement BPF programs attached to uprobes"), and commit98b5c2c65c
("perf, bpf: allow bpf programs attach to tracepoints") respectively. Signed-off-by: Peter Wu <peter@lekensteyn.nl> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
This commit is contained in:
parent
fdf3703766
commit
5cbd22c179
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user