Home
last modified time | relevance | path

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

/tools/sched_ext/include/scx/
A Denums.autogen.bpf.h7 const volatile u64 __SCX_OPS_NAME_LEN __weak; variable
10 const volatile u64 __SCX_SLICE_DFL __weak; variable
13 const volatile u64 __SCX_SLICE_INF __weak; variable
16 const volatile u64 __SCX_RQ_ONLINE __weak; variable
25 const volatile u64 __SCX_RQ_BAL_KEEP __weak; variable
49 const volatile u64 __SCX_DSQ_GLOBAL __weak; variable
52 const volatile u64 __SCX_DSQ_LOCAL __weak; variable
82 const volatile u64 __SCX_TASK_NONE __weak; variable
85 const volatile u64 __SCX_TASK_INIT __weak; variable
112 const volatile u64 __SCX_ENQ_HEAD __weak; variable
[all …]
/tools/testing/selftests/bpf/progs/
A Dlinked_vars1.c17 int input_bss_weak __weak; variable
19 int input_data_weak __weak = 10; variable
20 const volatile int input_rodata_weak __weak = 100; variable
A Dlinked_vars2.c17 int input_bss_weak __weak; variable
19 int input_data_weak __weak = 20; variable
20 const volatile int input_rodata_weak __weak = 200; variable
A Dlinked_funcs1.c11 const volatile __u32 my_tid __weak; variable
12 long syscall_id __weak; variable
A Dlinked_funcs2.c11 const volatile int my_tid __weak; variable
12 long syscall_id __weak; variable
/tools/objtool/include/objtool/
A Dobjtool.h15 #define __weak __attribute__((weak)) macro
/tools/include/linux/
A Dcompiler.h142 # define __weak __attribute__((weak)) macro
/tools/testing/selftests/bpf/
A Dtrace_helpers.c250 int env_verbosity __weak = 0; variable
/tools/perf/util/
A Dparse-events.c1198 #define ADD_CONFIG_TERM(__type, __weak) \ in get_config_terms() argument
1210 #define ADD_CONFIG_TERM_VAL(__type, __name, __val, __weak) \ in get_config_terms() argument
1216 #define ADD_CONFIG_TERM_STR(__type, __val, __weak) \ in get_config_terms() argument
/tools/lib/bpf/
A Dbpf_helpers.h61 #define __weak __attribute__((weak)) macro

Completed in 34 milliseconds