Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/ktrace/
H A Dkperf_tests.c467 #define HISTORY_LEN 5 macro
476 struct instval elts[HISTORY_LEN];
481 uint64_t elts[HISTORY_LEN];
493 __block int i = -HISTORY_LEN; in cpu_oversample_log()
502 i = -HISTORY_LEN; in cpu_oversample_log()
532 per_cpu[i].timer_latencies.cq = CIRQ_INIT(struct instval, HISTORY_LEN);
533 per_cpu[i].fire_latencies.cq = CIRQ_INIT(struct instval, HISTORY_LEN);
554 fire_times->cq = CIRQ_INIT(uint64_t, HISTORY_LEN);