Searched refs:turbostat (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/tools/power/x86/turbostat/ |
D | Makefile | 11 turbostat : turbostat.c target 24 @rm -f $(BUILD_OUTPUT)/turbostat 26 install : turbostat 28 install $(BUILD_OUTPUT)/turbostat $(DESTDIR)$(PREFIX)/bin/turbostat 30 install -m 644 turbostat.8 $(DESTDIR)$(PREFIX)/share/man/man8
|
D | .gitignore | 2 turbostat
|
/linux-6.1.9/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.1.9/tools/ |
D | Makefile | 101 turbostat x86_energy_perf_policy intel-speed-select: FORCE target 120 perf selftests bootconfig spi turbostat usb \
|
/linux-6.1.9/Documentation/userspace-api/ |
D | sysfs-platform_profile.rst | 21 specific tools such as e.g. turbostat.
|
/linux-6.1.9/tools/power/pm-graph/ |
D | sleepgraph.py | 1162 def turbostat(self, s0ixready): member in SystemValues 1491 self.turbostat = 0 2991 self.turbostat = [] 3014 self.turbostat.append(line) 3088 if len(self.turbostat) > data.testnumber: 3089 m = re.match(self.tstatfmt, self.turbostat[data.testnumber]) 3091 data.turbostat = m.group('t') 5505 turbo = sv.turbostat(s0ixready) 6133 if data.turbostat: 6135 for val in data.turbostat.split('|'):
|
D | README | 65 - linux-tools-common (for turbostat usage in sleepgraph)
|
/linux-6.1.9/ |
D | MAINTAINERS | 20983 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git turbostat 20984 F: tools/power/x86/turbostat/
|