Searched refs:upper (Results 1 – 5 of 5) sorted by relevance
/tools/testing/selftests/powerpc/pmu/ebb/ |
D | ebb.c | 73 u64 count, upper, lower; in ebb_check_count() local 85 upper = ebb_state.stats.ebb_count * (sample_period + fudge); in ebb_check_count() 87 if (count > upper) { in ebb_check_count() 89 pmc, count, upper, count - upper); in ebb_check_count() 94 pmc, count, lower, upper, count - lower, upper - count); in ebb_check_count()
|
/tools/leds/ |
D | get_led_device_info.sh | 181 color_upper=`echo $color | tr [:lower:] [:upper:]`
|
/tools/perf/Documentation/ |
D | perf-buildid-cache.txt | 16 files to/from the cache. In the future it should as well set upper limits for
|
D | perf-timechart.txt | 27 In IO mode, every bar has two charts: upper and lower.
|
/tools/power/pm-graph/ |
D | sleepgraph.py | 4038 html += head.format('%d' % count, mode.upper(), 4045 html += headnone.format('%d' % count, mode.upper()) 4124 (title, type.upper(), limit) 4567 host = sv.hostname[0].upper()+sv.hostname[1:] 5093 pprint('SET DISPLAY TO %s' % sysvals.display.upper()) 5804 sysvals.vprint(' %-8s : %s' % (key.upper(), sysvals.stamp[key])) 6681 pprint('Display Status: %s' % displayControl('stat').upper()) 6688 pprint('%6s: %s' % (key.upper(), out[key]))
|