Searched refs:bm_max (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/kernel/trace/ |
H A D | trace_benchmark.c | 17 static u64 bm_max; variable 75 if (delta > bm_max) in trace_do_benchmark() 76 bm_max = delta; in trace_do_benchmark() 88 bm_last, bm_first, bm_max, bm_min, bm_avg, bm_std, bm_stddev); in trace_do_benchmark() 140 bm_last, bm_first, bm_max, bm_min, avg, std, stddev); in trace_do_benchmark() 212 bm_max = 0; in trace_benchmark_unreg()
|
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/ |
H A D | rt_bmark.py | 368 bm_max = bm_max_list[-1] 373 log("Max: %d us" % bm_max) 381 print("%d,%.1f,%d" % (bm_min,bm_avg, bm_max))
|