Searched refs:bpf_program__attach_raw_tracepoint (Results 1 – 12 of 12) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | prog_array_init.c | 22 skel->links.entry = bpf_program__attach_raw_tracepoint(skel->progs.entry, "sys_enter"); in test_prog_array_init()
|
H A D | ptr_untrusted.c | 26 skel->links.raw_tp_run = bpf_program__attach_raw_tracepoint(skel->progs.raw_tp_run, in serial_test_ptr_untrusted()
|
H A D | stacktrace_map_raw_tp.c | 23 link = bpf_program__attach_raw_tracepoint(prog, "sched_switch"); in test_stacktrace_map_raw_tp()
|
H A D | rdonly_maps.c | 60 link = bpf_program__attach_raw_tracepoint(prog, "sys_enter"); in test_rdonly_maps()
|
H A D | test_overhead.c | 125 link = bpf_program__attach_raw_tracepoint(raw_tp_prog, "task_rename"); in test_test_overhead()
|
H A D | get_stack_raw_tp.c | 125 link = bpf_program__attach_raw_tracepoint(prog, "sys_enter"); in test_get_stack_raw_tp()
|
H A D | kfree_skb.c | 82 link = bpf_program__attach_raw_tracepoint(skel->progs.trace_kfree_skb, NULL); in serial_test_kfree_skb()
|
H A D | custom_sec_handlers.c | 37 *link = bpf_program__attach_raw_tracepoint(prog, "sys_enter"); in custom_attach_prog()
|
H A D | core_reloc.c | 1098 link = bpf_program__attach_raw_tracepoint(prog, tp_name); in run_core_reloc_tests()
|
/linux/tools/lib/bpf/ |
H A D | libbpf.map | 93 bpf_program__attach_raw_tracepoint;
|
H A D | libbpf.h | 784 bpf_program__attach_raw_tracepoint(const struct bpf_program *prog,
|
H A D | libbpf.c | 12510 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()
|