Home
last modified time | relevance | path

Searched refs:do_test (Results 1 – 8 of 8) sorted by relevance

/tools/usb/
Dhcd-tests.sh48 do_test () function
108 do_test -t 9 -c 5000
110 do_test -t 10 -c 5000
114 do_test -t 14 -c 15000 -s 256 -v 1
117 do_test -t 21 -c 100 -s 256 -v 1
126 do_test -t 1
128 do_test -t 3 -v 421
132 do_test -t 17
135 do_test -t 19
139 do_test -t 5
[all …]
/tools/testing/selftests/x86/
Dentry_from_vm86.c135 static bool do_test(struct vm86plus_struct *v86, unsigned long eip, in do_test() function
204 do_test(vm86, vmcode_umip - vmcode, VM86_TRAP, 3, "UMIP tests"); in do_umip_tests()
241 do_test(vm86, vmcode_umip_str - vmcode, VM86_SIGNAL, 0, in do_umip_tests()
246 do_test(vm86, vmcode_umip_sldt - vmcode, VM86_SIGNAL, 0, in do_umip_tests()
277 do_test(&v86, vmcode_bound - vmcode, VM86_INTx, 5, "#BR"); in main()
286 do_test(&v86, vmcode_sysenter - vmcode, -1, 0, "SYSENTER"); in main()
297 do_test(&v86, vmcode_syscall - vmcode, VM86_SIGNAL, 0, "SYSCALL"); in main()
303 do_test(&v86, vmcode_sti - vmcode, VM86_STI, 0, "STI with VIP set"); in main()
308 do_test(&v86, vmcode_popf_hlt - vmcode, VM86_UNKNOWN, 0, "POPF with VIP set and IF clear"); in main()
313 do_test(&v86, vmcode_popf_hlt - vmcode, VM86_STI, 0, "POPF with VIP and IF set"); in main()
[all …]
/tools/perf/tests/
Dbackward-ring-buffer.c54 static int do_test(struct perf_evlist *evlist, int mmap_pages, in do_test() function
132 err = do_test(evlist, opts.mmap_pages, &sample_count, in test__backward_ring_buffer()
143 err = do_test(evlist, 1, &sample_count, &comm_count); in test__backward_ring_buffer()
Dsample-parsing.c145 static int do_test(u64 sample_type, u64 sample_regs, u64 read_format) in do_test() function
317 err = do_test(sample_type, 0, rf[i]); in test__sample_parsing()
331 err = do_test(sample_type, sample_regs, 0); in test__sample_parsing()
340 err = do_test(sample_type, sample_regs, rf[i]); in test__sample_parsing()
Dhists_cumulate.c173 static int do_test(struct hists *hists, struct result *expected, size_t nr_expected, in do_test() function
288 err = do_test(hists, expected, ARRAY_SIZE(expected), NULL, 0); in test1()
435 err = do_test(hists, expected, ARRAY_SIZE(expected), in test2()
493 err = do_test(hists, expected, ARRAY_SIZE(expected), NULL, 0); in test3()
679 err = do_test(hists, expected, ARRAY_SIZE(expected), in test4()
Dbpf.c89 static int do_test(struct bpf_object *obj, int (*func)(void), in do_test() function
230 ret = do_test(obj, in __test__bpf()
/tools/testing/selftests/powerpc/dscr/
Ddscr_default_test.c21 static void *do_test(void *in) in do_test() function
77 if (pthread_create(&threads[i], NULL, do_test, (void *)i)) { in dscr_default()
/tools/testing/selftests/networking/timestamping/
Dtxtimestamp.c270 static void do_test(int family, unsigned int opt) in do_test() function
504 do_test(family, SOF_TIMESTAMPING_TX_SOFTWARE); in do_main()
507 do_test(family, SOF_TIMESTAMPING_TX_SCHED); in do_main()
510 do_test(family, SOF_TIMESTAMPING_TX_SCHED | in do_main()
515 do_test(family, SOF_TIMESTAMPING_TX_ACK); in do_main()
518 do_test(family, SOF_TIMESTAMPING_TX_SOFTWARE | in do_main()
522 do_test(family, SOF_TIMESTAMPING_TX_SCHED | in do_main()