Lines Matching full:cycle
499 * 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()
1242 if (strcmp(argv[1], "cycle-counter") == 0) { in main()
1247 "Monotonically increasing cycle count"); in main()
1248 report(check_cpi(cpi), "Cycle/instruction ratio"); in main()