Home
last modified time | relevance | path

Searched refs:turbostat (Results 1 – 12 of 12) sorted by relevance

/linux/tools/power/x86/turbostat/
H A DMakefile7 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.gitignore2 turbostat
/linux/tools/testing/selftests/turbostat/
H A Ddefcolumns.py7 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 Dsmi_aperf_mperf.py85 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 Dadded_perf_counters.py74 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/admin-guide/pm/
H A Dintel-speed-select.rst224 To verify the base frequency, run turbostat::
226 #turbostat -c 0-13 --show Package,Core,CPU,Bzy_MHz -i 1
598 While running the above test, if we take turbostat output, it will show us that
600 frequency as the turbo is disabled). The turbostat output::
602 #turbostat -c 0-13 --show Package,Core,CPU,Bzy_MHz -i 1
619 From the above turbostat output, both CPU 3 and 4 are very busy and reaching
699 improved (latency reduced) by 7.79%. From the turbostat output, it can be
701 The turbostat output::
703 #turbostat -c 0-13 --show Package,Core,CPU,Bzy_MHz -i 1
818 The turbostat output::
[all …]
/linux/Documentation/translations/zh_CN/userspace-api/
H A Dsysfs-platform_profile.rst24 是其目标。监测性能最好使用设备/供应商提供的工具,比如turbostat
/linux/tools/
H A DMakefile104 turbostat x86_energy_perf_policy intel-speed-select: FORCE target
123 perf selftests bootconfig spi turbostat usb \
/linux/Documentation/userspace-api/
H A Dsysfs-platform_profile.rst21 specific tools such as e.g. turbostat.
/linux/tools/power/pm-graph/
H A Dsleepgraph.py911 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):
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
1180 def turbostat(self, s0ixready): global() member in SystemValues
[all...]
H A DREADME65 - linux-tools-common (for turbostat usage in sleepgraph)
/linux/
H A DMAINTAINERS23921 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git turbostat
23922 F: tools/power/x86/turbostat/
23923 F: tools/testing/selftests/turbostat/