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 | stacktrace_ips.c | 114 skel->links.rawtp_test = bpf_program__attach_raw_tracepoint( in test_stacktrace_ips_raw_tp() 117 if (!ASSERT_OK_PTR(skel->links.rawtp_test, "bpf_program__attach_raw_tracepoint")) in test_stacktrace_ips_raw_tp()
|
| 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 | 1100 link = bpf_program__attach_raw_tracepoint(prog, tp_name); in run_core_reloc_tests()
|
| /linux/tools/perf/util/ |
| H A D | bpf_ftrace.c | 130 skel->links.event_begin = bpf_program__attach_raw_tracepoint(skel->progs.event_begin, in perf_ftrace__latency_prepare_bpf() 140 skel->links.event_end = bpf_program__attach_raw_tracepoint(skel->progs.event_end, in perf_ftrace__latency_prepare_bpf()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 13038 struct bpf_link *bpf_program__attach_raw_tracepoint(const struct bpf_program *prog, in bpf_program__attach_raw_tracepoint() function 13081 *link = bpf_program__attach_raw_tracepoint(prog, tp_name); in attach_raw_tp()
|