Home
last modified time | relevance | path

Searched refs:bpf_program__attach_raw_tracepoint (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dprog_array_init.c22 skel->links.entry = bpf_program__attach_raw_tracepoint(skel->progs.entry, "sys_enter"); in test_prog_array_init()
Dptr_untrusted.c26 skel->links.raw_tp_run = bpf_program__attach_raw_tracepoint(skel->progs.raw_tp_run, in serial_test_ptr_untrusted()
Dstacktrace_map_raw_tp.c23 link = bpf_program__attach_raw_tracepoint(prog, "sched_switch"); in test_stacktrace_map_raw_tp()
Drdonly_maps.c60 link = bpf_program__attach_raw_tracepoint(prog, "sys_enter"); in test_rdonly_maps()
Dtest_overhead.c125 link = bpf_program__attach_raw_tracepoint(raw_tp_prog, "task_rename"); in test_test_overhead()
Dget_stack_raw_tp.c125 link = bpf_program__attach_raw_tracepoint(prog, "sys_enter"); in test_get_stack_raw_tp()
Dkfree_skb.c81 link = bpf_program__attach_raw_tracepoint(skel->progs.trace_kfree_skb, NULL); in serial_test_kfree_skb()
Dcustom_sec_handlers.c37 *link = bpf_program__attach_raw_tracepoint(prog, "sys_enter"); in custom_attach_prog()
Dcore_reloc.c1097 link = bpf_program__attach_raw_tracepoint(prog, tp_name); in run_core_reloc_tests()
/Linux-v6.6/tools/lib/bpf/
Dlibbpf.map93 bpf_program__attach_raw_tracepoint;
Dlibbpf.h745 bpf_program__attach_raw_tracepoint(const struct bpf_program *prog,
Dlibbpf.c11767 struct bpf_link *bpf_program__attach_raw_tracepoint(const struct bpf_program *prog, in bpf_program__attach_raw_tracepoint() function
11834 *link = bpf_program__attach_raw_tracepoint(prog, tp_name); in attach_raw_tp()