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_Busy
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H
A
D
turbostat.c
138
#define
BIC_Busy
(1ULL << 5)
macro
191
#define BIC_FREQUENCY ( BIC_Avg_MHz |
BIC_Busy
| BIC_Bzy_MHz | BIC_TSC_MHz | BIC_GFXMHz | BIC_GFXACTMHz | BIC_UNCORE_MHZ)
854
if (DO_BIC(
BIC_Busy
))
in print_header()
1189
if (DO_BIC(
BIC_Busy
))
in format_counters()
1570
if (DO_BIC(BIC_Avg_MHz) || DO_BIC(
BIC_Busy
) || DO_BIC(BIC_Bzy_MHz) || soft_c1_residency_display(BIC_Avg_MHz)) {
in delta_thread()
2095
if (DO_BIC(BIC_Avg_MHz) || DO_BIC(
BIC_Busy
) || DO_BIC(BIC_Bzy_MHz) || soft_c1_residency_display(BIC_Avg_MHz)) {
in get_counters()
5599
BIC_PRESENT(
BIC_Busy
);
in process_cpuid()
/kernel/linux/linux-5.10/tools/power/x86/turbostat/
H
A
D
turbostat.c
576
#define
BIC_Busy
(1ULL << 5)
macro
764
if (DO_BIC(
BIC_Busy
))
in print_header()
1098
if (DO_BIC(
BIC_Busy
))
in format_counters()
1452
if (DO_BIC(BIC_Avg_MHz) || DO_BIC(
BIC_Busy
) || DO_BIC(BIC_Bzy_MHz) ||
in delta_thread()
1912
if (DO_BIC(BIC_Avg_MHz) || DO_BIC(
BIC_Busy
) || DO_BIC(BIC_Bzy_MHz) ||
in get_counters()
5097
BIC_PRESENT(
BIC_Busy
);
in process_cpuid()
Completed in 14 milliseconds