Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/trace/
Dbpf_trace.c3171 unsigned long __user *uoffsets; in bpf_uprobe_multi_link_attach() local
3196 uoffsets = u64_to_user_ptr(attr->link_create.uprobe_multi.offsets); in bpf_uprobe_multi_link_attach()
3199 if (!upath || !uoffsets || !cnt) in bpf_uprobe_multi_link_attach()
3255 if (__get_user(uprobes[i].offset, uoffsets + i)) { in bpf_uprobe_multi_link_attach()