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:counter_mem_size
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/perf/
H
A
D
imc-pmu.c
526
if ((config & IMC_EVENT_OFFSET_MASK) > pmu->
counter_mem_size
)
in nest_imc_event_init()
654
ret = core_imc_mem_init(cpu, core_imc_pmu->
counter_mem_size
);
in ppc_core_imc_cpu_online()
829
if (((config & IMC_EVENT_OFFSET_MASK) > pmu->
counter_mem_size
))
in core_imc_event_init()
993
if (((config & IMC_EVENT_OFFSET_MASK) > pmu->
counter_mem_size
))
in thread_imc_event_init()
1564
int size = core_imc_pmu->
counter_mem_size
;
in cleanup_all_core_imc_memory()
1730
thread_imc_mem_size = pmu_ptr->
counter_mem_size
;
in imc_mem_init()
1732
res = thread_imc_mem_alloc(cpu, pmu_ptr->
counter_mem_size
);
in imc_mem_init()
1753
trace_imc_mem_size = pmu_ptr->
counter_mem_size
;
in imc_mem_init()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H
A
D
imc-pmu.c
533
if ((config & IMC_EVENT_OFFSET_MASK) > pmu->
counter_mem_size
)
in nest_imc_event_init()
661
ret = core_imc_mem_init(cpu, core_imc_pmu->
counter_mem_size
);
in ppc_core_imc_cpu_online()
836
if (((config & IMC_EVENT_OFFSET_MASK) > pmu->
counter_mem_size
))
in core_imc_event_init()
1000
if (((config & IMC_EVENT_OFFSET_MASK) > pmu->
counter_mem_size
))
in thread_imc_event_init()
1572
int size = core_imc_pmu->
counter_mem_size
;
in cleanup_all_core_imc_memory()
1738
thread_imc_mem_size = pmu_ptr->
counter_mem_size
;
in imc_mem_init()
1740
res = thread_imc_mem_alloc(cpu, pmu_ptr->
counter_mem_size
);
in imc_mem_init()
1761
trace_imc_mem_size = pmu_ptr->
counter_mem_size
;
in imc_mem_init()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
imc-pmu.h
126
u32
counter_mem_size
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
imc-pmu.h
126
u32
counter_mem_size
;
member
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
opal-imc.c
157
ret = of_property_read_u32(parent, "size", &pmu_ptr->
counter_mem_size
);
in imc_pmu_create()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
opal-imc.c
156
ret = of_property_read_u32(parent, "size", &pmu_ptr->
counter_mem_size
);
in imc_pmu_create()
Completed in 7 milliseconds