Searched refs:bpf_program__attach_tracepoint (Results 1 – 6 of 6) sorted by relevance
/linux-6.8/tools/testing/selftests/bpf/prog_tests/ ! |
D | stacktrace_map.c | 23 link = bpf_program__attach_tracepoint(prog, "sched", "sched_switch"); in test_stacktrace_map()
|
D | custom_sec_handlers.c | 40 *link = bpf_program__attach_tracepoint(prog, "syscalls", "sys_enter_nanosleep"); in custom_attach_prog()
|
D | fill_link_info.c | 169 link = bpf_program__attach_tracepoint(skel->progs.tp_run, TP_CAT, TP_NAME); in test_tp_fill_link_info()
|
/linux-6.8/tools/lib/bpf/ ! |
D | libbpf.map | 94 bpf_program__attach_tracepoint;
|
D | libbpf.h | 735 bpf_program__attach_tracepoint(const struct bpf_program *prog,
|
D | libbpf.c | 12298 struct bpf_link *bpf_program__attach_tracepoint(const struct bpf_program *prog, in bpf_program__attach_tracepoint() function 12332 *link = bpf_program__attach_tracepoint(prog, tp_cat, tp_name); in attach_tp()
|