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:PMU_NR_COUNTERS
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mm/
H
A
D
cache-l2x0-pmu.c
18
#define
PMU_NR_COUNTERS
2
macro
36
static struct perf_event *events[
PMU_NR_COUNTERS
];
43
for (i = 0; i <
PMU_NR_COUNTERS
; i++) {
in l2x0_pmu_find_idx()
56
for (i = 0; i <
PMU_NR_COUNTERS
; i++) {
in l2x0_pmu_num_active_counters()
159
for (i = 0; i <
PMU_NR_COUNTERS
; i++) {
in l2x0_pmu_poll()
291
return num_hw <=
PMU_NR_COUNTERS
;
in l2x0_pmu_group_is_valid()
420
for (i = 0; i <
PMU_NR_COUNTERS
; i++)
in l2x0_pmu_reset()
450
for (i = 0; i <
PMU_NR_COUNTERS
; i++) {
in l2x0_pmu_suspend()
466
for (i = 0; i <
PMU_NR_COUNTERS
; i++) {
in l2x0_pmu_resume()
/kernel/linux/linux-6.6/arch/arm/mm/
H
A
D
cache-l2x0-pmu.c
18
#define
PMU_NR_COUNTERS
2
macro
36
static struct perf_event *events[
PMU_NR_COUNTERS
];
43
for (i = 0; i <
PMU_NR_COUNTERS
; i++) {
in l2x0_pmu_find_idx()
56
for (i = 0; i <
PMU_NR_COUNTERS
; i++) {
in l2x0_pmu_num_active_counters()
159
for (i = 0; i <
PMU_NR_COUNTERS
; i++) {
in l2x0_pmu_poll()
291
return num_hw <=
PMU_NR_COUNTERS
;
in l2x0_pmu_group_is_valid()
420
for (i = 0; i <
PMU_NR_COUNTERS
; i++)
in l2x0_pmu_reset()
450
for (i = 0; i <
PMU_NR_COUNTERS
; i++) {
in l2x0_pmu_suspend()
466
for (i = 0; i <
PMU_NR_COUNTERS
; i++) {
in l2x0_pmu_resume()
Completed in 2 milliseconds