Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-qdist.c151 QDIST_PR_PERCENT | in do_test_pr()
161 } else if (lopts == (QDIST_PR_PERCENT | QDIST_PR_NODECIMAL)) { in do_test_pr()
219 do_test_pr_label(QDIST_PR_PERCENT | QDIST_PR_NODECIMAL); in test_pr()
/openbmc/qemu/include/qemu/
H A Dqdist.h37 #define QDIST_PR_PERCENT BIT(3) macro
/openbmc/qemu/accel/tcg/
H A Dmonitor.c71 hgram_opts |= QDIST_PR_100X | QDIST_PR_PERCENT; in print_qht_statistics()
/openbmc/qemu/util/
H A Dqdist.c264 percent = opt & QDIST_PR_PERCENT ? "%" : ""; in qdist_pr_label()