Home
last modified time | relevance | path

Searched refs:turbostat (Results 1 – 10 of 10) 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/translations/zh_CN/userspace-api/
H A Dsysfs-platform_profile.rst24 是其目标。监测性能最好使用设备/供应商提供的工具,比如turbostat
/linux/tools/
H A DMakefile105 turbostat x86_energy_perf_policy intel-speed-select: FORCE target
127 perf selftests bootconfig spi turbostat usb \
/linux/tools/power/pm-graph/
H A Dsleepgraph.py1203 def turbostat(self, s0ixready): member in SystemValues
1532 self.turbostat = 0
3035 self.turbostat = []
3058 self.turbostat.append(line)
3132 if len(self.turbostat) > data.testnumber:
3133 m = re.match(self.tstatfmt, self.turbostat[data.testnumber])
3135 data.turbostat = m.group('t')
5557 retval, turbo = sv.turbostat(s0ixready)
6202 if data.turbostat:
6204 for val in data.turbostat.split('|'):
H A DREADME65 - linux-tools-common (for turbostat usage in sleepgraph)
/linux/
H A DMAINTAINERS27228 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git turbostat
27229 F: tools/power/x86/turbostat/
27230 F: tools/testing/selftests/turbostat/