Home
last modified time | relevance | path

Searched refs:results (Results 1 – 25 of 59) sorted by relevance

123

/qemu/scripts/simplebench/
H A Dresults_to_text.py48 def results_dimension(results): argument
50 for case in results['cases']:
51 for env in results['envs']:
63 def results_to_text(results): argument
65 n_columns = len(results['envs'])
67 dim = results_dimension(results)
76 for case in results['cases']:
78 case_results = results['tab'][case['id']]
79 for env in results['envs']:
89 env = results['envs'][i]
[all …]
H A Dsimplebench.py122 results = {
140 return results
/qemu/.gitlab-ci.d/
H A Dbuildtest-template.yml88 - build/tests/results/latest/results.xml
89 - build/tests/results/latest/test-results
91 junit: build/tests/results/latest/results.xml
H A Dcrossbuild-template.yml80 # template to their extends to save the build logs and test results
/qemu/hw/usb/
H A Ddev-uas.c120 QTAILQ_HEAD(, UASStatus) results;
364 while ((st = QTAILQ_FIRST(&uas->results)) != NULL) { in usb_uas_send_status_bh()
377 QTAILQ_REMOVE(&uas->results, st, next); in usb_uas_send_status_bh()
391 QTAILQ_INSERT_TAIL(&uas->results, st, next); in usb_uas_queue_status()
645 QTAILQ_FOREACH_SAFE(st, &uas->results, next, nst) { in usb_uas_handle_reset()
646 QTAILQ_REMOVE(&uas->results, st, next); in usb_uas_handle_reset()
848 QTAILQ_FOREACH(st, &uas->results, next) { in usb_uas_handle_data()
860 st = QTAILQ_FIRST(&uas->results); in usb_uas_handle_data()
869 QTAILQ_REMOVE(&uas->results, st, next); in usb_uas_handle_data()
938 QTAILQ_INIT(&uas->results); in usb_uas_realize()
H A Dhcd-ehci.h96 uint32_t results; member
/qemu/scripts/ci/org.centos/stream/8/x86_64/
H A Dtest-avocado26 --job-results-dir=tests/results/ \
/qemu/tests/qemu-iotests/
H A Dtestrunner.py131 results = p.starmap(self.proc_run_test,
136 return results
385 results = self.run_tests_pool(tests, test_field_width, jobs)
391 res = results[i]
/qemu/tests/qtest/
H A Dhd-geo-test.c529 GList *results = NULL, *cur_result; in read_bootdevices() local
554 results = g_list_prepend(results, r); in read_bootdevices()
563 cur_result = results; in read_bootdevices()
576 results = g_list_delete_link(results, cur_result); in read_bootdevices()
580 g_assert(results == NULL); in read_bootdevices()
/qemu/tests/
H A DMakefile.include93 TESTS_RESULTS_DIR=$(BUILD_DIR)/tests/results
141 --show=$(AVOCADO_SHOW) run --job-results-dir=$(TESTS_RESULTS_DIR) \
/qemu/target/hexagon/
H A DREADME71 results for A2_add
246 are read, then the operations are performed, then all the results are written.
252 packet is committed. We record the results of each instruction in a side data
290 execution results with actual hardware running on a Hexagon Linux target.
291 Run qemu with the "-d cpu" option. Then, we can diff the results and figure
/qemu/net/
H A Dnet.c1052 GPtrArray *results = user_data; in add_nic_result() local
1075 g_ptr_array_add(results, result); in add_nic_result()
1086 GPtrArray *results = g_ptr_array_new(); in show_nic_models() local
1089 g_hash_table_foreach_remove(nic_model_help, add_nic_result, results); in show_nic_models()
1090 g_ptr_array_sort(results, (GCompareFunc)model_cmp); in show_nic_models()
1093 for (i = 0 ; i < results->len; i++) { in show_nic_models()
1094 printf("%s\n", (char *)results->pdata[i]); in show_nic_models()
/qemu/target/ppc/
H A Dpower8-pmu-regs.c.inc199 * Monitor, and a read attempt results in a Facility Unavailable
232 * Monitor, and a write attempt results in a Facility Unavailable
/qemu/docs/devel/migration/
H A Ddirty-limit.rst57 on the results of the calculation supplied by step CALCULATE (2).
/qemu/scripts/coverity-scan/
H A Drun-coverity-scan227 --results-tarball)
/qemu/docs/devel/
H A Ddocs.rst67 that results. Use the ``SRST()`` directive documented above, to
H A Dci-definitions.rst.inc17 like inputs and expected results, are set up;
H A Dci-jobs.rst.inc111 The job results are only of interest to contributors prior to
/qemu/gdbstub/
H A Dgdbstub.c497 GArray *results = g_array_new(true, true, sizeof(GDBRegDesc)); in gdb_get_register_list() local
501 return results; in gdb_get_register_list()
513 g_array_append_val(results, desc); in gdb_get_register_list()
517 return results; in gdb_get_register_list()
/qemu/docs/tools/
H A Dqemu-trace-stap.rst42 *PATTERN* is a plain string that is used to filter the results of
/qemu/tests/avocado/acpi-bits/bits-tests/
H A Dsmilatency.py247 print "Warning: touching the keyboard can affect the results of this test."
/qemu/docs/
H A Dimage-fuzzer.txt35 images, indicates their results and collects all test related artifacts (logs,
51 For comprehensive test results, please, set up your test environment
H A Dxbzrle.txt49 This work was originally based on research results published
/qemu/target/ppc/translate/
H A Dstorage-ctrl-impl.c.inc219 * otherwise the results are undefined.
/qemu/qapi/
H A Dmachine-target.json70 # An enumeration of CPU model comparison results. The result is
133 # compare in a specific configuration. The results indicates how

123