Searched refs:SEC (Results 276 - 300 of 729) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtailcall1.c11 } jmp_table SEC(".maps");
14 SEC("tc") \
23 SEC("tc")
47 char __license[] SEC("license") = "GPL";
H A Dget_cgroup_id_kern.c12 } cg_ids SEC(".maps");
19 } pidmap SEC(".maps");
21 SEC("tracepoint/syscalls/sys_enter_nanosleep")
39 char _license[] SEC("license") = "GPL";
H A Dtest_perf_buffer.c14 } my_pid_map SEC(".maps");
20 } perf_buf_map SEC(".maps");
22 SEC("tp/raw_syscalls/sys_enter")
41 char _license[] SEC("license") = "GPL";
H A Dtimer_crash.c17 } amap SEC(".maps");
24 } hmap SEC(".maps");
29 SEC("fentry/do_nanosleep")
54 char _license[] SEC("license") = "GPL";
H A Dbpf_mod_race.c70 SEC("fmod_ret.s/bpf_fentry_test1")
83 SEC("fexit/do_init_module")
93 SEC("fexit/btf_try_get_module")
100 char _license[] SEC("license") = "GPL";
H A Dperf_event_stackmap.c16 } stackmap SEC(".maps");
23 } stackdata_map SEC(".maps");
30 SEC("perf_event")
59 char LICENSE[] SEC("license") = "GPL";
H A Dbpf_iter_bpf_sk_storage_map.c8 char _license[] SEC("license") = "GPL";
15 } sk_stg_map SEC(".maps");
21 SEC("iter/bpf_sk_storage_map")
40 SEC("iter/bpf_sk_storage_map")
H A Dtest_global_func8.c13 SEC("cgroup_skb/ingress")
H A Dtest_hash_large_key.c6 char _license[] SEC("license") = "GPL";
13 } hash_map SEC(".maps");
20 } key_map SEC(".maps");
28 SEC("raw_tracepoint/sys_enter")
H A Diters_num.c13 SEC("raw_tp/sys_enter")
27 SEC("raw_tp/sys_enter")
41 SEC("raw_tp/sys_enter")
55 SEC("raw_tp/sys_enter")
69 SEC("raw_tp/sys_enter")
83 SEC("raw_tp/sys_enter")
97 SEC("raw_tp/sys_enter")
111 SEC("raw_tp/sys_enter")
125 SEC("raw_tp/sys_enter")
139 SEC("raw_t
[all...]
H A Dtest_ringbuf_map_key.c8 char _license[] SEC("license") = "GPL";
19 } ringbuf SEC(".maps");
26 } hash_map SEC(".maps");
34 SEC("fentry/" SYS_PREFIX "sys_getpgid")
H A Dlru_bug.c15 } lru_map SEC(".maps");
20 SEC("fentry/bpf_ktime_get_ns")
30 SEC("fentry/do_nanosleep")
49 char _license[] SEC("license") = "GPL";
H A Dtracing_struct.c37 SEC("fentry/bpf_testmod_test_struct_arg_1")
47 SEC("fexit/bpf_testmod_test_struct_arg_1")
66 SEC("fentry/bpf_testmod_test_struct_arg_2")
76 SEC("fexit/bpf_testmod_test_struct_arg_2")
83 SEC("fentry/bpf_testmod_test_struct_arg_3")
93 SEC("fexit/bpf_testmod_test_struct_arg_3")
100 SEC("fentry/bpf_testmod_test_struct_arg_4")
113 SEC("fexit/bpf_testmod_test_struct_arg_4")
121 SEC("fentry/bpf_testmod_test_struct_arg_5")
127 SEC("fexi
[all...]
H A Dcgroup_getset_retval_setsockopt.c16 SEC("cgroup/setsockopt")
29 SEC("cgroup/setsockopt")
44 SEC("cgroup/setsockopt")
59 SEC("cgroup/setsockopt")
H A Dexceptions_fail.c12 #define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
27 } hmap SEC(".maps");
52 SEC("?tc")
61 SEC("?tc")
70 SEC("?tc")
79 SEC("?tc")
95 SEC("?tc")
117 SEC("?tc")
126 SEC("?tc")
133 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 Dtest_sockmap_listen.c15 } sock_map SEC(".maps");
22 } nop_map SEC(".maps");
29 } sock_hash SEC(".maps");
36 } verdict_map SEC(".maps");
43 } parser_map SEC(".maps");
48 SEC("sk_skb/stream_parser")
61 SEC("sk_skb/stream_verdict")
80 SEC("sk_skb")
101 SEC("sk_msg")
120 SEC("sk_reusepor
[all...]
H A Dverifier_ref_tracking.c56 } map_array_48b SEC(".maps");
61 } map_ringbuf SEC(".maps");
72 } map_prog1_tc SEC(".maps") = {
80 SEC("tc")
87 SEC("tc")
94 SEC("tc")
110 SEC("tc")
125 SEC("tc")
140 SEC("tc")
158 SEC("t
[all...]
H A Dtest_lirc_mode2_kern.c10 SEC("lirc_mode2")
26 char _license[] SEC("license") = "GPL";
H A Dtest_core_reloc_ptr_as_arr.c9 char _license[] SEC("license") = "GPL";
22 SEC("raw_tracepoint/sys_enter")
H A Dloop2.c12 char _license[] SEC("license") = "GPL";
14 SEC("raw_tracepoint/consume_skb")
H A Dfreplace_connect4.c9 SEC("freplace/do_bind")
18 char _license[] SEC("license") = "GPL";
/linux-master/samples/hid/
H A Dhid_bpf_attach.bpf.c11 SEC("syscall")
/linux-master/samples/bpf/
H A Dtest_probe_write_user.bpf.c19 } dnat_map SEC(".maps");
29 SEC("ksyscall/connect")
51 char _license[] SEC("license") = "GPL";
52 u32 _version SEC("version") = LINUX_VERSION_CODE;
H A Dtest_overhead_kprobe.bpf.c13 SEC("kprobe/__set_task_comm")
34 SEC("kprobe/fib_table_lookup")
40 char _license[] SEC("license") = "GPL";
41 u32 _version SEC("version") = LINUX_VERSION_CODE;

Completed in 182 milliseconds

<<11121314151617181920>>