Searched refs:bpf_program__attach_raw_tracepoint (Results 1 – 6 of 6) sorted by relevance
23 link = bpf_program__attach_raw_tracepoint(prog, "sched_switch"); in test_stacktrace_map_raw_tp()
118 link = bpf_program__attach_raw_tracepoint(prog, "sys_enter"); in test_get_stack_raw_tp()
335 link = bpf_program__attach_raw_tracepoint(prog, "sys_enter"); in test_core_reloc()
174 bpf_program__attach_raw_tracepoint;
187 bpf_program__attach_raw_tracepoint(struct bpf_program *prog,
5210 struct bpf_link *bpf_program__attach_raw_tracepoint(struct bpf_program *prog, in bpf_program__attach_raw_tracepoint() function