Searched refs:lower (Results 1 – 8 of 8) sorted by relevance
/tools/testing/selftests/powerpc/pmu/ebb/ |
D | ebb.c | 73 u64 count, upper, lower; in ebb_check_count() local 77 lower = ebb_state.stats.ebb_count * (sample_period - fudge); in ebb_check_count() 79 if (count < lower) { in ebb_check_count() 81 pmc, count, lower, lower - count); 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-timechart.txt | 27 In IO mode, every bar has two charts: upper and lower.
|
D | intel-pt.txt | 301 of 3 (i.e. psb_period=3) or the nearest lower value that is 352 The default value is 3 or the nearest lower value
|
D | perf-config.txt | 453 histogram entries. Entries having an overhead lower than this
|
D | perf-record.txt | 529 (like >5M), for lower values expect different sizes.
|
/tools/power/pm-graph/ |
D | bootgraph.py | 929 if val.lower() in switchoff: 940 if val.lower() not in ['grub']: 942 sysvals.bootloader = val.lower()
|
D | sleepgraph.py | 385 if m[:5].lower() == 'intel' and 'baseboard-product-name' in info: 4041 mode.lower() 5444 if s.strip() and s.strip().lower() != 'to be filled by o.e.m.': 5455 type = sysvals.getVal(os.path.join(p, d, 'type')).strip().lower() 5459 bat[v] = sysvals.getVal(os.path.join(p, d, v)).strip().lower() 5496 out = m.group('m').lower() 6121 value = Config.get('Settings', opt).lower() 6122 option = opt.lower() 6472 if val.lower() in switchvalues: 6473 if val.lower() in switchoff: [all …]
|