Searched refs:SEC (Results 1 - 25 of 729) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dpriv_prog.c7 char _license[] SEC("license") = "GPL";
9 SEC("kprobe")
H A Dmissed_kprobe_recursion.c7 char _license[] SEC("license") = "GPL";
13 SEC("fentry/bpf_modify_return_test")
19 SEC("kprobe.multi/bpf_fentry_test1")
26 SEC("kprobe/bpf_kfunc_common_test")
32 SEC("kprobe/bpf_kfunc_common_test")
38 SEC("kprobe/bpf_kfunc_common_test")
44 SEC("kprobe.multi/bpf_kfunc_common_test")
H A Dtest_fill_link_info.c18 SEC("kprobe")
24 SEC("uprobe")
30 SEC("tracepoint")
36 SEC("perf_event")
42 SEC("kprobe.multi")
48 SEC("uprobe.multi")
54 char _license[] SEC("license") = "GPL";
H A Dmetadata_unused.c6 volatile const char bpf_metadata_a[] SEC(".rodata") = "foo";
7 volatile const int bpf_metadata_b SEC(".rodata") = 1;
9 SEC("cgroup_skb/egress")
15 char _license[] SEC("license") = "GPL";
H A Dmetadata_used.c6 volatile const char bpf_metadata_a[] SEC(".rodata") = "bar";
7 volatile const int bpf_metadata_b SEC(".rodata") = 2;
9 SEC("cgroup_skb/egress")
15 char _license[] SEC("license") = "GPL";
H A Dmissed_kprobe.c7 char _license[] SEC("license") = "GPL";
13 SEC("fentry/bpf_modify_return_test")
19 SEC("kprobe/bpf_fentry_test1")
26 SEC("kprobe/bpf_kfunc_common_test")
H A Dkfunc_call_destructive.c6 SEC("tc")
13 char _license[] SEC("license") = "GPL";
H A Dfreplace_dead_global_func.c5 SEC("freplace")
11 char _license[] SEC("license") = "GPL";
H A Dbad_struct_ops2.c6 char _license[] SEC("license") = "GPL";
13 SEC("struct_ops/foo")
H A Dmissed_tp_recursion.c6 char _license[] SEC("license") = "GPL";
12 SEC("fentry/bpf_modify_return_test")
18 SEC("kprobe/bpf_fentry_test1")
25 SEC("tp/bpf_trace/bpf_trace_printk")
31 SEC("tp/bpf_trace/bpf_trace_printk")
37 SEC("tp/bpf_trace/bpf_trace_printk")
H A Dexceptions_ext.c6 SEC("?fentry")
12 SEC("?fentry")
24 SEC("?freplace")
30 SEC("?freplace")
38 SEC("?freplace")
46 SEC("?fexit")
52 SEC("?fexit")
59 SEC("?fmod_ret")
65 SEC("?fmod_ret")
72 char _license[] SEC("licens
[all...]
H A Dbad_struct_ops.c8 char _license[] SEC("license") = "GPL";
10 SEC("struct_ops/test_1")
13 SEC("struct_ops/test_2")
16 SEC(".struct_ops.link")
22 SEC(".struct_ops.link")
H A Dtest_xdp_redirect.c15 SEC("redirect_to_111")
20 SEC("redirect_to_222")
26 char _license[] SEC("license") = "GPL";
H A Dtest_xdp_link.c6 char LICENSE[] SEC("license") = "GPL";
8 SEC("xdp")
14 SEC("tc")
H A Dtracing_failure.c8 char _license[] SEC("license") = "GPL";
10 SEC("?fentry/bpf_spin_lock")
16 SEC("?fentry/bpf_spin_unlock")
H A Dxdp_tx.c6 SEC("xdp")
12 char _license[] SEC("license") = "GPL";
H A Dxdp_dummy.c7 SEC("xdp")
13 char _license[] SEC("license") = "GPL";
H A Dtest_autoattach.c10 SEC("raw_tp/sys_enter")
17 SEC("raw_tp/sys_exit")
H A Dkfunc_call_race.c6 SEC("tc")
13 char _license[] SEC("license") = "GPL";
H A Dtest_global_map_resize.c7 char _license[] SEC("license") = "GPL";
19 int my_array[1] SEC(".data.custom");
24 int my_int SEC(".data.non_array");
29 int my_array_first[1] SEC(".data.array_not_last");
30 int my_int_last SEC(".data.array_not_last");
32 int percpu_arr[1] SEC(".data.percpu_arr");
34 SEC("tp/syscalls/sys_enter_getpid")
49 SEC("tp/syscalls/sys_enter_getuid")
H A Dtest_netfilter_link_attach.c8 SEC("netfilter")
14 char _license[] SEC("license") = "GPL";
/linux-master/samples/bpf/
H A Dtest_overhead_raw_tp.bpf.c6 SEC("raw_tracepoint/task_rename")
12 SEC("raw_tracepoint/fib_table_lookup")
17 char _license[] SEC("license") = "GPL";
H A Dtest_overhead_tp.bpf.c11 SEC("tracepoint/task/task_rename")
18 SEC("tracepoint/fib/fib_table_lookup")
23 char _license[] SEC("license") = "GPL";
H A Dtracex7.bpf.c5 SEC("kprobe/open_ctree")
14 char _license[] SEC("license") = "GPL";
15 u32 _version SEC("version") = LINUX_VERSION_CODE;
/linux-master/tools/perf/util/bpf_skel/
H A Dbench_uprobe.bpf.c8 SEC("uprobe")
14 SEC("uprobe")
23 char LICENSE[] SEC("license") = "Dual BSD/GPL";

Completed in 152 milliseconds

1234567891011>>