Home
last modified time | relevance | path

Searched refs:bpf_program__attach_raw_tracepoint (Results 1 – 11 of 11) sorted by relevance

/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dstacktrace_map_raw_tp.c23 link = bpf_program__attach_raw_tracepoint(prog, "sched_switch"); in test_stacktrace_map_raw_tp()
Dns_current_pid_tgid.c65 link = bpf_program__attach_raw_tracepoint(prog, "sys_enter"); in test_ns_current_pid_tgid()
Drdonly_maps.c60 link = bpf_program__attach_raw_tracepoint(prog, "sys_enter"); in test_rdonly_maps()
Dtest_overhead.c125 link = bpf_program__attach_raw_tracepoint(raw_tp_prog, "task_rename"); in test_test_overhead()
Dget_stack_raw_tp.c123 link = bpf_program__attach_raw_tracepoint(prog, "sys_enter"); in test_get_stack_raw_tp()
Dkfree_skb.c99 link = bpf_program__attach_raw_tracepoint(prog, NULL); in test_kfree_skb()
Dcore_reloc.c834 link = bpf_program__attach_raw_tracepoint(prog, tp_name); in test_core_reloc()
/linux-5.10/tools/testing/selftests/bpf/
Dtest_current_pid_tgid_new_ns.c131 link = bpf_program__attach_raw_tracepoint(prog, "sys_enter"); in main()
/linux-5.10/tools/lib/bpf/
Dlibbpf.map174 bpf_program__attach_raw_tracepoint;
Dlibbpf.h252 bpf_program__attach_raw_tracepoint(struct bpf_program *prog,
Dlibbpf.c9530 struct bpf_link *bpf_program__attach_raw_tracepoint(struct bpf_program *prog, in bpf_program__attach_raw_tracepoint() function
9565 return bpf_program__attach_raw_tracepoint(prog, tp_name); in attach_raw_tp()