Home
last modified time | relevance | path

Searched refs:lower (Results 1 – 8 of 8) sorted by relevance

/tools/testing/selftests/powerpc/pmu/ebb/
Debb.c73 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/
Dget_led_device_info.sh181 color_upper=`echo $color | tr [:lower:] [:upper:]`
/tools/perf/Documentation/
Dperf-timechart.txt27 In IO mode, every bar has two charts: upper and lower.
Dintel-pt.txt301 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
Dperf-config.txt453 histogram entries. Entries having an overhead lower than this
Dperf-record.txt529 (like >5M), for lower values expect different sizes.
/tools/power/pm-graph/
Dbootgraph.py929 if val.lower() in switchoff:
940 if val.lower() not in ['grub']:
942 sysvals.bootloader = val.lower()
Dsleepgraph.py385 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 …]