Searched refs:instrs_prev (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Dcs-etm.c1715 u64 instrs_prev; local
1718 instrs_prev = tidq->period_instructions;
1782 * entry conditions ensure that instrs_prev is less than
1785 u64 offset = etm->instructions_sample_period - instrs_prev;

Completed in 174 milliseconds