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:BIC_CPU_c6
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H
A
D
turbostat.c
146
#define
BIC_CPU_c6
(1ULL << 13)
macro
192
#define BIC_IDLE ( BIC_sysfs | BIC_CPU_c1 | BIC_CPU_c3 |
BIC_CPU_c6
| BIC_CPU_c7 | BIC_GFX_rc6 | BIC_Pkgpc2 | BIC_Pkgpc3 | BIC_Pkgpc6 | BIC_Pkgpc7 | BIC_Pkgpc8 | BIC_Pkgpc9 | BIC_Pkgpc10 | BIC_CPU_LPI | BIC_SYS_LPI | BIC_Mod_c6 | BIC_Totl_c0 | BIC_Any_c0 | BIC_GFX_c0 | BIC_CPUGFX)
893
if (DO_BIC(
BIC_CPU_c6
))
in print_header()
1252
if (DO_BIC(
BIC_CPU_c6
))
in format_counters()
2180
if ((DO_BIC(
BIC_CPU_c6
) || soft_c1_residency_display(
BIC_CPU_c6
)) && !do_knl_cstates) {
in get_counters()
2183
} else if (do_knl_cstates && soft_c1_residency_display(
BIC_CPU_c6
)) {
in get_counters()
5712
BIC_PRESENT(
BIC_CPU_c6
);
in process_cpuid()
/kernel/linux/linux-5.10/tools/power/x86/turbostat/
H
A
D
turbostat.c
584
#define
BIC_CPU_c6
(1ULL << 13)
macro
800
if (DO_BIC(
BIC_CPU_c6
))
in print_header()
1155
if (DO_BIC(
BIC_CPU_c6
))
in format_counters()
1995
if ((DO_BIC(
BIC_CPU_c6
) || soft_c1_residency_display(
BIC_CPU_c6
)) && !do_knl_cstates) {
in get_counters()
1998
} else if (do_knl_cstates && soft_c1_residency_display(
BIC_CPU_c6
)) {
in get_counters()
5210
BIC_PRESENT(
BIC_CPU_c6
);
in process_cpuid()
Completed in 14 milliseconds