| /kernel/linux/linux-5.10/kernel/bpf/ |
| D | core.c | 2253 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak; variable 2254 const struct bpf_func_proto bpf_map_update_elem_proto __weak; variable 2255 const struct bpf_func_proto bpf_map_delete_elem_proto __weak; variable 2256 const struct bpf_func_proto bpf_map_push_elem_proto __weak; variable 2257 const struct bpf_func_proto bpf_map_pop_elem_proto __weak; variable 2258 const struct bpf_func_proto bpf_map_peek_elem_proto __weak; variable 2259 const struct bpf_func_proto bpf_spin_lock_proto __weak; variable 2260 const struct bpf_func_proto bpf_spin_unlock_proto __weak; variable 2261 const struct bpf_func_proto bpf_jiffies64_proto __weak; variable 2263 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak; variable [all …]
|
| D | helpers.c | 656 const struct bpf_func_proto bpf_get_current_task_proto __weak; variable 657 const struct bpf_func_proto bpf_probe_read_user_proto __weak; variable 658 const struct bpf_func_proto bpf_probe_read_user_str_proto __weak; variable 659 const struct bpf_func_proto bpf_probe_read_kernel_proto __weak; variable 660 const struct bpf_func_proto bpf_probe_read_kernel_str_proto __weak; variable
|
| /kernel/linux/linux-4.19/kernel/bpf/ |
| D | core.c | 1822 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak; variable 1823 const struct bpf_func_proto bpf_map_update_elem_proto __weak; variable 1824 const struct bpf_func_proto bpf_map_delete_elem_proto __weak; variable 1826 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak; variable 1827 const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak; variable 1828 const struct bpf_func_proto bpf_get_numa_node_id_proto __weak; variable 1829 const struct bpf_func_proto bpf_ktime_get_ns_proto __weak; variable 1831 const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak; variable 1832 const struct bpf_func_proto bpf_get_current_uid_gid_proto __weak; variable 1833 const struct bpf_func_proto bpf_get_current_comm_proto __weak; variable [all …]
|
| /kernel/linux/linux-5.10/tools/objtool/ |
| D | objtool.h | 15 #define __weak __attribute__((weak)) macro
|
| /kernel/linux/linux-5.10/tools/lib/traceevent/ |
| D | parse-utils.c | 12 #define __weak __attribute__((weak)) macro
|
| /kernel/linux/linux-4.19/tools/lib/traceevent/ |
| D | parse-utils.c | 12 #define __weak __attribute__((weak)) macro
|
| /kernel/linux/linux-4.19/tools/include/linux/ |
| D | compiler.h | 66 # define __weak __attribute__((weak)) macro
|
| /kernel/linux/linux-5.10/tools/lib/bpf/ |
| D | bpf_helpers.h | 39 #define __weak __attribute__((weak)) macro
|
| /kernel/linux/linux-5.10/tools/include/linux/ |
| D | compiler.h | 92 # define __weak __attribute__((weak)) macro
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | compiler_attributes.h | 279 #define __weak __attribute__((__weak__)) macro
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | compiler_types.h | 158 #define __weak __attribute__((weak)) macro
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | compiler_types.h | 219 #define __weak __attribute__((weak)) macro
|
| /kernel/linux/linux-5.10/net/core/ |
| D | filter.c | 6902 const struct bpf_func_proto bpf_event_output_data_proto __weak; variable 6903 const struct bpf_func_proto bpf_sk_storage_get_cg_sock_proto __weak; variable 7036 const struct bpf_func_proto bpf_sk_storage_get_proto __weak; variable 7037 const struct bpf_func_proto bpf_sk_storage_delete_proto __weak; variable 7246 const struct bpf_func_proto bpf_sock_map_update_proto __weak; variable 7247 const struct bpf_func_proto bpf_sock_hash_update_proto __weak; variable 7288 const struct bpf_func_proto bpf_msg_redirect_map_proto __weak; variable 7289 const struct bpf_func_proto bpf_msg_redirect_hash_proto __weak; variable 7334 const struct bpf_func_proto bpf_sk_redirect_map_proto __weak; variable 7335 const struct bpf_func_proto bpf_sk_redirect_hash_proto __weak; variable
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | parse-events.c | 1234 #define ADD_CONFIG_TERM(__type, __weak) \ in get_config_terms() argument 1246 #define ADD_CONFIG_TERM_VAL(__type, __name, __val, __weak) \ in get_config_terms() argument 1252 #define ADD_CONFIG_TERM_STR(__type, __val, __weak) \ in get_config_terms() argument
|