Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds