Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/bpf/bpftool/
A 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()
A Dmain.h107 bool has_bpf_cookie; member
/linux-6.3-rc2/tools/bpf/bpftool/skeleton/
A Dpid_iter.h10 bool has_bpf_cookie; member
A Dpid_iter.bpf.c91 e.has_bpf_cookie = true; in iter()
/linux-6.3-rc2/tools/lib/bpf/
A 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()
1038 if (!man->has_bpf_cookie && in usdt_manager_attach_usdt()
1053 opts.bpf_cookie = man->has_bpf_cookie ? spec_id : 0; in usdt_manager_attach_usdt()

Completed in 10 milliseconds