Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/
DDENYLIST.aarch641 bpf_cookie/multi_kprobe_attach_api # kprobe_multi_link_api_subtest:FAIL:fentry_raw_sk…
2 bpf_cookie/multi_kprobe_link_api # kprobe_multi_link_api_subtest:FAIL:fentry_raw_sk…
DDENYLIST.s390x4 bpf_cookie # failed to open_and_load program: -524 (trampoline)
/tools/testing/selftests/bpf/prog_tests/
Dbpf_cookie.c29 opts.bpf_cookie = 0x1; in kprobe_subtest()
36 opts.bpf_cookie = 0x2; in kprobe_subtest()
44 opts.bpf_cookie = 0x10; in kprobe_subtest()
51 opts.bpf_cookie = 0x20; in kprobe_subtest()
330 opts.bpf_cookie = 0x100; in uprobe_subtest()
337 opts.bpf_cookie = 0x200; in uprobe_subtest()
345 opts.bpf_cookie = 0x1000; in uprobe_subtest()
352 opts.bpf_cookie = 0x2000; in uprobe_subtest()
378 opts.bpf_cookie = 0x10000; in tp_subtest()
385 opts.bpf_cookie = 0x20000; in tp_subtest()
[all …]
/tools/bpf/bpftool/skeleton/
Dpid_iter.bpf.c24 u64 bpf_cookie; member
62 return BPF_CORE_READ(event, bpf_cookie); in get_bpf_cookie()
108 e.bpf_cookie = get_bpf_cookie(link); in iter()
Dpid_iter.h9 __u64 bpf_cookie; member
/tools/bpf/bpftool/
Dpids.c82 refs->bpf_cookie = e->bpf_cookie; in add_ref()
211 jsonw_lluint_field(json_writer, "bpf_cookie", refs->bpf_cookie); in emit_obj_refs_json()
243 printf("\n\tbpf_cookie %llu", (unsigned long long) refs->bpf_cookie); in emit_obj_refs_plain()
Dmain.h109 __u64 bpf_cookie; member
/tools/lib/bpf/
Dlibbpf.h456 __u64 bpf_cookie; member
491 __u64 bpf_cookie; member
588 __u64 bpf_cookie; member
638 __u64 bpf_cookie; member
730 __u64 bpf_cookie; member
732 #define bpf_tracepoint_opts__last_field bpf_cookie
Dbpf.h386 __u64 bpf_cookie; member
Dbpf.c757 attr.link_create.perf_event.bpf_cookie = OPTS_GET(opts, perf_event.bpf_cookie, 0); in bpf_link_create()
Dlibbpf.c10141 .perf_event.bpf_cookie = OPTS_GET(opts, bpf_cookie, 0)); in bpf_program__attach_perf_event_opts()
10153 if (OPTS_GET(opts, bpf_cookie, 0)) { in bpf_program__attach_perf_event_opts()
10528 pe_opts.bpf_cookie = OPTS_GET(opts, bpf_cookie, 0); in bpf_program__attach_kprobe_opts()
10638 kprobe_opts.bpf_cookie = OPTS_GET(opts, bpf_cookie, 0); in bpf_program__attach_ksyscall()
11388 pe_opts.bpf_cookie = OPTS_GET(opts, bpf_cookie, 0); in bpf_program__attach_uprobe_opts()
11713 pe_opts.bpf_cookie = OPTS_GET(opts, bpf_cookie, 0); in bpf_program__attach_tracepoint_opts()
Dusdt.c1074 opts.bpf_cookie = man->has_bpf_cookie ? spec_id : 0; in usdt_manager_attach_usdt()
/tools/include/uapi/linux/
Dbpf.h1624 __u64 bpf_cookie; member