Home
last modified time | relevance | path

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

/tools/bpf/bpftool/skeleton/
A Dpid_iter.h10 bool has_bpf_cookie; member
A Dpid_iter.bpf.c112 e.has_bpf_cookie = true; in iter()
/tools/bpf/bpftool/
A Dpids.c83 refs->has_bpf_cookie = e->has_bpf_cookie; in add_ref()
217 if (refs->has_bpf_cookie) in emit_obj_refs_json()
249 if (refs->has_bpf_cookie) in emit_obj_refs_plain()
A Dmain.h108 bool has_bpf_cookie; member
/tools/lib/bpf/
A Dusdt.c252 bool has_bpf_cookie; member
281 man->has_bpf_cookie = kernel_supports(obj, FEAT_BPF_COOKIE); in usdt_manager_new()
689 if (ehdr.e_type == ET_DYN && !man->has_bpf_cookie) { in collect_usdt_targets()
841 if (!man->has_bpf_cookie) { in bpf_link_usdt_detach()
1056 if (!man->has_bpf_cookie && in usdt_manager_attach_usdt()
1076 opts.bpf_cookie = man->has_bpf_cookie ? spec_id : 0; in usdt_manager_attach_usdt()

Completed in 9 milliseconds