Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:turbostat
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/turbostat/
H
A
D
Makefile
11
turbostat
:
turbostat
.c
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
/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H
A
D
Makefile
11
turbostat
:
turbostat
.c
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
/kernel/linux/linux-5.10/tools/
H
A
D
Makefile
34
@echo '
turbostat
- Intel CPU idle stats and freq reporting tool'
90
turbostat
x86_energy_perf_policy intel-speed-select: FORCE
103
perf selftests bootconfig spi
turbostat
usb \
/kernel/linux/linux-6.6/tools/
H
A
D
Makefile
39
@echo '
turbostat
- Intel CPU idle stats and freq reporting tool'
101
turbostat
x86_energy_perf_policy intel-speed-select: FORCE
120
perf selftests bootconfig spi
turbostat
usb \
/kernel/linux/linux-5.10/tools/power/pm-graph/
H
A
D
sleepgraph.py
850
fp.write('#
turbostat
%s\n' % test['turbo'])
1066
cmd = self.getExec('
turbostat
')
1072
if re.match('
turbostat
version .*', out):
1076
def
turbostat
(self):
member in SystemValues
1077
cmd = self.getExec('
turbostat
')
1092
errmsg = 'unrecognized
turbostat
output:\n'+rawout.strip()
1329
self.
turbostat
= 0
2795
tstatfmt = '^#
turbostat
(?P<t>\S*)'
2819
self.
turbostat
= []
2842
self.
turbostat
[all...]
/kernel/linux/linux-6.6/tools/power/pm-graph/
H
A
D
sleepgraph.py
895
fp.write('#
turbostat
%s\n' % test['turbo'])
1170
cmd = self.getExec('
turbostat
')
1176
if re.match('
turbostat
version .*', out):
1180
def
turbostat
(self, s0ixready):
member in SystemValues
1181
cmd = self.getExec('
turbostat
')
1196
errmsg = 'unrecognized
turbostat
output:\n'+rawout.strip()
1509
self.
turbostat
= 0
2983
tstatfmt = '^#
turbostat
(?P<t>\S*)'
3011
self.
turbostat
= []
3034
self.
turbostat
[all...]
Completed in 9 milliseconds