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

<<11121314151617181920>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_helper_value_access.c18 } map_hash_16b SEC(".maps");
32 } map_hash_48b SEC(".maps");
39 } map_hash_8b SEC(".maps");
41 SEC("tracepoint")
67 SEC("tracepoint")
97 SEC("tracepoint")
124 SEC("tracepoint")
153 SEC("tracepoint")
179 SEC("tracepoint")
204 SEC("tracepoin
[all...]
H A Dfexit_test.c7 char _license[] SEC("license") = "GPL";
10 SEC("fexit/bpf_fentry_test1")
18 SEC("fexit/bpf_fentry_test2")
26 SEC("fexit/bpf_fentry_test3")
34 SEC("fexit/bpf_fentry_test4")
43 SEC("fexit/bpf_fentry_test5")
52 SEC("fexit/bpf_fentry_test6")
65 SEC("fexit/bpf_fentry_test7")
74 SEC("fexit/bpf_fentry_test8")
H A Dtest_sk_storage_tracing.c20 } sk_stg_map SEC(".maps");
28 } del_sk_stg_map SEC(".maps");
32 SEC("tp_btf/inet_sock_set_state")
70 SEC("fentry/inet_csk_listen_start")
78 SEC("fentry/tcp_connect")
86 SEC("fexit/inet_csk_accept")
95 SEC("tp_btf/tcp_retransmit_synack")
104 SEC("tp_btf/tcp_bad_csum")
111 char _license[] SEC("license") = "GPL";
H A Dget_func_ip_test.c6 char _license[] SEC("license") = "GPL";
27 SEC("fentry/bpf_fentry_test1")
37 SEC("fexit/bpf_fentry_test2")
47 SEC("kprobe/bpf_fentry_test3")
57 SEC("kretprobe/bpf_fentry_test4")
67 SEC("fmod_ret/bpf_modify_return_test")
77 SEC("?kprobe")
89 SEC("uprobe//proc/self/exe:uprobe_trigger")
99 SEC("uretprobe//proc/self/exe:uprobe_trigger")
H A Dbind_perm.c33 SEC("cgroup/bind4")
39 SEC("cgroup/bind6")
45 char _license[] SEC("license") = "GPL";
H A Dtest_skb_helpers.c13 } cgroup_map SEC(".maps");
15 char _license[] SEC("license") = "GPL";
17 SEC("tc")
H A Dfreplace_cls_redirect.c15 } sock_map SEC(".maps");
17 SEC("freplace/cls_redirect")
34 char _license[] SEC("license") = "GPL";
H A Dtest_btf_nokv.c16 } btf_map SEC(".maps");
39 SEC("dummy_tracepoint")
45 char _license[] SEC("license") = "GPL";
H A Dsample_map_ret0.c10 } htab SEC(".maps");
17 } array SEC(".maps");
20 SEC(".text") int func()
H A Dtest_btf_newkv.c17 } btf_map SEC(".maps");
40 SEC("dummy_tracepoint")
46 char _license[] SEC("license") = "GPL";
H A Dxfrm_info.c19 SEC("tc")
27 SEC("tc")
40 char _license[] SEC("license") = "GPL";
H A Dtask_local_storage_exit_creds.c8 char _license[] SEC("license") = "GPL";
15 } task_storage SEC(".maps");
21 SEC("fentry/exit_creds")
H A Djeq_infer_not_null_fail.c7 char _license[] SEC("license") = "GPL";
14 } m_hash SEC(".maps");
16 SEC("?raw_tp")
H A Drbtree_btf_fail__wrong_node_type.c19 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
23 SEC("tc")
38 char _license[] SEC("license") = "GPL";
H A Dfreplace_attach_probe.c21 } hash_map SEC(".maps");
23 SEC("freplace/handle_kprobe")
40 char _license[] SEC("license") = "GPL";
H A Dverifier_regalloc.c20 } map_hash_48b SEC(".maps");
22 SEC("tracepoint")
52 SEC("tracepoint")
82 SEC("tracepoint")
113 SEC("tracepoint")
145 SEC("tracepoint")
180 SEC("tracepoint")
216 SEC("tracepoint")
248 SEC("tracepoint")
289 SEC("tracepoin
[all...]
H A Dtest_xdp_attach_fail.c17 } xdp_errmsg_pb SEC(".maps");
38 SEC("tp/xdp/bpf_xdp_link_attach_failed")
54 char LICENSE[] SEC("license") = "GPL";
H A Dverifier_sock.c17 } map_reuseport_array SEC(".maps");
24 } map_sockhash SEC(".maps");
31 } map_sockmap SEC(".maps");
38 } map_xskmap SEC(".maps");
51 } sk_storage_map SEC(".maps");
53 SEC("cgroup/skb")
69 SEC("cgroup/skb")
88 SEC("cgroup/skb")
108 SEC("cgroup/skb")
125 SEC("cgrou
[all...]
H A Dtest_core_retro.c16 } exp_tgid_map SEC(".maps");
23 } results SEC(".maps");
25 SEC("tp/raw_syscalls/sys_enter")
43 char _license[] SEC("license") = "GPL";
H A Dtest_mmap.c8 char _license[] SEC("license") = "GPL";
15 } rdonly_map SEC(".maps");
22 } data_map SEC(".maps");
27 SEC("raw_tracepoint/sys_enter")
H A Dtask_local_storage.c8 char _license[] SEC("license") = "GPL";
15 } enter_id SEC(".maps");
24 SEC("tp_btf/sys_enter")
45 SEC("tp_btf/sys_exit")
H A Dcg_storage_multi_isolated.c19 } cgroup_storage SEC(".maps");
23 SEC("cgroup_skb/egress")
35 SEC("cgroup_skb/egress")
47 SEC("cgroup_skb/ingress")
H A Dcg_storage_multi_shared.c19 } cgroup_storage SEC(".maps");
23 SEC("cgroup_skb/egress")
35 SEC("cgroup_skb/egress")
47 SEC("cgroup_skb/ingress")
/linux-master/samples/bpf/
H A Dtracex1.bpf.c19 SEC("kprobe.multi/__netif_receive_skb_core*")
46 char _license[] SEC("license") = "GPL";
47 u32 _version SEC("version") = LINUX_VERSION_CODE;
H A Dtcp_dumpstats_kern.c12 int _version SEC("version") = 1;
13 char _license[] SEC("license") = "GPL";
20 } bpf_next_dump SEC(".maps") = {
25 SEC("sockops")

Completed in 914 milliseconds

<<11121314151617181920>>