Searched refs:SEC (Results 426 - 450 of 763) sorted by relevance

<<11121314151617181920>>

/linux-master/samples/bpf/
H A Dtracex2.bpf.c18 } my_map SEC(".maps");
23 SEC("kprobe/kfree_skb_reason")
77 } my_hist_map SEC(".maps");
79 SEC("ksyscall/write")
98 char _license[] SEC("license") = "GPL";
99 u32 _version SEC("version") = LINUX_VERSION_CODE;
H A Dtracex3.bpf.c23 } my_map SEC(".maps");
26 SEC("tracepoint/block/block_io_start")
55 } lat_map SEC(".maps");
58 SEC("tracepoint/block/block_io_done")
99 char _license[] SEC("license") = "GPL";
100 u32 _version SEC("version") = LINUX_VERSION_CODE;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_subprogs.c5 const char LICENSE[] SEC("license") = "GPL";
12 } array SEC(".maps");
65 SEC("raw_tp/sys_enter")
80 SEC("raw_tp/sys_exit")
98 SEC("raw_tp/sys_enter")
114 SEC("raw_tp/sys_exit")
H A Dhtab_mem_bench.c21 } htab SEC(".maps");
23 char _license[] SEC("license") = "GPL";
55 SEC("?tp/syscalls/sys_enter_getpgid")
67 SEC("?tp/syscalls/sys_enter_getpgid")
83 SEC("?tp/syscalls/sys_enter_getpgid")
95 SEC("?tp/syscalls/sys_enter_getppid")
H A Diters_task_failure.c10 char _license[] SEC("license") = "GPL";
17 SEC("?fentry.s/" SYS_PREFIX "sys_getpgid")
29 SEC("?fentry.s/" SYS_PREFIX "sys_getpgid")
48 SEC("?fentry.s/" SYS_PREFIX "sys_getpgid")
64 SEC("?fentry.s/" SYS_PREFIX "sys_getpgid")
87 SEC("?fentry/" SYS_PREFIX "sys_getpgid")
H A Dcb_refs.c16 } array_map SEC(".maps");
26 SEC("?tc")
49 SEC("?tc")
85 SEC("?tc")
100 SEC("?tc")
114 char _license[] SEC("license") = "GPL";
H A Dcgrp_ls_sleepable.c9 char _license[] SEC("license") = "GPL";
16 } map_a SEC(".maps");
28 SEC("?iter.s/cgroup")
57 SEC("?fentry.s/" SYS_PREFIX "sys_getpgid")
77 SEC("?fentry.s/" SYS_PREFIX "sys_getpgid")
91 SEC("?fentry.s/" SYS_PREFIX "sys_getpgid")
H A Dsockopt_inherit.c5 char _license[] SEC("license") = "GPL";
23 } cloned1_map SEC(".maps");
30 } cloned2_map SEC(".maps");
37 } listener_only_map SEC(".maps");
52 SEC("cgroup/getsockopt")
83 SEC("cgroup/setsockopt")
H A Dtype_cast.c14 } enter_id SEC(".maps");
23 SEC("?xdp")
37 SEC("?tc")
59 SEC("?tp_btf/sys_enter")
70 SEC("?tracepoint/syscalls/sys_enter_nanosleep")
79 char _license[] SEC("license") = "GPL";
H A Drcu_read_lock.c10 char _license[] SEC("license") = "GPL";
17 } map_a SEC(".maps");
29 SEC("?fentry.s/" SYS_PREFIX "sys_getpgid")
50 SEC("?fentry.s/" SYS_PREFIX "sys_getpgid")
79 SEC("?fentry.s/" SYS_PREFIX "sys_nanosleep")
91 SEC("?fentry.s/" SYS_PREFIX "sys_nanosleep")
110 SEC("?fentry/" SYS_PREFIX "sys_getpgid")
126 SEC("?fentry/" SYS_PREFIX "sys_getpgid")
145 SEC("?fentry.s/" SYS_PREFIX "sys_nanosleep")
173 SEC("
[all...]
H A Dloop1.c12 char _license[] SEC("license") = "GPL";
14 SEC("raw_tracepoint/kfree_skb")
H A Dtest_endian.c24 SEC("raw_tp/sys_enter")
37 char _license[] SEC("license") = "GPL";
H A Dtest_ksyms.c20 SEC("raw_tp/sys_enter")
32 char _license[] SEC("license") = "GPL";
H A Dlinked_vars1.c38 SEC("raw_tp/sys_enter")
54 char LICENSE[] SEC("license") = "GPL";
H A Dlinked_vars2.c38 SEC("raw_tp/sys_enter")
55 char LICENSE[] SEC("license") = "GPL";
H A Dbpf_iter_task_btf.c9 char _license[] SEC("license") = "GPL";
15 SEC("iter/task")
H A Ddev_cgroup.c12 SEC("cgroup/dev")
59 char _license[] SEC("license") = "GPL";
H A Dsockmap_parse_prog.c5 SEC("sk_skb1")
33 char _license[] SEC("license") = "GPL";
H A Dcgroup_iter.c8 char _license[] SEC("license") = "GPL";
17 SEC("iter/cgroup")
H A Dkprobe_multi.c7 char _license[] SEC("license") = "GPL";
80 SEC("fentry/bpf_modify_return_test")
86 SEC("kprobe.multi/bpf_fentry_tes??")
93 SEC("kretprobe.multi/bpf_fentry_test*")
100 SEC("kprobe.multi")
107 SEC("kretprobe.multi")
150 SEC("kprobe.multi")
157 SEC("kretprobe.multi")
H A Dtest_deny_namespace.c14 char _license[] SEC("license") = "GPL";
16 SEC("lsm.s/userns_create")
H A Drecvmsg4_prog.c16 SEC("cgroup/recvmsg4")
40 char _license[] SEC("license") = "GPL";
H A Dcore_kern.c17 } array1 SEC(".maps");
24 } array2 SEC(".maps");
42 SEC("tp_btf/xdp_devmap_xmit")
50 SEC("fentry/eth_type_trans")
57 SEC("fexit/eth_type_trans")
74 SEC("tc")
110 SEC("raw_tracepoint/sys_enter")
120 char LICENSE[] SEC("license") = "GPL";
H A Djit_probe_mem.c11 SEC("tc")
59 char _license[] SEC("license") = "GPL";
H A Dsock_destroy_prog.c18 } tcp_conn_sockets SEC(".maps");
25 } udp_conn_sockets SEC(".maps");
27 SEC("cgroup/connect6")
48 SEC("iter/tcp")
73 SEC("iter/tcp")
104 SEC("iter/udp")
126 SEC("iter/udp")
145 char _license[] SEC("license") = "GPL";

Completed in 169 milliseconds

<<11121314151617181920>>