Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/tests/
Dbpf-script-example.c17 static void *(*bpf_map_update_elem)(void *map, void *key, void *value, int flags) = variable
Dbpf-script-test-relocation.c17 static void *(*bpf_map_update_elem)(void *map, void *key, void *value, int flags) = variable
/linux-6.1.9/tools/perf/include/bpf/
Dbpf.h45 static int (*bpf_map_update_elem)(struct bpf_map *map, void *key, void *value, u64 flags) = (void *… variable
/linux-6.1.9/tools/lib/bpf/
Dbpf.c381 int bpf_map_update_elem(int fd, const void *key, const void *value, in bpf_map_update_elem() function
/linux-6.1.9/kernel/bpf/
Dhelpers.c49 BPF_CALL_4(bpf_map_update_elem, struct bpf_map *, map, void *, key, in BPF_CALL_4() argument