Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/power/x86/turbostat/
H A DMakefile11 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
H A D.gitignore2 turbostat
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/turbostat/
H A Dturbostat_3.4.bb10 DESCRIPTION = "The turbostat tool allows you to determine the actual \
52 cp -r ${STAGING_KERNEL_DIR}/tools/power/x86/turbostat/* ${S}
67 sed -i 's#MSRHEADER#"msr-index.h"#' turbostat.c
68 sed -i 's#INTEL_FAMILY_HEADER#"intel-family.h"#' turbostat.c
/OK3568_Linux_fs/kernel/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
576 While running the above test, if we take turbostat output, it will show us that
578 frequency as the turbo is disabled). The turbostat output::
580 #turbostat -c 0-13 --show Package,Core,CPU,Bzy_MHz -i 1
597 From the above turbostat output, both CPU 3 and 4 are very busy and reaching
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::
[all …]
/OK3568_Linux_fs/kernel/tools/
H A DMakefile90 turbostat x86_energy_perf_policy intel-speed-select: FORCE target
103 perf selftests bootconfig spi turbostat usb \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/packagegroups/
H A Dpackagegroup-meta-oe.bb645 RDEPENDS:packagegroup-meta-oe-kernel:append:x86 = " intel-speed-select ipmiutil pm-graph turbostat"
646 …oup-meta-oe-kernel:append:x86-64 = " intel-speed-select ipmiutil kpatch pm-graph turbostat bpftool"
651 …rnel:remove:libc-musl = "bpftool crash intel-speed-select kernel-selftest minicoredumper turbostat"
/OK3568_Linux_fs/buildroot/package/collectd/
H A Dcollectd.mk25 tokyotyrant turbostat uuid varnish virt vserver write_kafka \
/OK3568_Linux_fs/kernel/tools/power/pm-graph/
H A Dsleepgraph.py1076 def turbostat(self): member in SystemValues
1329 self.turbostat = 0
2819 self.turbostat = []
2842 self.turbostat.append(line)
2916 if len(self.turbostat) > data.testnumber:
2917 m = re.match(self.tstatfmt, self.turbostat[data.testnumber])
2919 data.turbostat = m.group('t')
5299 turbo = sysvals.turbostat()
5942 if data.turbostat:
5944 for val in data.turbostat.split('|'):
H A DREADME65 - linux-tools-common (for turbostat usage in sleepgraph)
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS17883 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git turbostat
17884 F: tools/power/x86/turbostat/