Home
last modified time | relevance | path

Searched refs:SEC (Results 1 – 14 of 14) sorted by relevance

/tools/testing/selftests/bpf/
Dtest_xdp_redirect.c15 int _version SEC("version") = 1;
17 SEC("redirect_to_111")
22 SEC("redirect_to_222")
28 char _license[] SEC("license") = "GPL";
Dsockmap_verdict_prog.c6 int _version SEC("version") = 1;
15 struct bpf_map_def SEC("maps") sock_map_rx = {
22 struct bpf_map_def SEC("maps") sock_map_tx = {
29 struct bpf_map_def SEC("maps") sock_map_break = {
36 SEC("sk_skb2")
68 char _license[] SEC("license") = "GPL";
Dtest_obj_id.c17 int _version SEC("version") = 1;
19 struct bpf_map_def SEC("maps") test_map_id = {
26 SEC("test_obj_id_dummy")
Dsockmap_parse_prog.c6 int _version SEC("version") = 1;
15 SEC("sk_skb1")
38 char _license[] SEC("license") = "GPL";
Dtest_pkt_md_access.c13 int _version SEC("version") = 1;
33 SEC("test1")
Dtest_pkt_access.c21 int _version SEC("version") = 1;
23 SEC("test1")
Dtest_xdp.c23 int _version SEC("version") = 1;
25 struct bpf_map_def SEC("maps") rxcnt = {
32 struct bpf_map_def SEC("maps") vip2tnl = {
213 SEC("xdp_tx_iptunnel")
235 char _license[] SEC("license") = "GPL";
Dtest_tcp_estats.c151 struct bpf_map_def SEC("maps") ev_record_map = {
247 SEC("dummy_tracepoint")
257 char _license[] SEC("license") = "GPL";
258 __u32 _version SEC("version") = 1; /* ignored by tracepoints, required by libbpf.a */
Dtest_l4lb.c24 int _version SEC("version") = 1;
172 struct bpf_map_def SEC("maps") vip_map = {
179 struct bpf_map_def SEC("maps") ch_rings = {
186 struct bpf_map_def SEC("maps") reals = {
193 struct bpf_map_def SEC("maps") stats = {
200 struct bpf_map_def SEC("maps") ctl_array = {
453 SEC("l4lb-demo")
473 char _license[] SEC("license") = "GPL";
Dbpf_helpers.h9 #define SEC(NAME) __attribute__((section(NAME), used)) macro
/tools/perf/tests/
Dbpf-script-test-kbuild.c9 #define SEC(NAME) __attribute__((section(NAME), used)) macro
14 SEC("func=vfs_llseek")
20 char _license[] SEC("license") = "GPL";
21 int _version SEC("version") = LINUX_VERSION_CODE;
Dbpf-script-test-relocation.c26 #define SEC(NAME) __attribute__((section(NAME), used)) macro
27 struct bpf_map_def SEC("maps") my_table = {
36 SEC("func=sys_write")
49 char _license[] SEC("license") = "GPL";
50 int _version SEC("version") = LINUX_VERSION_CODE;
Dbpf-script-example.c26 #define SEC(NAME) __attribute__((section(NAME), used)) macro
27 struct bpf_map_def SEC("maps") flip_table = {
34 SEC("func=SyS_epoll_wait")
47 char _license[] SEC("license") = "GPL";
48 int _version SEC("version") = LINUX_VERSION_CODE;
Dbpf-script-test-prologue.c9 #define SEC(NAME) __attribute__((section(NAME), used)) macro
28 SEC("func=null_lseek file->f_mode offset orig")
45 char _license[] SEC("license") = "GPL";
46 int _version SEC("version") = LINUX_VERSION_CODE;