Searched refs:SEC (Results 251 - 275 of 729) sorted by path

<<11121314151617181920>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dksym_race.c7 SEC("tc")
13 char _license[] SEC("license") = "GPL";
H A Dlinked_funcs1.c66 SEC("?raw_tp/sys_enter")
89 char LICENSE[] SEC("license") = "GPL";
H A Dlinked_funcs2.c66 SEC("?raw_tp/sys_enter")
89 char LICENSE[] SEC("license") = "GPL";
H A Dlinked_list.c280 SEC("tc")
291 SEC("tc")
306 SEC("tc")
312 SEC("tc")
323 SEC("tc")
338 SEC("tc")
349 SEC("tc")
360 SEC("tc")
375 SEC("tc")
381 char _license[] SEC("licens
[all...]
H A Dlinked_list.h35 struct array_map array_map SEC(".maps");
36 struct array_map inner_map SEC(".maps");
44 } map_of_maps SEC(".maps") = {
50 #define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
H A Dlinked_list_fail.c48 SEC("?tc") \
72 SEC("?tc") \
95 SEC("?tc") \
133 SEC("?tc") \
170 SEC("?kprobe/xyz")
177 SEC("?kretprobe/xyz")
184 SEC("?tracepoint/xyz")
191 SEC("?perf_event")
198 SEC("?raw_tp/xyz")
205 SEC("
[all...]
H A Dlinked_maps1.c16 } map1 SEC(".maps");
28 extern map2_t map2 SEC(".maps");
38 } map_weak __weak SEC(".maps");
44 SEC("raw_tp/sys_enter")
59 SEC("raw_tp/sys_exit")
82 char LICENSE[] SEC("license") = "GPL";
H A Dlinked_maps2.c17 } map1 SEC(".maps");
24 } map2 SEC(".maps");
32 } map_weak __weak SEC(".maps");
38 SEC("raw_tp/sys_enter")
53 SEC("raw_tp/sys_exit")
76 char LICENSE[] SEC("license") = "GPL";
H A Dlinked_vars1.c38 SEC("raw_tp/sys_enter")
54 char LICENSE[] SEC("license") = "GPL";
H A Dlinked_vars2.c38 SEC("raw_tp/sys_enter")
55 char LICENSE[] SEC("license") = "GPL";
H A Dload_bytes_relative.c18 } test_result SEC(".maps");
20 SEC("cgroup_skb/egress")
H A Dlocal_kptr_stash.c33 } refcounted_node_stash SEC(".maps");
73 } some_nodes SEC(".maps");
106 SEC("tc")
112 SEC("tc")
134 SEC("tc")
169 SEC("tc")
190 SEC("tc")
207 SEC("tc")
234 SEC("tc")
259 char _license[] SEC("licens
[all...]
H A Dlocal_kptr_stash_fail.c40 } some_nodes SEC(".maps");
42 SEC("tc")
65 SEC("tc")
85 char _license[] SEC("license") = "GPL";
H A Dlocal_storage.c12 char _license[] SEC("license") = "GPL";
31 } inode_storage_map SEC(".maps");
38 } sk_storage_map SEC(".maps");
45 } sk_storage_map2 SEC(".maps");
52 } task_storage_map SEC(".maps");
59 } task_storage_map2 SEC(".maps");
61 SEC("lsm/inode_unlink")
107 SEC("lsm.s/inode_rename")
137 SEC("lsm.s/socket_bind")
182 SEC("ls
[all...]
H A Dlocal_storage_bench.c21 } array_of_local_storage_maps SEC(".maps");
34 } array_of_hash_maps SEC(".maps");
90 SEC("fentry/" SYS_PREFIX "sys_getpgid")
104 char _license[] SEC("license") = "GPL";
H A Dlocal_storage_rcu_tasks_trace_bench.c13 } task_storage SEC(".maps");
22 SEC("fentry/" SYS_PREFIX "sys_getpgid")
42 SEC("fentry/rcu_tasks_trace_pregp_step")
49 SEC("fentry/rcu_tasks_trace_postgp")
67 char _license[] SEC("license") = "GPL";
H A Dloop1.c12 char _license[] SEC("license") = "GPL";
14 SEC("raw_tracepoint/kfree_skb")
H A Dloop2.c12 char _license[] SEC("license") = "GPL";
14 SEC("raw_tracepoint/consume_skb")
H A Dloop3.c12 char _license[] SEC("license") = "GPL";
14 SEC("raw_tracepoint/consume_skb")
H A Dloop4.c8 char _license[] SEC("license") = "GPL";
10 SEC("socket")
H A Dloop5.c6 char _license[] SEC("license") = "GPL";
8 SEC("socket")
H A Dloop6.c10 char _license[] SEC("license") = "GPL";
68 SEC("kprobe/virtqueue_add_sgs")
H A Dlru_bug.c15 } lru_map SEC(".maps");
20 SEC("fentry/bpf_ktime_get_ns")
30 SEC("fentry/do_nanosleep")
49 char _license[] SEC("license") = "GPL";
H A Dlsm.c19 } array SEC(".maps");
26 } hash SEC(".maps");
33 } lru_hash SEC(".maps");
40 } percpu_array SEC(".maps");
47 } percpu_hash SEC(".maps");
54 } lru_percpu_hash SEC(".maps");
61 } inner_map SEC(".maps");
69 } outer_arr SEC(".maps") = {
78 } outer_hash SEC(".maps") = {
82 char _license[] SEC("licens
[all...]
H A Dlsm_cgroup.c8 char _license[] SEC("license") = "GPL";
30 } cgroup_storage SEC(".maps");
84 SEC("lsm_cgroup/socket_post_create")
93 SEC("lsm_cgroup/socket_post_create")
125 SEC("lsm_cgroup/socket_bind")
134 SEC("lsm_cgroup/socket_bind")
143 SEC("lsm_cgroup/sk_alloc_security")
162 SEC("lsm_cgroup/inet_csk_clone")

Completed in 250 milliseconds

<<11121314151617181920>>