Searched refs:SEC (Results 176 - 200 of 729) sorted by last modified time

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dpreempted_bpf_ma_op.c23 } array SEC(".maps");
25 char _license[] SEC("license") = "GPL";
80 SEC("fentry/bpf_fentry_test1")
87 SEC("fentry/bpf_fentry_test2")
94 SEC("fentry/bpf_fentry_test3")
101 SEC("fentry/bpf_fentry_test4")
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 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 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 Dpercpu_alloc_array.c17 } array SEC(".maps");
25 SEC("?fentry/bpf_fentry_test1")
48 SEC("?fentry/bpf_fentry_test2")
77 SEC("?fentry/bpf_fentry_test3")
109 SEC("?fentry/bpf_fentry_test4")
129 SEC("?fentry.s/bpf_fentry_test1")
190 char _license[] SEC("license") = "GPL";
H A Dpercpu_alloc_cgrp_local_storage.c17 } cgrp SEC(".maps");
22 SEC("fentry/bpf_fentry_test1")
47 SEC("fentry/bpf_fentry_test2")
76 SEC("fentry/bpf_fentry_test3")
109 char _license[] SEC("license") = "GPL";
H A Dlinked_list_fail.c48 SEC("?tc") \
72 SEC("?tc") \
95 SEC("?tc") \
133 SEC("?tc") \
170 SEC("?kprobe/xyz")
177 SEC("?kretprobe/xyz")
184 SEC("?tracepoint/xyz")
191 SEC("?perf_event")
198 SEC("?raw_tp/xyz")
205 SEC("
[all...]
H A Diters_css.c10 char _license[] SEC("license") = "GPL";
23 SEC("fentry.s/" SYS_PREFIX "sys_getpgid")
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 Dbpf_cubic.c22 char _license[] SEC("license") = "GPL";
173 SEC("struct_ops/bpf_cubic_init")
188 SEC("struct_ops/bpf_cubic_cwnd_event")
380 /* Or simply use the BPF_STRUCT_OPS to avoid the SEC boiler plate. */
532 SEC(".struct_ops")
H A Dkprobe_multi_override.c6 char _license[] SEC("license") = "GPL";
8 SEC("kprobe.multi")
H A Dverifier_typedef.c7 SEC("fentry/bpf_fentry_test_sinfo")
23 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 Duprobe_multi.c7 char _license[] SEC("license") = "GPL";
69 SEC("uprobe.multi//proc/self/exe:uprobe_multi_func_*")
76 SEC("uretprobe.multi//proc/self/exe:uprobe_multi_func_*")
83 SEC("uprobe.multi.s//proc/self/exe:uprobe_multi_func_*")
90 SEC("uretprobe.multi.s//proc/self/exe:uprobe_multi_func_*")
97 SEC("uprobe.multi//proc/self/exe:uprobe_multi_func_*")
H A Duprobe_multi_bench.c6 char _license[] SEC("license") = "GPL";
10 SEC("uprobe.multi/./uprobe_multi:uprobe_multi_func_*")
H A Duprobe_multi_usdt.c7 char _license[] SEC("license") = "GPL";
11 SEC("usdt")
H A Dtest_netfilter_link_attach.c8 SEC("netfilter")
14 char _license[] SEC("license") = "GPL";
H A Dtest_tc_bpf.c10 SEC("tc")
17 SEC("tcx/ingress")
H A Dtest_xdp_attach_fail.c17 } xdp_errmsg_pb SEC(".maps");
38 SEC("tp/xdp/bpf_xdp_link_attach_failed")
54 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_lwt_redirect.c40 SEC("redir_ingress")
54 SEC("redir_egress")
68 SEC("redir_egress_nomac")
79 SEC("redir_ingress_nomac")
90 char _license[] SEC("license") = "GPL";
H A Dtest_lwt_reroute.c12 SEC("lwt_xmit")
36 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")
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_main.c3637 adapter->stats.sec += er32(SEC);
/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 323 milliseconds

1234567891011>>