Searched refs:turbostat (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/tools/power/x86/turbostat/ |
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…
|
D | .gitignore | 2 turbostat
|
/linux-6.12.1/tools/testing/selftests/turbostat/ |
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']
|
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]
|
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-6.12.1/Documentation/translations/zh_CN/userspace-api/ |
D | sysfs-platform_profile.rst | 24 是其目标。监测性能最好使用设备/供应商提供的工具,比如turbostat。
|
/linux-6.12.1/Documentation/admin-guide/pm/ |
D | intel-speed-select.rst | 224 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-6.12.1/tools/ |
D | Makefile | 104 turbostat x86_energy_perf_policy intel-speed-select: FORCE target 123 perf selftests bootconfig spi turbostat usb \
|
/linux-6.12.1/Documentation/userspace-api/ |
D | sysfs-platform_profile.rst | 21 specific tools such as e.g. turbostat.
|
/linux-6.12.1/tools/power/pm-graph/ |
D | sleepgraph.py | 1180 def turbostat(self, s0ixready): member in SystemValues 1509 self.turbostat = 0 3011 self.turbostat = [] 3034 self.turbostat.append(line) 3108 if len(self.turbostat) > data.testnumber: 3109 m = re.match(self.tstatfmt, self.turbostat[data.testnumber]) 3111 data.turbostat = m.group('t') 5528 retval, turbo = sv.turbostat(s0ixready) 6173 if data.turbostat: 6175 for val in data.turbostat.split('|'):
|
D | README | 65 - linux-tools-common (for turbostat usage in sleepgraph)
|
/linux-6.12.1/ |
D | MAINTAINERS | 23601 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git turbostat 23602 F: tools/power/x86/turbostat/ 23603 F: tools/testing/selftests/turbostat/
|