Searched refs:bpf_cookie (Results 1 – 13 of 13) sorted by relevance
/tools/testing/selftests/bpf/ |
D | DENYLIST.aarch64 | 1 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…
|
D | DENYLIST.s390x | 4 bpf_cookie # failed to open_and_load program: -524 (trampoline)
|
/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_cookie.c | 29 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/ |
D | pid_iter.bpf.c | 24 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()
|
D | pid_iter.h | 9 __u64 bpf_cookie; member
|
/tools/bpf/bpftool/ |
D | pids.c | 82 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()
|
D | main.h | 109 __u64 bpf_cookie; member
|
/tools/lib/bpf/ |
D | libbpf.h | 456 __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
|
D | bpf.h | 386 __u64 bpf_cookie; member
|
D | bpf.c | 757 attr.link_create.perf_event.bpf_cookie = OPTS_GET(opts, perf_event.bpf_cookie, 0); in bpf_link_create()
|
D | libbpf.c | 10141 .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()
|
D | usdt.c | 1074 opts.bpf_cookie = man->has_bpf_cookie ? spec_id : 0; in usdt_manager_attach_usdt()
|
/tools/include/uapi/linux/ |
D | bpf.h | 1624 __u64 bpf_cookie; member
|