Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dusdt.c961 int i, err, spec_map_fd, ip_map_fd; in usdt_manager_attach_usdt() local
970 spec_map_fd = bpf_map__fd(man->specs_map); in usdt_manager_attach_usdt()
1048 if (is_new && bpf_map_update_elem(spec_map_fd, &spec_id, &target->spec, BPF_ANY)) { in usdt_manager_attach_usdt()