Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/libbpf-rs/tests/bin/src/
Dtracepoint.bpf.c39 *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()
Duprobe.bpf.c40 *value = bpf_get_attach_cookie(ctx); in handle__uprobe_with_cookie()
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_bpf_cookie.c28 *res |= bpf_get_attach_cookie(ctx); in update()
Dkprobe_multi.c44 __u64 cookie = test_cookie ? bpf_get_attach_cookie(ctx) : 0; in kprobe_multi_check()
/external/libbpf/src/
Dusdt.bpf.h90 return bpf_get_attach_cookie(ctx); in __bpf_usdt_spec_id()
Dbpf_helper_defs.h4105 static __u64 (* const bpf_get_attach_cookie)(void *ctx) = (void *) 174; variable