Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
A Dmap_kptr.c11 LIBBPF_OPTS(bpf_test_run_opts, lopts); in test_map_kptr_success()
32 ret = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.test_ls_map_kptr_ref1), &lopts); in test_map_kptr_success()
34 ASSERT_OK(lopts.retval, "test_ls_map_kptr_ref1 retval"); in test_map_kptr_success()
36 ret = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.test_ls_map_kptr_ref2), &lopts); in test_map_kptr_success()
38 ASSERT_OK(lopts.retval, "test_ls_map_kptr_ref2 retval"); in test_map_kptr_success()
109 ret = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.test_ls_map_kptr_ref_del), &lopts); in test_map_kptr_success()
112 ASSERT_OK(lopts.retval, "test_ls_map_kptr_ref_del retval"); in test_map_kptr_success()
/linux/tools/testing/selftests/watchdog/
A Dwatchdog-test.c31 static const struct option lopts[] = { variable
184 while ((c = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) { in main()
214 while ((c = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) { in main()
/linux/tools/spi/
A Dspidev_test.c212 static const struct option lopts[] = { in parse_opts() local
241 lopts, NULL); in parse_opts()
/linux/tools/lib/bpf/
A Dlibbpf.c11478 LIBBPF_OPTS(bpf_link_create_opts, lopts); in bpf_program__attach_kprobe_multi_opts()
11535 lopts.kprobe_multi.syms = syms; in bpf_program__attach_kprobe_multi_opts()
11536 lopts.kprobe_multi.addrs = addrs; in bpf_program__attach_kprobe_multi_opts()
11537 lopts.kprobe_multi.cookies = cookies; in bpf_program__attach_kprobe_multi_opts()
11538 lopts.kprobe_multi.cnt = cnt; in bpf_program__attach_kprobe_multi_opts()
11943 LIBBPF_OPTS(bpf_link_create_opts, lopts); in bpf_program__attach_uprobe_multi()
12019 lopts.uprobe_multi.path = path; in bpf_program__attach_uprobe_multi()
12020 lopts.uprobe_multi.offsets = offsets; in bpf_program__attach_uprobe_multi()
12022 lopts.uprobe_multi.cookies = cookies; in bpf_program__attach_uprobe_multi()
12023 lopts.uprobe_multi.cnt = cnt; in bpf_program__attach_uprobe_multi()
[all …]

Completed in 34 milliseconds