Searched refs:bpf_cookie (Results 1 – 6 of 6) sorted by relevance
/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_cookie.c | 18 opts.bpf_cookie = 0x1; in kprobe_subtest() 25 opts.bpf_cookie = 0x2; in kprobe_subtest() 33 opts.bpf_cookie = 0x10; in kprobe_subtest() 40 opts.bpf_cookie = 0x20; in kprobe_subtest() 72 opts.bpf_cookie = 0x100; in uprobe_subtest() 79 opts.bpf_cookie = 0x200; in uprobe_subtest() 87 opts.bpf_cookie = 0x1000; in uprobe_subtest() 94 opts.bpf_cookie = 0x2000; in uprobe_subtest() 120 opts.bpf_cookie = 0x10000; in tp_subtest() 127 opts.bpf_cookie = 0x20000; in tp_subtest() [all …]
|
/tools/lib/bpf/ |
D | libbpf.h | 252 __u64 bpf_cookie; member 254 #define bpf_perf_event_opts__last_field bpf_cookie 267 __u64 bpf_cookie; member 292 __u64 bpf_cookie; member 312 __u64 bpf_cookie; member 314 #define bpf_tracepoint_opts__last_field bpf_cookie
|
D | bpf.h | 182 __u64 bpf_cookie; member
|
D | bpf.c | 714 attr.link_create.perf_event.bpf_cookie = OPTS_GET(opts, perf_event.bpf_cookie, 0); in bpf_link_create()
|
D | libbpf.c | 9076 .perf_event.bpf_cookie = OPTS_GET(opts, bpf_cookie, 0)); in bpf_program__attach_perf_event_opts() 9088 if (OPTS_GET(opts, bpf_cookie, 0)) { in bpf_program__attach_perf_event_opts() 9254 pe_opts.bpf_cookie = OPTS_GET(opts, bpf_cookie, 0); in bpf_program__attach_kprobe_opts() 9336 pe_opts.bpf_cookie = OPTS_GET(opts, bpf_cookie, 0); in bpf_program__attach_uprobe_opts() 9433 pe_opts.bpf_cookie = OPTS_GET(opts, bpf_cookie, 0); in bpf_program__attach_tracepoint_opts()
|
/tools/include/uapi/linux/ |
D | bpf.h | 1456 __u64 bpf_cookie; member
|