Lines Matching refs:timestamp
67 m[i]->timestamp = rte_get_timer_cycles(); in perf_producer()
73 m[i]->timestamp = rte_get_timer_cycles(); in perf_producer()
86 uint64_t timestamp; in perf_producer_burst() local
124 timestamp = rte_get_timer_cycles(); in perf_producer_burst()
128 m[i]->timestamp = timestamp; in perf_producer_burst()
138 timestamp = rte_get_timer_cycles(); in perf_producer_burst()
140 m[i]->timestamp = timestamp; in perf_producer_burst()
192 m[i]->timestamp = rte_get_timer_cycles(); in perf_event_timer_producer()
198 m[i]->timestamp = rte_get_timer_cycles(); in perf_event_timer_producer()
200 arm_latency += rte_get_timer_cycles() - m[i]->timestamp; in perf_event_timer_producer()
258 m[i]->timestamp = rte_get_timer_cycles(); in perf_event_timer_producer_burst()
265 arm_latency += rte_get_timer_cycles() - m[i - 1]->timestamp; in perf_event_timer_producer_burst()