Searched refs:SEC (Results 26 - 50 of 729) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_cgroup_inv_retcode.c8 SEC("cgroup/sock")
19 SEC("cgroup/sock")
31 SEC("cgroup/sock")
43 SEC("cgroup/sock")
54 SEC("cgroup/sock")
65 SEC("cgroup/sock")
76 SEC("cgroup/sock")
89 char _license[] SEC("license") = "GPL";
H A Dfreplace_unreliable_prog.c8 SEC("freplace/btf_unreliable_kprobe")
20 char _license[] SEC("license") = "GPL";
H A Dtest_xdp_with_cpumap_frags_helpers.c13 } cpu_map SEC(".maps");
15 SEC("xdp/cpumap")
21 SEC("xdp.frags/cpumap")
27 char _license[] SEC("license") = "GPL";
H A Dtest_xdp_with_devmap_frags_helpers.c10 } dm_ports SEC(".maps");
12 /* valid program on DEVMAP entry via SEC name;
15 SEC("xdp/devmap")
21 SEC("xdp.frags/devmap")
27 char _license[] SEC("license") = "GPL";
H A Dtest_sockmap_progs_query.c10 } sock_map SEC(".maps");
12 SEC("sk_skb")
18 SEC("sk_msg")
24 char _license[] SEC("license") = "GPL";
H A Dtest_trampoline_count.c6 SEC("fentry/bpf_modify_return_test")
12 SEC("fmod_ret/bpf_modify_return_test")
18 SEC("fexit/bpf_modify_return_test")
24 char _license[] SEC("license") = "GPL";
H A Dverifier_direct_stack_access_wraparound.c8 SEC("socket")
24 SEC("socket")
40 SEC("socket")
56 char _license[] SEC("license") = "GPL";
H A Dverifier_div0.c8 SEC("socket")
22 SEC("socket")
36 SEC("socket")
50 SEC("socket")
64 SEC("socket")
78 SEC("socket")
92 SEC("tc")
107 SEC("tc")
120 SEC("tc")
133 SEC("t
[all...]
H A Dverifier_netfilter_retcode.c7 SEC("netfilter")
18 SEC("netfilter")
29 SEC("netfilter")
40 SEC("netfilter")
H A Dstruct_ops_autocreate2.c7 char _license[] SEC("license") = "GPL";
11 SEC("?struct_ops/test_1")
18 SEC("?struct_ops/test_1")
29 SEC(".struct_ops.link")
H A Dpriv_map.c7 char _license[] SEC("license") = "GPL";
13 } priv_map SEC(".maps");
H A Dtest_custom_sec_handlers.c17 SEC("abc")
24 SEC("abc/whatever")
31 SEC("custom")
38 SEC("custom/something")
45 SEC("kprobe")
52 SEC("xyz/blah")
63 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 Dverifier_sdiv.c13 SEC("socket")
25 SEC("socket")
37 SEC("socket")
49 SEC("socket")
61 SEC("socket")
73 SEC("socket")
85 SEC("socket")
97 SEC("socket")
109 SEC("socket")
122 SEC("socke
[all...]
H A Dxdp_redirect_map.c11 } tx_port SEC(".maps");
13 SEC("redirect_map_0")
19 SEC("redirect_map_1")
25 SEC("redirect_map_2")
31 char _license[] SEC("license") = "GPL";
H A Dtailcall_poke.c6 char _license[] SEC("license") = "GPL";
13 } jmp_table SEC(".maps");
15 SEC("?fentry/bpf_fentry_test1")
22 SEC("fentry/bpf_fentry_test1")
28 SEC("fentry/bpf_fentry_test1")
H A Dtest_overhead.c12 SEC("kprobe/__set_task_comm")
18 SEC("kretprobe/__set_task_comm")
24 SEC("raw_tp/task_rename")
30 SEC("fentry/__set_task_comm")
36 SEC("fexit/__set_task_comm")
42 char _license[] SEC("license") = "GPL";
H A Dtest_xdp_with_cpumap_helpers.c13 } cpu_map SEC(".maps");
15 SEC("xdp")
21 SEC("xdp")
27 SEC("xdp/cpumap")
36 SEC("xdp.frags/cpumap")
42 char _license[] SEC("license") = "GPL";
H A Dtest_attach_probe_manual.c17 SEC("kprobe")
24 SEC("kretprobe")
31 SEC("uprobe")
38 SEC("uretprobe")
45 SEC("uprobe")
53 char _license[] SEC("license") = "GPL";
H A Dverifier_int_ptr.c8 SEC("socket")
37 SEC("socket")
69 SEC("cgroup/sysctl")
100 SEC("cgroup/sysctl")
129 SEC("cgroup/sysctl")
158 char _license[] SEC("license") = "GPL";
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 Dtest_attach_probe.c22 SEC("ksyscall/nanosleep")
29 SEC("kretsyscall/nanosleep")
36 SEC("uprobe")
42 SEC("uretprobe")
48 SEC("uprobe")
56 SEC("uretprobe//proc/self/exe:trigger_func2")
63 SEC("uprobe")
75 SEC("uretprobe")
90 SEC("uprobe.s//proc/self/exe:trigger_func3")
102 SEC("uprob
[all...]
H A Dbpf_iter_test_kern6.c6 char _license[] SEC("license") = "GPL";
10 SEC("iter/bpf_map_elem")
/linux-master/tools/testing/selftests/net/
H A Dxdp_dummy.c7 SEC("xdp")
13 char _license[] SEC("license") = "GPL";
/linux-master/samples/bpf/
H A Dtask_fd_query_kern.c7 SEC("kprobe/blk_mq_start_request")
13 SEC("kretprobe/__blk_account_io_done")
18 char _license[] SEC("license") = "GPL";
19 u32 _version SEC("version") = LINUX_VERSION_CODE;

Completed in 178 milliseconds

1234567891011>>