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:IMC_DOMAIN_CORE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
opal-imc.c
265
domain =
IMC_DOMAIN_CORE
;
in opal_imc_counters_probe()
286
if (domain ==
IMC_DOMAIN_CORE
)
in opal_imc_counters_probe()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
opal-imc.c
264
domain =
IMC_DOMAIN_CORE
;
in opal_imc_counters_probe()
285
if (domain ==
IMC_DOMAIN_CORE
)
in opal_imc_counters_probe()
/kernel/linux/linux-5.10/arch/powerpc/perf/
H
A
D
imc-pmu.c
112
case
IMC_DOMAIN_CORE
:
in imc_pmu_cpumask_get_attr()
721
if (imc_global_refc.id ==
IMC_DOMAIN_CORE
)
in ppc_core_imc_cpu_offline()
874
if (imc_global_refc.id == 0 || imc_global_refc.id ==
IMC_DOMAIN_CORE
) {
in core_imc_event_init()
879
imc_global_refc.id =
IMC_DOMAIN_CORE
;
in core_imc_event_init()
1489
case
IMC_DOMAIN_CORE
:
in update_pmu_ops()
1644
if (pmu_ptr->domain ==
IMC_DOMAIN_CORE
) {
in imc_common_cpuhp_mem_free()
1701
case
IMC_DOMAIN_CORE
:
in imc_mem_init()
1819
case
IMC_DOMAIN_CORE
:
in init_imc_pmu()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H
A
D
imc-pmu.c
113
case
IMC_DOMAIN_CORE
:
in imc_pmu_cpumask_get_attr()
728
if (imc_global_refc.id ==
IMC_DOMAIN_CORE
)
in ppc_core_imc_cpu_offline()
881
if (imc_global_refc.id == 0 || imc_global_refc.id ==
IMC_DOMAIN_CORE
) {
in core_imc_event_init()
886
imc_global_refc.id =
IMC_DOMAIN_CORE
;
in core_imc_event_init()
1496
case
IMC_DOMAIN_CORE
:
in update_pmu_ops()
1652
if (pmu_ptr->domain ==
IMC_DOMAIN_CORE
) {
in imc_common_cpuhp_mem_free()
1709
case
IMC_DOMAIN_CORE
:
in imc_mem_init()
1827
case
IMC_DOMAIN_CORE
:
in init_imc_pmu()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
imc-pmu.h
162
#define
IMC_DOMAIN_CORE
2
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
imc-pmu.h
162
#define
IMC_DOMAIN_CORE
2
macro
Completed in 12 milliseconds