Searched refs:turbostat (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/power/x86/turbostat/ |
| H A D | Makefile | 7 SNAPSHOT = turbostat-$(DAY) 13 turbostat : turbostat.c target 27 @rm -f $(BUILD_OUTPUT)/turbostat 30 install : turbostat 32 install $(BUILD_OUTPUT)/turbostat $(DESTDIR)$(PREFIX)/bin/turbostat 34 install -m 644 turbostat.8 $(DESTDIR)$(PREFIX)/share/man/man8 36 snapshot: turbostat 39 …@cp turbostat Makefile turbostat.c turbostat.8 ../../../../arch/x86/include/asm/intel-family.h $(S…
|
| H A D | .gitignore | 2 turbostat
|
| /linux/tools/testing/selftests/turbostat/ |
| H A D | defcolumns.py | 7 turbostat = which('turbostat') variable 8 if turbostat is None: 17 proc_turbostat = subprocess.run([turbostat, '--list'], capture_output = True) 33 turbostat_argv = [turbostat, '-i', '0.250']
|
| H A D | smi_aperf_mperf.py | 85 turbostat = which('turbostat') variable 86 if turbostat is None: 95 proc_turbostat = subprocess.run([turbostat, '--list'], capture_output = True) 125 turbostat_argv = [turbostat, '-i', '0.50', '--show', bic]
|
| H A D | added_perf_counters.py | 74 turbostat = which('turbostat') variable 75 if turbostat is None: 84 proc_turbostat = subprocess.run([turbostat, '--list'], capture_output = True) 134 turbostat_argv = [turbostat, '-i', '0.50', '--show', 'CPU'] + counters_argv
|
| /linux/Documentation/translations/zh_CN/userspace-api/ |
| H A D | sysfs-platform_profile.rst | 24 是其目标。监测性能最好使用设备/供应商提供的工具,比如turbostat。
|
| /linux/tools/ |
| H A D | Makefile | 105 turbostat x86_energy_perf_policy intel-speed-select: FORCE target 127 perf selftests bootconfig spi turbostat usb \
|
| /linux/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 911 fp.write('# turbostat %s\n' % test['turbo']) 1193 cmd = self.getExec('turbostat') 1199 if re.match(r'turbostat version .*', out): 1203 def turbostat(self, s0ixready): member in SystemValues 1204 cmd = self.getExec('turbostat') 1219 errmsg = 'unrecognized turbostat output:\n'+rawout.strip() 1532 self.turbostat = 0 3007 tstatfmt = r'^# turbostat (?P<t>\S*)' 3035 self.turbostat = [] 3058 self.turbostat [all...] |
| H A D | README | 65 - linux-tools-common (for turbostat usage in sleepgraph)
|