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

/linux-master/tools/perf/
H A Dbuiltin-script.c76 static u64 previous_time; variable
876 if (previous_time)
877 t = sample->time - previous_time;
881 previous_time = sample->time;

Completed in 251 milliseconds