Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h9815 struct bpf_map { struct
9816 const struct bpf_map_ops *ops; argument
9817 struct bpf_map *inner_map_meta; argument
9819 enum bpf_map_type map_type; argument
9820 u32 key_size;
9821 u32 value_size;
9822 u32 max_entries;
9823 u64 map_extra;
9824 u32 map_flags;
9825 int spin_lock_off;
[all …]