Searched refs:bm_first (Results 1 - 1 of 1) sorted by last modified time

/linux-master/kernel/trace/
H A Dtrace_benchmark.c19 static u64 bm_first; variable
32 * the rest is hot, we save off that time in bm_first and it is
67 bm_first = delta;
69 "first=%llu [COLD CACHED]", bm_first);
88 bm_last, bm_first, bm_max, bm_min, bm_avg, bm_std, bm_stddev);
139 bm_last, bm_first, bm_max, bm_min, avg, std, stddev);
215 bm_first = 0;

Completed in 197 milliseconds