Searched refs:usdt_cookie (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/tools/lib/bpf/ |
H A D | usdt.c | 219 __u64 usdt_cookie; member 576 static int parse_usdt_spec(struct usdt_spec *spec, const struct usdt_note *note, __u64 usdt_cookie); 579 const char *usdt_provider, const char *usdt_name, __u64 usdt_cookie, in collect_usdt_targets() argument 785 err = parse_usdt_spec(&target->spec, ¬e, usdt_cookie); in collect_usdt_targets() 958 __u64 usdt_cookie) in usdt_manager_attach_usdt() argument 991 usdt_cookie, &targets, &target_cnt); in usdt_manager_attach_usdt() 1190 static int parse_usdt_spec(struct usdt_spec *spec, const struct usdt_note *note, __u64 usdt_cookie) in parse_usdt_spec() argument 1196 spec->usdt_cookie = usdt_cookie; in parse_usdt_spec()
|
H A D | usdt.bpf.h | 59 __u64 usdt_cookie; member 212 return spec->usdt_cookie; in bpf_usdt_cookie()
|
H A D | libbpf.h | 699 __u64 usdt_cookie; member 702 #define bpf_usdt_opts__last_field usdt_cookie
|
H A D | libbpf_internal.h | 587 __u64 usdt_cookie);
|
H A D | libbpf.c | 11579 __u64 usdt_cookie; in bpf_program__attach_usdt() local 11615 usdt_cookie = OPTS_GET(opts, usdt_cookie, 0); in bpf_program__attach_usdt() 11617 usdt_provider, usdt_name, usdt_cookie); in bpf_program__attach_usdt()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | usdt.c | 62 opts.usdt_cookie = 0xcafedeadbeeffeed; in subtest_basic_usdt() 130 opts.usdt_cookie = 0xBADC00C51E; in subtest_basic_usdt()
|