Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/src/cc/
H A Dlibbpf.h30 struct bcc_create_map_attr { struct
31 const char *name;
32 enum bpf_map_type map_type;
33 __u32 map_flags;
34 __u32 key_size;
35 __u32 value_size;
36 __u32 max_entries;
37 __u32 numa_node;
38 __u32 btf_fd;
39 __u32 btf_key_type_id;
[all …]
/aosp_15_r20/external/bcc/src/cc/includes/
H A Dlibbpf.h30 struct bcc_create_map_attr { struct
31 const char *name;
32 enum bpf_map_type map_type;
33 __u32 map_flags;
34 __u32 key_size;
35 __u32 value_size;
36 __u32 max_entries;
37 __u32 numa_node;
38 __u32 btf_fd;
39 __u32 btf_key_type_id;
[all …]