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

/linux-master/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.c40 const u32 INSTR_PER_NS = 10; variable
134 *instr_count %= INSTR_PER_NS;
135 return instr_copy / INSTR_PER_NS;
353 } else if (packet_queue->instr_count / INSTR_PER_NS > converted_timestamp) {
370 (packet_queue->instr_count / INSTR_PER_NS);

Completed in 306 milliseconds