Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dlibbpf.h205 int bpf_map__fd(struct bpf_map *map);
Dlibbpf.c1376 int bpf_map__fd(struct bpf_map *map) in bpf_map__fd() function
/tools/perf/util/
Dbpf-loader.c1325 map_fd = bpf_map__fd(map); in bpf_map_config_foreach_key()