Home
last modified time | relevance | path

Searched full:cycle (Results 1 – 9 of 9) sorted by relevance

/kvm-unit-tests/x86/
H A Dkvmclock_test.c19 volatile cycle_t last; /* last cycle seen by test */
20 int check; /* check cycle ? */
131 printf("Check the stability of raw cycle ...\n"); in main()
135 printf("Raw cycle is not stable\n"); in main()
137 printf("Raw cycle is stable\n"); in main()
140 printf("Monotonic cycle test:\n"); in main()
143 printf("Measure the performance of raw cycle ...\n"); in main()
148 printf("Measure the performance of adjusted cycle ...\n"); in main()
H A Dkvmclock.h10 #define PVCLOCK_RAW_CYCLE_BIT (1 << 7) /* Get raw cycle */
H A DREADME39 kvmclock_test: test of wallclock, monotonic cycle and performance of kvmclock
H A Drealmode.c1654 * iterations of the same instruction and subtract the cycle count in test_perf_loop()
/kvm-unit-tests/arm/
H A Dunittests.cfg49 [pmu-cycle-counter]
52 test_args = "cycle-counter 0"
128 #test_args = "cycle-counter 1"
136 #test_args = "cycle-counter 256"
H A Dpmu.c499 * clear cycle and all event counters and allow counter enablement in test_basic_event_count()
1057 * Ensure that the cycle counter progresses between back-to-back reads.
1063 /* init before event access, this test only cares about cycle count */ in check_cycles_increase()
1094 * for example for the cycle counter or event counters to be reset). At the end
1096 * counting, allowing the cycle counter or event counters to be read at the
1108 * Measure cycle counts for various known instruction counts. Ensure that the
1109 * cycle counter progresses (similar to check_cycles_increase() but with more
1118 /* init before event access, this test only cares about cycle count */ in check_cpi()
1143 printf("\nunexpected cycle count received!\n"); in check_cpi()
1148 * 32 bits of the cycle counter to make sure in check_cpi()
[all …]
/kvm-unit-tests/
H A Derrata.txt5 9e3f7a296940 : 4.9 : arm64: KVM: pmu: Fix AArch32 cycle counter access
H A D.gitlab-ci.yml44 pmu-cycle-counter
104 pmu-cycle-counter
139 pci-test pmu-cycle-counter gicv2-ipi gicv2-mmio gicv3-ipi gicv2-active
/kvm-unit-tests/lib/
H A Dacpi.h108 u8 duty_offset; /* Bit location of duty cycle field in p_cnt reg */
109 u8 duty_width; /* Bit width of duty cycle field in p_cnt reg */