/openbmc/linux/tools/include/linux/ |
H A D | btf_ids.h | 93 #define BTF_ID_LIST_SINGLE(name, prefix, typename) \ macro 164 #define BTF_ID_LIST_SINGLE(name, prefix, typename) static u32 __maybe_unused name[1]; macro
|
/openbmc/linux/include/linux/ |
H A D | btf_ids.h | 100 #define BTF_ID_LIST_SINGLE(name, prefix, typename) \ macro 212 #define BTF_ID_LIST_SINGLE(name, prefix, typename) static u32 __maybe_unused name[1]; macro
|
/openbmc/linux/kernel/bpf/ |
H A D | bpf_lsm.c | 127 BTF_ID_LIST_SINGLE(bpf_bprm_opts_set_btf_ids, struct, linux_binprm) 148 BTF_ID_LIST_SINGLE(bpf_ima_inode_hash_btf_ids, struct, inode) 167 BTF_ID_LIST_SINGLE(bpf_ima_file_hash_btf_ids, struct, file)
|
H A D | bpf_inode_storage.c | 217 BTF_ID_LIST_SINGLE(bpf_inode_storage_btf_ids, struct, inode)
|
H A D | bloom_filter.c | 203 BTF_ID_LIST_SINGLE(bpf_bloom_map_btf_ids, struct, bpf_bloom_filter)
|
H A D | queue_stack_maps.c | 268 BTF_ID_LIST_SINGLE(queue_map_btf_ids, struct, bpf_queue_stack)
|
H A D | reuseport_array.c | 342 BTF_ID_LIST_SINGLE(reuseport_array_map_btf_ids, struct, reuseport_array)
|
H A D | ringbuf.c | 354 BTF_ID_LIST_SINGLE(ringbuf_map_btf_ids, struct, bpf_ringbuf_map) 369 BTF_ID_LIST_SINGLE(user_ringbuf_map_btf_ids, struct, bpf_ringbuf_map)
|
H A D | local_storage.c | 455 BTF_ID_LIST_SINGLE(cgroup_storage_map_btf_ids, struct,
|
H A D | lpm_trie.c | 738 BTF_ID_LIST_SINGLE(trie_map_btf_ids, struct, lpm_trie)
|
H A D | cpumap.c | 653 BTF_ID_LIST_SINGLE(cpu_map_btf_ids, struct, bpf_cpu_map)
|
H A D | stackmap.c | 679 BTF_ID_LIST_SINGLE(stack_trace_map_btf_ids, struct, bpf_stack_map)
|
H A D | bpf_struct_ops.c | 716 BTF_ID_LIST_SINGLE(bpf_struct_ops_map_btf_ids, struct, bpf_struct_ops_map)
|
H A D | devmap.c | 1033 BTF_ID_LIST_SINGLE(dev_map_btf_ids, struct, bpf_dtab)
|
H A D | arraymap.c | 749 BTF_ID_LIST_SINGLE(array_map_btf_ids, struct, bpf_array)
|
H A D | hashtab.c | 2257 BTF_ID_LIST_SINGLE(htab_map_btf_ids, struct, bpf_htab)
|
/openbmc/linux/net/xdp/ |
H A D | xskmap.c | 266 BTF_ID_LIST_SINGLE(xsk_map_btf_ids, struct, xsk_map)
|
/openbmc/linux/net/core/ |
H A D | sock_map.c | 815 BTF_ID_LIST_SINGLE(sock_map_btf_ids, struct, bpf_stab) 1427 BTF_ID_LIST_SINGLE(sock_hash_map_btf_ids, struct, bpf_shtab)
|
H A D | filter.c | 3893 BTF_ID_LIST_SINGLE(bpf_xdp_get_buff_len_bpf_ids, struct, xdp_buff) 4612 BTF_ID_LIST_SINGLE(bpf_skb_output_btf_ids, struct, sk_buff) 5024 BTF_ID_LIST_SINGLE(bpf_xdp_output_btf_ids, struct, xdp_buff)
|
/openbmc/linux/kernel/trace/ |
H A D | bpf_trace.c | 490 BTF_ID_LIST_SINGLE(btf_seq_file_ids, struct, seq_file) 962 BTF_ID_LIST_SINGLE(bpf_d_path_btf_ids, struct, path)
|