/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | resolve_btfids.c | 39 BTF_ID(typedef, S) 40 BTF_ID(typedef, T) 41 BTF_ID(typedef, U) 42 BTF_ID(struct, S) 43 BTF_ID(union, U) 44 BTF_ID(func, func) 49 BTF_ID(typedef, S) in BTF_ID_LIST_GLOBAL() 50 BTF_ID(typedef, T) in BTF_ID_LIST_GLOBAL() 51 BTF_ID(typedef, U) in BTF_ID_LIST_GLOBAL() 52 BTF_ID(struct, S) in BTF_ID_LIST_GLOBAL() [all …]
|
/Linux-v5.10/tools/include/linux/ |
D | btf_ids.h | 47 #define BTF_ID(prefix, name) \ macro 84 BTF_ID(prefix, typename) 147 #define BTF_ID(prefix, name) macro
|
/Linux-v5.10/include/linux/ |
D | btf_ids.h | 47 #define BTF_ID(prefix, name) \ macro 84 BTF_ID(prefix, typename) 147 #define BTF_ID(prefix, name) macro
|
/Linux-v5.10/tools/bpf/resolve_btfids/ |
D | main.c | 68 #define BTF_ID "__BTF_ID__" macro 145 return name && !strncmp(name, BTF_ID, sizeof(BTF_ID) - 1); in is_btf_id() 420 prefix = name + sizeof(BTF_ID) - 1; in symbols_collect()
|
/Linux-v5.10/kernel/bpf/ |
D | bpf_lsm.c | 30 #define LSM_HOOK(RET, DEFAULT, NAME, ...) BTF_ID(func, bpf_lsm_##NAME)
|
D | prog_iter.c | 82 BTF_ID(struct, bpf_prog)
|
D | task_iter.c | 328 BTF_ID(struct, task_struct) 329 BTF_ID(struct, file)
|
D | map_iter.c | 82 BTF_ID(struct, bpf_map)
|
D | verifier.c | 11472 BTF_ID(func, bpf_lsm_bprm_committed_creds) in BTF_ID() function 11490 BTF_ID(func, __add_to_page_cache_locked) in BTF_ID() function 11491 BTF_ID(func, should_fail_alloc_page) in BTF_ID() 11492 BTF_ID(func, should_failslab) in BTF_ID()
|
D | btf.c | 4341 BTF_ID(struct, bpf_ctx_convert) in BTF_ID() function
|
/Linux-v5.10/tools/bpf/bpftool/Documentation/ |
D | bpftool-btf.rst | 22 | **bpftool** **btf** { **show** | **list** } [**id** *BTF_ID*] 26 | *BTF_SRC* := { **id** *BTF_ID* | **prog** *PROG* | **map** *MAP* [{**key** | **value** | **kv** |… 33 **bpftool btf { show | list }** [**id** *BTF_ID*]
|
/Linux-v5.10/kernel/trace/ |
D | bpf_trace.c | 1161 BTF_ID(func, security_file_permission) in BTF_ID() function 1162 BTF_ID(func, security_inode_getattr) in BTF_ID() 1163 BTF_ID(func, security_file_open) in BTF_ID() 1166 BTF_ID(func, security_path_truncate) in BTF_ID() 1168 BTF_ID(func, vfs_truncate) in BTF_ID() 1169 BTF_ID(func, vfs_fallocate) in BTF_ID() 1170 BTF_ID(func, dentry_open) in BTF_ID() 1171 BTF_ID(func, vfs_getattr) in BTF_ID() 1172 BTF_ID(func, filp_close) in BTF_ID()
|
/Linux-v5.10/Documentation/bpf/ |
D | btf.rst | 703 The ``BTF_ID_LIST`` and ``BTF_ID`` macros define unsorted list of BTF ID values, 707 BTF_ID(type1, name1) 708 BTF_ID(type2, name2) 723 BTF_ID(struct, sk_buff) 725 BTF_ID(struct, task_struct) 731 BTF_ID(type1, name1) 732 BTF_ID(type2, name2)
|
/Linux-v5.10/net/netlink/ |
D | af_netlink.c | 2832 BTF_ID(struct, netlink_sock)
|
/Linux-v5.10/net/ipv6/ |
D | route.c | 6430 BTF_ID(struct, fib6_info)
|
/Linux-v5.10/net/core/ |
D | filter.c | 10292 #define BTF_SOCK_TYPE(name, type) BTF_ID(struct, type) in BTF_ID_LIST_GLOBAL()
|