Searched refs:time_sub (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_hwlat.c | 138 #define time_sub(a, b) ((a) - (b)) macro 202 outer_diff = time_to_us(time_sub(t1, last_t2)); in get_sample() 213 total = time_to_us(time_sub(t2, start)); /* sample width */ in get_sample() 223 diff = time_to_us(time_sub(t2, t1)); /* current diff */ in get_sample()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_hwlat.c | 159 #define time_sub(a, b) ((a) - (b)) macro 234 outer_diff = time_to_us(time_sub(t1, last_t2)); in get_sample() 245 total = time_to_us(time_sub(t2, start)); /* sample width */ in get_sample() 255 diff = time_to_us(time_sub(t2, t1)); /* current diff */ in get_sample()
|
H A D | trace_osnoise.c | 709 #define time_sub(a, b) ((a) - (b)) macro 1489 noise = time_sub(sample, last_sample); in run_osnoise() 1502 total = time_sub(sample, start); in run_osnoise()
|
Completed in 6 milliseconds