Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dkprobe_multi_test.c648 struct kprobe_write_ctx *skel = NULL; in test_attach_write_ctx()
/linux/kernel/trace/
H A Dbpf_trace.c1390 prog->aux->kprobe_write_ctx = true; in kprobe_prog_is_valid_access()
2807 if (prog->aux->kprobe_write_ctx) in bpf_kprobe_multi_link_attach()
/linux/kernel/bpf/
H A Dsyscall.c3806 prog->aux->kprobe_write_ctx != tgt_prog->aux->kprobe_write_ctx) { in bpf_tracing_prog_attach()
/linux/include/linux/
H A Dbpf.h1781 bool kprobe_write_ctx; member
/linux/kernel/events/
H A Dcore.c11762 if (prog->aux->kprobe_write_ctx && !is_uprobe) in __perf_event_set_bpf_prog()