Home
last modified time | relevance | path

Searched refs:lopts (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H 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()
/kernel/linux/linux-5.10/tools/testing/selftests/watchdog/
H A Dwatchdog-test.c23 static const struct option lopts[] = { variable
106 while ((c = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) { in main()
136 while ((c = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) { in main()
/kernel/linux/linux-6.6/tools/testing/selftests/watchdog/
H 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()
/kernel/linux/linux-5.10/tools/spi/
H A Dspidev_test.c203 static const struct option lopts[] = { in parse_opts() local
229 lopts, NULL); in parse_opts()
/kernel/linux/linux-6.6/tools/spi/
H A Dspidev_test.c212 static const struct option lopts[] = { in parse_opts() local
241 lopts, NULL); in parse_opts()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.c10834 LIBBPF_OPTS(bpf_link_create_opts, lopts); in bpf_program__attach_kprobe_multi_opts()
10877 lopts.kprobe_multi.syms = syms; in bpf_program__attach_kprobe_multi_opts()
10878 lopts.kprobe_multi.addrs = addrs; in bpf_program__attach_kprobe_multi_opts()
10879 lopts.kprobe_multi.cookies = cookies; in bpf_program__attach_kprobe_multi_opts()
10880 lopts.kprobe_multi.cnt = cnt; in bpf_program__attach_kprobe_multi_opts()
10881 lopts.kprobe_multi.flags = retprobe ? BPF_F_KPROBE_MULTI_RETURN : 0; in bpf_program__attach_kprobe_multi_opts()
10891 link_fd = bpf_link_create(prog_fd, 0, BPF_TRACE_KPROBE_MULTI, &lopts); in bpf_program__attach_kprobe_multi_opts()
11260 LIBBPF_OPTS(bpf_link_create_opts, lopts); in bpf_program__attach_uprobe_multi()
11329 lopts.uprobe_multi.path = path; in bpf_program__attach_uprobe_multi()
11330 lopts in bpf_program__attach_uprobe_multi()
[all...]

Completed in 18 milliseconds