Home
last modified time | relevance | path

Searched refs:bpf_program__attach_tracing_multi (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtracing_multi.c212 skel->links.test_fentry = bpf_program__attach_tracing_multi(skel->progs.test_fentry, in test_link_api_pattern()
217 skel->links.test_fexit = bpf_program__attach_tracing_multi(skel->progs.test_fexit, in test_link_api_pattern()
222 skel->links.test_fentry_s = bpf_program__attach_tracing_multi(skel->progs.test_fentry_s, in test_link_api_pattern()
227 skel->links.test_fexit_s = bpf_program__attach_tracing_multi(skel->progs.test_fexit_s, in test_link_api_pattern()
262 skel->links.test_fentry = bpf_program__attach_tracing_multi(skel->progs.test_fentry, in test_link_api_ids()
267 skel->links.test_fexit = bpf_program__attach_tracing_multi(skel->progs.test_fexit, in test_link_api_ids()
274 skel->links.test_fentry_s = bpf_program__attach_tracing_multi(skel->progs.test_fentry_s, in test_link_api_ids()
279 skel->links.test_fexit_s = bpf_program__attach_tracing_multi(skel->progs.test_fexit_s, in test_link_api_ids()
324 skel->links.test_fentry = bpf_program__attach_tracing_multi(skel->progs.test_fentry, in test_module_link_api_pattern()
329 skel->links.test_fexit = bpf_program__attach_tracing_multi(skel->progs.test_fexit, in test_module_link_api_pattern()
[all …]
H A Dfill_link_info.c618 link = bpf_program__attach_tracing_multi(skel->progs.tmulti_run, NULL, &opts); in test_tracing_multi_fill_link_info()
/linux/tools/lib/bpf/
H A Dlibbpf.map461 bpf_program__attach_tracing_multi;
H A Dlibbpf.c12739 bpf_program__attach_tracing_multi(const struct bpf_program *prog, const char *pattern, in bpf_program__attach_tracing_multi() function
12853 *link = bpf_program__attach_tracing_multi(prog, pattern, NULL); in attach_tracing_multi()