Searched refs:bpf_program__attach_tracing_multi (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tracing_multi.c | 212 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 D | fill_link_info.c | 618 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 D | libbpf.map | 461 bpf_program__attach_tracing_multi;
|
| H A D | libbpf.c | 12739 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()
|