Home
last modified time | relevance | path

Searched refs:kprobe_write_ctx (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dkprobe_multi_test.c586 struct kprobe_write_ctx *skel = NULL; in test_attach_write_ctx()
/linux/kernel/trace/
H A Dbpf_trace.c1359 prog->aux->kprobe_write_ctx = true; in kprobe_prog_is_valid_access()
2756 if (prog->aux->kprobe_write_ctx) in bpf_kprobe_multi_link_attach()
/linux/include/linux/
H A Dbpf.h1698 bool kprobe_write_ctx; member
/linux/kernel/events/
H A Dcore.c11655 if (prog->aux->kprobe_write_ctx && !is_uprobe) in __perf_event_set_bpf_prog()