Searched refs:bpf_get_attach_cookie (Results 1 – 6 of 6) sorted by relevance
39 *value = bpf_get_attach_cookie(ctx); in handle__tracepoint_with_cookie()54 int value = bpf_get_attach_cookie(ctx); in handle__tracepoint_with_cookie_pb()
40 *value = bpf_get_attach_cookie(ctx); in handle__uprobe_with_cookie()
28 *res |= bpf_get_attach_cookie(ctx); in update()
44 __u64 cookie = test_cookie ? bpf_get_attach_cookie(ctx) : 0; in kprobe_multi_check()
90 return bpf_get_attach_cookie(ctx); in __bpf_usdt_spec_id()
4105 static __u64 (* const bpf_get_attach_cookie)(void *ctx) = (void *) 174; variable