Searched refs:SEC (Results 1 - 25 of 729) sorted by last modified time

1234567891011>>

/linux-master/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c28 } stacks SEC(".maps");
36 } tstamp SEC(".maps");
44 } tstamp_cpu SEC(".maps");
52 } lock_stat SEC(".maps");
59 } task_data SEC(".maps");
66 } lock_syms SEC(".maps");
73 } cpu_filter SEC(".maps");
80 } task_filter SEC(".maps");
87 } type_filter SEC(".maps");
94 } addr_filter SEC("
[all...]
H A Daugmented_raw_syscalls.bpf.c31 } __augmented_syscalls__ SEC(".maps");
43 } syscalls_sys_enter SEC(".maps");
55 } syscalls_sys_exit SEC(".maps");
80 } pids_filtered SEC(".maps");
125 } augmented_args_tmp SEC(".maps");
167 SEC("tp/raw_syscalls/sys_enter")
174 * These will be tail_called from SEC("raw_syscalls:sys_enter"), so will find in
179 SEC("tp/syscalls/sys_enter_connect")
198 SEC("tp/syscalls/sys_enter_sendto")
216 SEC("t
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_arena.c20 } arena SEC(".maps");
22 SEC("syscall")
61 SEC("syscall")
103 SEC("syscall")
116 SEC("iter.s/bpf_map")
128 SEC("iter.s/bpf_map")
138 SEC("iter.s/bpf_map")
150 char _license[] SEC("license") = "GPL";
H A Dverifier_arena_large.c17 } arena SEC(".maps");
19 SEC("syscall")
68 char _license[] SEC("license") = "GPL";
H A Darena_list.c18 } arena SEC(".maps");
38 long arena_sum SEC(".addr_space.1");
39 int test_val SEC(".addr_space.1");
44 SEC("syscall")
66 SEC("syscall")
87 char _license[] SEC("license") = "GPL";
H A Darena_htab.c13 } arena SEC(".maps");
22 SEC("syscall")
48 char _license[] SEC("license") = "GPL";
H A Dxdping_kern.c26 } ping_map SEC(".maps");
90 SEC("xdp")
153 SEC("xdp")
183 char _license[] SEC("license") = "GPL";
H A Dxdp_synproxy_kern.c75 } values SEC(".maps");
82 } allowed_ports SEC(".maps");
821 SEC("xdp")
839 SEC("tc")
865 char _license[] SEC("license") = "GPL";
H A Dverifier_spill_fill.c12 } map_ringbuf SEC(".maps");
14 SEC("socket")
32 SEC("socket")
48 SEC("socket")
85 SEC("socket")
121 SEC("socket")
144 SEC("socket")
159 SEC("socket")
174 SEC("tc")
200 SEC("socke
[all...]
H A Dverifier_spin_lock.c18 } map_spin_lock SEC(".maps");
20 SEC("cgroup/skb")
53 SEC("cgroup/skb")
86 SEC("cgroup/skb")
120 SEC("cgroup/skb")
154 SEC("cgroup/skb")
188 SEC("cgroup/skb")
222 SEC("cgroup/skb")
256 SEC("cgroup/skb")
292 SEC("cgrou
[all...]
H A Dverifier_iterating_callbacks.c10 } map SEC(".maps");
15 } ringbuf SEC(".maps");
44 SEC("?raw_tp")
61 SEC("?raw_tp")
77 SEC("?raw_tp")
96 SEC("?raw_tp")
124 SEC("?raw_tp")
139 SEC("?raw_tp")
154 SEC("?raw_tp")
171 SEC("
[all...]
H A Dverifier_loops1.c8 SEC("xdp")
21 SEC("tracepoint")
34 SEC("tracepoint")
50 SEC("tracepoint")
65 SEC("tracepoint")
78 SEC("socket")
93 SEC("xdp")
107 SEC("tracepoint")
124 SEC("tracepoint")
138 SEC("tracepoin
[all...]
H A Dverifier_direct_packet_access.c8 SEC("tc")
24 SEC("tc")
44 SEC("tc")
79 SEC("socket")
94 SEC("tc")
114 SEC("tc")
136 SEC("tc")
158 SEC("tc")
181 SEC("tc")
205 SEC("t
[all...]
H A Dverifier_global_ptr_args.c27 SEC("?tp_btf/task_newtask")
64 SEC("?kprobe")
73 SEC("?tp_btf/task_newtask")
94 SEC("?kprobe")
118 SEC("?uprobe.s")
136 SEC("?uprobe.s")
154 SEC("?tp_btf/task_newtask")
175 SEC("?tp_btf/task_newtask")
182 char _license[] SEC("license") = "GPL";
H A Dverifier_global_subprogs.c40 SEC("?raw_tp")
56 SEC("?raw_tp")
80 SEC("?raw_tp")
89 SEC("?raw_tp")
108 SEC("?raw_tp")
127 SEC("?tracepoint")
137 SEC("?tracepoint")
154 SEC("?raw_tp")
181 SEC("?raw_tp")
188 SEC("
[all...]
H A Dtest_xdp_noinline.c173 } vip_map SEC(".maps");
181 } lru_cache SEC(".maps");
188 } ch_rings SEC(".maps");
195 } reals SEC(".maps");
202 } stats SEC(".maps");
209 } ctl_array SEC(".maps");
758 SEC("xdp")
777 SEC("xdp")
796 char _license[] SEC("license") = "GPL";
H A Dtoken_lsm.c8 char _license[] SEC("license") = "GPL";
14 SEC("lsm/bpf_token_capable")
24 SEC("lsm/bpf_token_cmd")
H A Dtracing_failure.c8 char _license[] SEC("license") = "GPL";
10 SEC("?fentry/bpf_spin_lock")
16 SEC("?fentry/bpf_spin_unlock")
H A Dtype_cast.c14 } enter_id SEC(".maps");
23 SEC("?xdp")
37 SEC("?tc")
59 SEC("?tp_btf/sys_enter")
70 SEC("?tracepoint/syscalls/sys_enter_nanosleep")
79 char _license[] SEC("license") = "GPL";
H A Dtrigger_bench.c10 char _license[] SEC("license") = "GPL";
14 SEC("tp/syscalls/sys_enter_getpgid")
21 SEC("raw_tp/sys_enter")
29 SEC("kprobe/" SYS_PREFIX "sys_getpgid")
36 SEC("kretprobe/" SYS_PREFIX "sys_getpgid")
43 SEC("kprobe.multi/" SYS_PREFIX "sys_getpgid")
50 SEC("kretprobe.multi/" SYS_PREFIX "sys_getpgid")
57 SEC("fentry/" SYS_PREFIX "sys_getpgid")
64 SEC("fexit/" SYS_PREFIX "sys_getpgid")
71 SEC("fentr
[all...]
H A Dtest_xdp_dynptr.c32 } rxcnt SEC(".maps");
39 } vip2tnl SEC(".maps");
230 SEC("xdp")
256 char _license[] SEC("license") = "GPL";
H A Dtest_xdp_loop.c25 } rxcnt SEC(".maps");
32 } vip2tnl SEC(".maps");
208 SEC("xdp")
230 char _license[] SEC("license") = "GPL";
H A Dtest_xdp.c29 } rxcnt SEC(".maps");
36 } vip2tnl SEC(".maps");
212 SEC("xdp")
234 char _license[] SEC("license") = "GPL";
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_crypto.c14 #define SEC ADF_KERNEL_SEC macro
143 ret = adf_cfg_get_param_value(accel_dev, SEC, ADF_NUM_CY, val);
165 ret = adf_cfg_get_param_value(accel_dev, SEC, key, val);
174 ret = adf_cfg_get_param_value(accel_dev, SEC, key, val);
183 ret = adf_cfg_get_param_value(accel_dev, SEC, key, val);
194 ret = adf_cfg_get_param_value(accel_dev, SEC, key, val);
205 ret = adf_create_ring(accel_dev, SEC, sym_bank, num_msg_sym,
212 ret = adf_create_ring(accel_dev, SEC, asym_bank, num_msg_asym,
219 ret = adf_create_ring(accel_dev, SEC, sym_bank, num_msg_sym,
226 ret = adf_create_ring(accel_dev, SEC, asym_ban
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v9_4.c161 SOC15_REG_FIELD(GDS_EDC_GRBM_CNT, SEC),
714 "Instance[%d]: SubBlock %s, SEC %d\n", i,
736 "Instance[%d]: SubBlock %s, SEC %d\n", i,
758 "Instance[%d]: SubBlock %s, SEC %d\n", i,
780 "Instance[%d]: SubBlock %s, SEC %d\n", i,
803 "Instance[%d]: SubBlock %s, SEC %d\n", i,
846 "GFX SubBlock %s, Instance[%d][%d], SEC %d\n",

Completed in 260 milliseconds

1234567891011>>