Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/bpf/bpftool/
H 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()
H A Dmain.h107 bool has_bpf_cookie; member
/kernel/linux/linux-6.6/tools/bpf/bpftool/skeleton/
H A Dpid_iter.h10 bool has_bpf_cookie; member
H A Dpid_iter.bpf.c107 e.has_bpf_cookie = true; in iter()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dusdt.c251 bool has_bpf_cookie; member
280 man->has_bpf_cookie = kernel_supports(obj, FEAT_BPF_COOKIE); in usdt_manager_new()
687 if (ehdr.e_type == ET_DYN && !man->has_bpf_cookie) { in collect_usdt_targets()
839 if (!man->has_bpf_cookie) { in bpf_link_usdt_detach()
1054 if (!man->has_bpf_cookie && in usdt_manager_attach_usdt()
1074 opts.bpf_cookie = man->has_bpf_cookie ? spec_id : 0; in usdt_manager_attach_usdt()

Completed in 4 milliseconds