Home
last modified time | relevance | path

Searched refs:has_bpf_cookie (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/tools/bpf/bpftool/
Dpids.c81 refs->has_bpf_cookie = e->has_bpf_cookie; in add_ref()
210 if (refs->has_bpf_cookie) in emit_obj_refs_json()
242 if (refs->has_bpf_cookie) in emit_obj_refs_plain()
Dmain.h108 bool has_bpf_cookie; member
/Linux-v6.1/tools/bpf/bpftool/skeleton/
Dpid_iter.h10 bool has_bpf_cookie; member
Dpid_iter.bpf.c91 e.has_bpf_cookie = true; in iter()
/Linux-v6.1/tools/lib/bpf/
Dusdt.c251 bool has_bpf_cookie; member
279 man->has_bpf_cookie = kernel_supports(obj, FEAT_BPF_COOKIE); in usdt_manager_new()
681 if (ehdr.e_type == ET_DYN && !man->has_bpf_cookie) { in collect_usdt_targets()
828 if (!man->has_bpf_cookie) { in bpf_link_usdt_detach()
1042 if (!man->has_bpf_cookie && in usdt_manager_attach_usdt()
1057 opts.bpf_cookie = man->has_bpf_cookie ? spec_id : 0; in usdt_manager_attach_usdt()