Searched refs:bpf_program__attach_raw_tracepoint (Results 1 – 11 of 11) sorted by relevance
| /Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
| D | prog_array_init.c | 22 skel->links.entry = bpf_program__attach_raw_tracepoint(skel->progs.entry, "sys_enter"); in test_prog_array_init()
|
| D | stacktrace_map_raw_tp.c | 23 link = bpf_program__attach_raw_tracepoint(prog, "sched_switch"); in test_stacktrace_map_raw_tp()
|
| D | rdonly_maps.c | 60 link = bpf_program__attach_raw_tracepoint(prog, "sys_enter"); in test_rdonly_maps()
|
| D | test_overhead.c | 125 link = bpf_program__attach_raw_tracepoint(raw_tp_prog, "task_rename"); in test_test_overhead()
|
| D | get_stack_raw_tp.c | 125 link = bpf_program__attach_raw_tracepoint(prog, "sys_enter"); in test_get_stack_raw_tp()
|
| D | kfree_skb.c | 81 link = bpf_program__attach_raw_tracepoint(skel->progs.trace_kfree_skb, NULL); in serial_test_kfree_skb()
|
| D | custom_sec_handlers.c | 37 *link = bpf_program__attach_raw_tracepoint(prog, "sys_enter"); in custom_attach_prog()
|
| D | core_reloc.c | 1097 link = bpf_program__attach_raw_tracepoint(prog, tp_name); in run_core_reloc_tests()
|
| /Linux-v6.1/tools/lib/bpf/ |
| D | libbpf.map | 93 bpf_program__attach_raw_tracepoint;
|
| D | libbpf.h | 623 bpf_program__attach_raw_tracepoint(const struct bpf_program *prog,
|
| D | libbpf.c | 11104 struct bpf_link *bpf_program__attach_raw_tracepoint(const struct bpf_program *prog, in bpf_program__attach_raw_tracepoint() function 11171 *link = bpf_program__attach_raw_tracepoint(prog, tp_name); in attach_raw_tp()
|