Home
last modified time | relevance | path

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

/tools/bpf/bpftool/skeleton/
A Dpid_iter.bpf.c24 u64 bpf_cookie; member
63 return BPF_CORE_READ(event, bpf_cookie); in get_bpf_cookie()
113 e.bpf_cookie = get_bpf_cookie(link); in iter()
A Dpid_iter.h9 __u64 bpf_cookie; member
/tools/testing/selftests/bpf/prog_tests/
A 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 …]
A Dfill_link_info.c161 .bpf_cookie = PERF_EVENT_COOKIE, in test_kprobe_fill_link_info()
191 .bpf_cookie = PERF_EVENT_COOKIE, in test_tp_fill_link_info()
209 .bpf_cookie = PERF_EVENT_COOKIE, in test_event_fill_link_info()
244 .bpf_cookie = PERF_EVENT_COOKIE, in test_uprobe_fill_link_info()
/tools/bpf/bpftool/
A Dpids.c84 refs->bpf_cookie = e->bpf_cookie; in add_ref()
218 jsonw_lluint_field(json_writer, "bpf_cookie", refs->bpf_cookie); in emit_obj_refs_json()
250 printf("\n\tbpf_cookie %llu", (unsigned long long) refs->bpf_cookie); in emit_obj_refs_plain()
A Dmain.h110 __u64 bpf_cookie; member
/tools/lib/bpf/
A Dlibbpf.h499 __u64 bpf_cookie; member
536 __u64 bpf_cookie; member
639 __u64 bpf_cookie; member
689 __u64 bpf_cookie; member
781 __u64 bpf_cookie; member
783 #define bpf_tracepoint_opts__last_field bpf_cookie
A Dbpf.h404 __u64 bpf_cookie; member
A Dbpf.c765 attr.link_create.perf_event.bpf_cookie = OPTS_GET(opts, perf_event.bpf_cookie, 0); in bpf_link_create()
A Dlibbpf.c10940 .perf_event.bpf_cookie = OPTS_GET(opts, bpf_cookie, 0)); in bpf_program__attach_perf_event_opts()
10951 if (OPTS_GET(opts, bpf_cookie, 0)) { in bpf_program__attach_perf_event_opts()
11323 pe_opts.bpf_cookie = OPTS_GET(opts, bpf_cookie, 0); in bpf_program__attach_kprobe_opts()
11433 kprobe_opts.bpf_cookie = OPTS_GET(opts, bpf_cookie, 0); in bpf_program__attach_ksyscall()
12258 pe_opts.bpf_cookie = OPTS_GET(opts, bpf_cookie, 0); in bpf_program__attach_uprobe_opts()
12592 pe_opts.bpf_cookie = OPTS_GET(opts, bpf_cookie, 0); in bpf_program__attach_tracepoint_opts()
A Dusdt.c1076 opts.bpf_cookie = man->has_bpf_cookie ? spec_id : 0; in usdt_manager_attach_usdt()
/tools/include/uapi/linux/
A Dbpf.h1768 __u64 bpf_cookie; member

Completed in 57 milliseconds