Home
last modified time | relevance | path

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

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