Searched refs:SEC (Results 401 - 425 of 763) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_update_frags.c11 int _version SEC("version") = 1;
13 SEC("xdp.frags")
42 char _license[] SEC("license") = "GPL";
H A Dtest_skb_cgroup_id_kern.c18 } cgroup_ids SEC(".maps");
31 SEC("cgroup_id_logger")
45 char _license[] SEC("license") = "GPL";
H A Dringbuf_bench.c9 char _license[] SEC("license") = "GPL";
13 } ringbuf SEC(".maps");
34 SEC("fentry/" SYS_PREFIX "sys_getpgid")
H A Dbpf_hashmap_full_update_bench.c8 char _license[] SEC("license") = "GPL";
17 } hash_map_bench SEC(".maps");
30 SEC("fentry/" SYS_PREFIX "sys_getpgid")
H A Dtest_probe_user.c21 SEC("ksyscall/connect")
33 SEC("ksyscall/socketcall")
47 char _license[] SEC("license") = "GPL";
H A Dconnect_ping.c21 SEC("cgroup/connect4")
37 SEC("cgroup/connect6")
53 char _license[] SEC("license") = "GPL";
H A Dtask_storage_nodeadlock.c7 char _license[] SEC("license") = "GPL";
22 } task_storage SEC(".maps");
24 SEC("lsm.s/socket_post_create")
H A Dudp_limit.c14 } sk_map SEC(".maps");
16 SEC("cgroup/sock_create")
44 SEC("cgroup/sock_release")
H A Dcgroup_getset_retval_getsockopt.c17 SEC("cgroup/getsockopt")
31 SEC("cgroup/getsockopt")
46 SEC("cgroup/getsockopt")
H A Dbpf_iter_bpf_percpu_hash_map.c7 char _license[] SEC("license") = "GPL";
20 } hashmap1 SEC(".maps");
29 SEC("iter/bpf_map_elem")
H A Dnormal_map_btf.c25 } array SEC(".maps");
27 char _license[] SEC("license") = "GPL";
32 SEC("fentry/" SYS_PREFIX "sys_nanosleep")
H A Dread_vsyscall.c12 char _license[] SEC("license") = "GPL";
14 SEC("fentry/" SYS_PREFIX "sys_nanosleep")
32 SEC("fentry.s/" SYS_PREFIX "sys_nanosleep")
H A Darena_htab.c13 } arena SEC(".maps");
22 SEC("syscall")
48 char _license[] SEC("license") = "GPL";
H A Dsendmsg4_prog.c21 SEC("cgroup/sendmsg4")
52 SEC("cgroup/sendmsg4")
58 char _license[] SEC("license") = "GPL";
H A Dtimer_failure.c11 char _license[] SEC("license") = "GPL";
22 } timer_map SEC(".maps");
45 SEC("fentry/bpf_fentry_test1")
H A Dcrypto_basic.c12 SEC("syscall")
38 SEC("syscall")
68 char __license[] SEC("license") = "GPL";
H A Dbpf_iter_bpf_hash_map.c6 char _license[] SEC("license") = "GPL";
19 } hashmap1 SEC(".maps");
26 } hashmap2 SEC(".maps");
33 } hashmap3 SEC(".maps");
42 SEC("iter/bpf_map_elem")
116 SEC("iter.s/bpf_map_elem")
/linux-master/samples/bpf/
H A Dsock_flags.bpf.c6 SEC("cgroup/sock")
29 SEC("cgroup/sock")
47 char _license[] SEC("license") = "GPL";
H A Dtest_cgrp2_tc.bpf.c25 } test_cgrp2_array_pin SEC(".maps");
27 SEC("filter")
56 char _license[] SEC("license") = "GPL";
H A Dlathist_kern.c26 } my_map SEC(".maps");
28 SEC("kprobe/trace_preempt_off")
69 } my_lat SEC(".maps");
71 SEC("kprobe/trace_preempt_on")
98 char _license[] SEC("license") = "GPL";
99 u32 _version SEC("version") = LINUX_VERSION_CODE;
/linux-master/drivers/hid/bpf/progs/
H A DIOGEAR__Kaliber-MMOmentum.bpf.c24 SEC("fmod_ret/hid_bpf_rdesc_fixup")
48 SEC("syscall")
59 char _license[] SEC("license") = "GPL";
/linux-master/tools/testing/selftests/hid/progs/
H A Dhid.c5 char _license[] SEC("license") = "GPL";
17 SEC("?fmod_ret/hid_bpf_device_event")
32 SEC("?fmod_ret/hid_bpf_device_event")
45 SEC("?fmod_ret/hid_bpf_device_event")
58 SEC("syscall")
78 SEC("syscall")
104 SEC("syscall")
128 SEC("syscall")
184 SEC("?fmod_ret/hid_bpf_rdesc_fixup")
203 SEC("
[all...]
/linux-master/tools/perf/util/bpf_skel/
H A Dbpf_prog_profiler.bpf.c12 } events SEC(".maps");
20 } fentry_readings SEC(".maps");
28 } accum_readings SEC(".maps");
32 SEC("fentry/XXX")
76 SEC("fexit/XXX")
92 char LICENSE[] SEC("license") = "Dual BSD/GPL";
H A Dfunc_latency.bpf.c15 } functime SEC(".maps");
22 } cpu_filter SEC(".maps");
29 } task_filter SEC(".maps");
36 } latency SEC(".maps");
44 SEC("kprobe/func")
79 SEC("kretprobe/func")
/linux-master/tools/bpf/runqslower/
H A Drunqslower.bpf.c18 } start SEC(".maps");
24 } events SEC(".maps");
45 SEC("tp_btf/sched_wakeup")
54 SEC("tp_btf/sched_wakeup_new")
63 SEC("tp_btf/sched_switch")
107 char LICENSE[] SEC("license") = "GPL";

Completed in 353 milliseconds

<<11121314151617181920>>