Home
last modified time | relevance | path

Searched defs:bpf_map_lookup_elem (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/tools/perf/tests/
Dbpf-script-example.c15 static void *(*bpf_map_lookup_elem)(void *map, void *key) = variable
Dbpf-script-test-relocation.c15 static void *(*bpf_map_lookup_elem)(void *map, void *key) = variable
/linux-6.1.9/tools/perf/include/bpf/
Dbpf.h46 static void *(*bpf_map_lookup_elem)(struct bpf_map *map, void *key) = (void *)BPF_FUNC_map_lookup_e… variable
/linux-6.1.9/tools/lib/bpf/
Dbpf.c398 int bpf_map_lookup_elem(int fd, const void *key, void *value) in bpf_map_lookup_elem() function
/linux-6.1.9/kernel/bpf/
Dhelpers.c34 BPF_CALL_2(bpf_map_lookup_elem, struct bpf_map *, map, void *, key) in BPF_CALL_2() argument