Searched refs:SEC (Results 51 - 75 of 729) sorted by last modified time

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dstrobemeta.h216 } samples SEC(".maps");
223 } stacks_0 SEC(".maps");
230 } stacks_1 SEC(".maps");
237 } sample_heap SEC(".maps");
244 } strobemeta_cfgs SEC(".maps");
597 SEC("raw_tracepoint/kfree_skb")
635 char _license[] SEC("license") = "GPL";
H A Dstruct_ops_autocreate.c7 char _license[] SEC("license") = "GPL";
11 SEC("struct_ops/test_1")
18 SEC("struct_ops/test_1")
33 SEC(".struct_ops.link")
38 SEC(".struct_ops.link")
44 SEC("?.struct_ops")
49 SEC("?.struct_ops.link")
H A Dsock_iter_batch.c23 SEC("iter/tcp")
61 SEC("iter/udp")
91 char _license[] SEC("license") = "GPL";
H A Dpyperf.h127 } pidmap SEC(".maps");
134 } eventmap SEC(".maps");
141 } symbolmap SEC(".maps");
148 } statsmap SEC(".maps");
155 } perfmap SEC(".maps");
162 } stackmap SEC(".maps");
346 SEC("raw_tracepoint/kfree_skb")
358 char _license[] SEC("license") = "GPL";
H A Drcu_read_lock.c10 char _license[] SEC("license") = "GPL";
17 } map_a SEC(".maps");
29 SEC("?fentry.s/" SYS_PREFIX "sys_getpgid")
50 SEC("?fentry.s/" SYS_PREFIX "sys_getpgid")
79 SEC("?fentry.s/" SYS_PREFIX "sys_nanosleep")
91 SEC("?fentry.s/" SYS_PREFIX "sys_nanosleep")
110 SEC("?fentry/" SYS_PREFIX "sys_getpgid")
126 SEC("?fentry/" SYS_PREFIX "sys_getpgid")
145 SEC("?fentry.s/" SYS_PREFIX "sys_nanosleep")
173 SEC("
[all...]
H A Dsk_storage_omem_uncharge.c20 } sk_storage SEC(".maps");
22 SEC("fexit/bpf_local_storage_destroy")
41 SEC("fentry/inet6_sock_destruct")
59 char _license[] SEC("license") = "GPL";
H A Dsendmsg_unix_prog.c13 SEC("cgroup/sendmsg_unix")
39 char _license[] SEC("license") = "GPL";
H A Drecvmsg_unix_prog.c13 SEC("cgroup/recvmsg_unix")
38 char _license[] SEC("license") = "GPL";
H A Dprofiler.inc.h86 } data_heap SEC(".maps");
92 } events SEC(".maps");
99 } var_tpid_to_data SEC(".maps");
106 } bpf_func_stats SEC(".maps");
113 } allowed_devices SEC(".maps");
120 } allowed_file_inodes SEC(".maps");
127 } allowed_directory_inodes SEC(".maps");
134 } disallowed_exec_inodes SEC(".maps");
549 SEC("kprobe/proc_sys_write")
601 SEC("tracepoin
[all...]
H A Dpriv_prog.c7 char _license[] SEC("license") = "GPL";
9 SEC("kprobe")
H A Dmap_ptr_kern.c104 } m_hash SEC(".maps");
145 } m_array SEC(".maps");
177 } m_prog_array SEC(".maps");
194 } m_perf_event_array SEC(".maps");
211 } m_percpu_hash SEC(".maps");
228 } m_percpu_array SEC(".maps");
249 } m_stack_trace SEC(".maps");
268 } m_cgroup_array SEC(".maps");
285 } m_lru_hash SEC(".maps");
302 } m_lru_percpu_hash SEC("
[all...]
H A Dpriv_map.c7 char _license[] SEC("license") = "GPL";
13 } priv_map SEC(".maps");
H A Dloop4.c8 char _license[] SEC("license") = "GPL";
10 SEC("socket")
H A Dgetsockname_unix_prog.c13 SEC("cgroup/getsockname_unix")
38 char _license[] SEC("license") = "GPL";
H A Diters.c16 int small_arr[16] SEC(".data.small_arr");
23 } amap SEC(".maps");
31 SEC("?raw_tp")
51 SEC("?raw_tp")
93 SEC("raw_tp")
111 SEC("raw_tp")
129 SEC("raw_tp")
147 SEC("raw_tp")
162 SEC("raw_tp")
177 SEC("raw_t
[all...]
H A Dkptr_xchg_inline.c9 char _license[] SEC("license") = "GPL";
15 #define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
18 SEC("tc")
H A Dcpumask_common.h12 #define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
24 } __cpumask_map SEC(".maps");
H A Dgetpeername_unix_prog.c13 SEC("cgroup/getpeername_unix")
38 char _license[] SEC("license") = "GPL";
H A Dconnect_unix_prog.c13 SEC("cgroup/connect_unix")
39 char _license[] SEC("license") = "GPL";
H A Dcgrp_ls_recursion.c8 char _license[] SEC("license") = "GPL";
15 } map_a SEC(".maps");
22 } map_b SEC(".maps");
43 SEC("fentry/bpf_local_storage_update")
76 SEC("tp_btf/sys_enter")
H A Dbad_struct_ops.c8 char _license[] SEC("license") = "GPL";
10 SEC("struct_ops/test_1")
13 SEC("struct_ops/test_2")
16 SEC(".struct_ops.link")
22 SEC(".struct_ops.link")
H A Dbad_struct_ops2.c6 char _license[] SEC("license") = "GPL";
13 SEC("struct_ops/foo")
H A Dasync_stack_depth.c16 } hmap SEC(".maps");
32 SEC("tc")
47 SEC("tc")
61 char _license[] SEC("license") = "GPL";
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dfill_link_info.c378 #define SEC(name) __attribute__((section(name), used)) macro
380 static short uprobe_link_info_sema_1 SEC(".probes");
381 static short uprobe_link_info_sema_2 SEC(".probes");
382 static short uprobe_link_info_sema_3 SEC(".probes");
/linux-master/tools/lib/bpf/
H A Dbpf_helpers.h23 * To allow use of SEC() with externs (e.g., for extern .maps declarations),
33 #define SEC(name) __attribute__((section(name), used)) macro
37 #define SEC(name) \ macro

Completed in 230 milliseconds

1234567891011>>