Searched refs:SEC (Results 201 - 225 of 729) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_time_tai.c7 char _license[] SEC("license") = "GPL";
9 SEC("tc")
H A Dfib_lookup.c13 SEC("tc")
22 char _license[] SEC("license") = "GPL";
H A Dhtab_reuse.c6 char _license[] SEC("license") = "GPL";
19 } htab SEC(".maps");
H A Dtest_tracepoint.c19 SEC("tracepoint/sched/sched_switch")
25 char _license[] SEC("license") = "GPL";
H A Dtest_usdt_multispec.c18 SEC("usdt//proc/self/exe:test:usdt_100")
30 char _license[] SEC("license") = "GPL";
H A Dfind_vma_fail1.c7 char _license[] SEC("license") = "GPL";
22 SEC("raw_tp/sys_enter")
H A Dverifier_unpriv_perf.c8 SEC("perf_event")
34 char _license[] SEC("license") = "GPL";
H A Dsock_destroy_prog_fail.c9 char _license[] SEC("license") = "GPL";
13 SEC("tp_btf/tcp_destroy_sock")
H A Dget_func_ip_uprobe_test.c6 char _license[] SEC("license") = "GPL";
11 SEC("uprobe//proc/self/exe:uprobe_trigger_body+1")
H A Dmptcpify.c8 char _license[] SEC("license") = "GPL";
10 SEC("fmod_ret/update_socket_protocol")
H A Dtest_tc_bpf.c10 SEC("tc")
17 SEC("tcx/ingress")
H A Dverifier_ldsx.c13 SEC("socket")
30 SEC("socket")
47 SEC("socket")
65 SEC("socket")
93 SEC("socket")
120 SEC("socket")
149 SEC("socket")
159 char _license[] SEC("license") = "GPL";
H A Dbpf_loop_bench.c8 char _license[] SEC("license") = "GPL";
25 SEC("fentry/" SYS_PREFIX "sys_getpgid")
H A Daccess_map_in_map.c14 } inner_map SEC(".maps");
22 } outer_array_map SEC(".maps") = {
34 } outer_htab_map SEC(".maps") = {
40 char _license[] SEC("license") = "GPL";
71 SEC("?kprobe/" SYS_PREFIX "sys_getpgid")
77 SEC("?fentry.s/" SYS_PREFIX "sys_getpgid")
83 SEC("?kprobe/" SYS_PREFIX "sys_getpgid")
89 SEC("?fentry.s/" SYS_PREFIX "sys_getpgid")
H A Dverifier_value_illegal_alu.c20 } map_hash_48b SEC(".maps");
22 SEC("socket")
46 SEC("socket")
70 SEC("socket")
94 SEC("socket")
119 SEC("socket")
149 SEC("flow_dissector")
168 char _license[] SEC("license") = "GPL";
H A Dloop4.c8 char _license[] SEC("license") = "GPL";
10 SEC("socket")
H A Dtest_btf_map_in_map.c11 } inner_map1 SEC(".maps"),
12 inner_map2 SEC(".maps");
19 } inner_map_sz2 SEC(".maps");
35 } outer_arr SEC(".maps") = {
50 } inner_map3 SEC(".maps"),
51 inner_map4 SEC(".maps");
59 } inner_map5 SEC(".maps");
73 } outer_arr_dyn SEC(".maps") = {
90 } outer_hash SEC(".maps") = {
102 } sockarr_sz1 SEC("
[all...]
H A Dverifier_map_ptr_mixing.c20 } map_array_48b SEC(".maps");
27 } map_hash_48b SEC(".maps");
40 } map_in_map SEC(".maps");
52 } map_prog1_socket SEC(".maps") = {
65 } map_prog2_socket SEC(".maps") = {
73 SEC("socket")
80 SEC("socket")
87 SEC("socket")
103 SEC("socket")
119 SEC("t
[all...]
H A Dbpf_iter_bpf_sk_storage_helpers.c7 char _license[] SEC("license") = "GPL";
14 } sk_stg_map SEC(".maps");
16 SEC("iter/bpf_sk_storage_map")
25 SEC("iter/task_file")
49 SEC("iter/tcp")
H A Dtest_sockmap_update.c11 } src SEC(".maps");
18 } dst_sock_map SEC(".maps");
25 } dst_sock_hash SEC(".maps");
27 SEC("tc")
48 char _license[] SEC("license") = "GPL";
H A Dstrncmp_test.c20 char _license[] SEC("license") = "GPL";
22 SEC("?tp/syscalls/sys_enter_nanosleep")
32 SEC("?tp/syscalls/sys_enter_nanosleep")
40 SEC("?tp/syscalls/sys_enter_nanosleep")
48 SEC("?tp/syscalls/sys_enter_nanosleep")
H A Dtest_urandom_usdt.c13 SEC("usdt/./urandom_read:urand:read_without_sema")
28 SEC("usdt/./urandom_read:urand:read_with_sema")
43 SEC("usdt/./liburandom_read.so:urandlib:read_without_sema")
58 SEC("usdt/./liburandom_read.so:urandlib:read_with_sema")
70 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 Dbtf_type_tag_percpu.c17 SEC("fentry/bpf_testmod_test_btf_type_tag_percpu_1")
24 SEC("fentry/bpf_testmod_test_btf_type_tag_percpu_2")
45 SEC("tp_btf/cgroup_mkdir")
52 SEC("tp_btf/cgroup_mkdir")
67 char _license[] SEC("license") = "GPL";
/linux-master/samples/bpf/
H A Dsyscall_tp_kern.c37 } enter_open_map SEC(".maps");
44 } exit_open_map SEC(".maps");
59 SEC("tracepoint/syscalls/sys_enter_open")
67 SEC("tracepoint/syscalls/sys_enter_openat")
74 SEC("tracepoint/syscalls/sys_enter_openat2")
82 SEC("tracepoint/syscalls/sys_exit_open")
90 SEC("tracepoint/syscalls/sys_exit_openat")
97 SEC("tracepoint/syscalls/sys_exit_openat2")

Completed in 631 milliseconds

1234567891011>>