Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dstackmap.c50 static inline bool stack_map_use_build_id(struct bpf_map *map) in stack_map_use_build_id() function
57 return stack_map_use_build_id(map) ? in stack_map_data_size()
393 if (stack_map_use_build_id(map)) { in BPF_CALL_3()