Searched refs:turbostat (Results 1 – 8 of 8) sorted by relevance
/linux/tools/power/x86/turbostat/ |
A 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
|
A D | .gitignore | 2 turbostat
|
/linux/Documentation/admin-guide/pm/ |
A 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 578 frequency as the turbo is disabled). The turbostat output:: 580 #turbostat -c 0-13 --show Package,Core,CPU,Bzy_MHz -i 1 677 improved (latency reduced) by 7.79%. From the turbostat output, it can be 679 The turbostat output:: 681 #turbostat -c 0-13 --show Package,Core,CPU,Bzy_MHz -i 1 796 The turbostat output:: 798 #turbostat -c 0-13 --show Package,Core,CPU,Bzy_MHz -i 1 911 The turbostat output:: [all …]
|
/linux/tools/ |
A D | Makefile | 88 turbostat x86_energy_perf_policy intel-speed-select: FORCE target 101 perf selftests bootconfig spi turbostat usb \
|
/linux/Documentation/userspace-api/ |
A D | sysfs-platform_profile.rst | 21 specific tools such as e.g. turbostat.
|
/linux/tools/power/pm-graph/ |
A D | sleepgraph.py | 1102 def turbostat(self): member in SystemValues 1406 self.turbostat = 0 2901 self.turbostat = [] 2924 self.turbostat.append(line) 2998 if len(self.turbostat) > data.testnumber: 2999 m = re.match(self.tstatfmt, self.turbostat[data.testnumber]) 3001 data.turbostat = m.group('t') 5363 turbo = sv.turbostat() 5982 if data.turbostat: 5984 for val in data.turbostat.split('|'):
|
A D | README | 65 - linux-tools-common (for turbostat usage in sleepgraph)
|
/linux/ |
A D | MAINTAINERS | 19401 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git turbostat 19402 F: tools/power/x86/turbostat/
|
Completed in 35 milliseconds