Searched refs:bpf_program__attach_raw_tracepoint (Results 1 – 9 of 9) sorted by relevance
23 link = bpf_program__attach_raw_tracepoint(prog, "sched_switch"); in test_stacktrace_map_raw_tp()
60 link = bpf_program__attach_raw_tracepoint(prog, "sys_enter"); in test_rdonly_maps()
125 link = bpf_program__attach_raw_tracepoint(raw_tp_prog, "task_rename"); in test_test_overhead()
123 link = bpf_program__attach_raw_tracepoint(prog, "sys_enter"); in test_get_stack_raw_tp()
99 link = bpf_program__attach_raw_tracepoint(prog, NULL); in test_kfree_skb()
896 link = bpf_program__attach_raw_tracepoint(prog, tp_name); in test_core_reloc()
174 bpf_program__attach_raw_tracepoint;
327 bpf_program__attach_raw_tracepoint(struct bpf_program *prog,
9459 struct bpf_link *bpf_program__attach_raw_tracepoint(struct bpf_program *prog, in bpf_program__attach_raw_tracepoint() function9494 return bpf_program__attach_raw_tracepoint(prog, tp_name); in attach_raw_tp()