Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dusdt.c255 struct bpf_map *specs_map; member
272 struct bpf_map *specs_map, *ip_to_spec_id_map; in usdt_manager_new()
274 specs_map = bpf_object__find_map_by_name(obj, "__bpf_usdt_specs"); in usdt_manager_new()
276 if (!specs_map || !ip_to_spec_id_map) { in usdt_manager_new()
285 man->specs_map = specs_map; in usdt_manager_new()
985 if (man->next_free_spec_id >= bpf_map__max_entries(man->specs_map)) in usdt_manager_attach_usdt()
1020 spec_map_fd = bpf_map__fd(man->specs_map); in usdt_manager_attach_usdt()
271 struct bpf_map *specs_map, *ip_to_spec_id_map; usdt_manager_new() local