Searched refs:prev_time (Results 1 – 4 of 4) sorted by relevance
85 u64 prev_time; member116 if ((s64)(now - trace_clock_struct.prev_time) < 0) in trace_clock_global()117 now = trace_clock_struct.prev_time + 1; in trace_clock_global()119 trace_clock_struct.prev_time = now; in trace_clock_global()
54 u64 prev_time = 0; in test__PERF_RECORD() local181 if (prev_time > sample.time) { in test__PERF_RECORD()183 name, prev_time, sample.time); in test__PERF_RECORD()187 prev_time = sample.time; in test__PERF_RECORD()
70 __u64 prev_time; /* SENSITIVE Previous time stamp */ member360 current_delta = time - ec->prev_time; in jent_measure_jitter()361 ec->prev_time = time; in jent_measure_jitter()
1195 static struct timeval prev_time = {0, 0}; in stabilize() local1202 msec = tv2int(&ct, &prev_time); in stabilize()1214 prev_time = ct; in stabilize()1601 static struct timeval prev_time = { 0, 0 }; in imon_incoming_packet() local1699 msec = tv2int(&t, &prev_time); in imon_incoming_packet()1705 prev_time = t; in imon_incoming_packet()