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:perfcntrs
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/
H
A
D
a3xx_gpu.c
257
/* Enable the
perfcntrs
that we use.. */
in a3xx_hw_init()
259
const struct msm_gpu_perfcntr *perfcntr = &gpu->
perfcntrs
[i];
in a3xx_hw_init()
508
static const struct msm_gpu_perfcntr
perfcntrs
[] = {
variable
539
gpu->
perfcntrs
=
perfcntrs
;
in a3xx_gpu_init()
540
gpu->num_perfcntrs = ARRAY_SIZE(
perfcntrs
);
in a3xx_gpu_init()
H
A
D
a2xx_gpu.c
493
static const struct msm_gpu_perfcntr
perfcntrs
[] = {
variable
521
gpu->
perfcntrs
=
perfcntrs
;
in a2xx_gpu_init()
522
gpu->num_perfcntrs = ARRAY_SIZE(
perfcntrs
);
in a2xx_gpu_init()
H
A
D
a4xx_gpu.c
668
gpu->
perfcntrs
= NULL;
in a4xx_gpu_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/
H
A
D
a3xx_gpu.c
256
/* Enable the
perfcntrs
that we use.. */
in a3xx_hw_init()
258
const struct msm_gpu_perfcntr *perfcntr = &gpu->
perfcntrs
[i];
in a3xx_hw_init()
519
static const struct msm_gpu_perfcntr
perfcntrs
[] = {
variable
552
gpu->
perfcntrs
=
perfcntrs
;
in a3xx_gpu_init()
553
gpu->num_perfcntrs = ARRAY_SIZE(
perfcntrs
);
in a3xx_gpu_init()
H
A
D
a2xx_gpu.c
512
static const struct msm_gpu_perfcntr
perfcntrs
[] = {
variable
540
gpu->
perfcntrs
=
perfcntrs
;
in a2xx_gpu_init()
541
gpu->num_perfcntrs = ARRAY_SIZE(
perfcntrs
);
in a2xx_gpu_init()
H
A
D
a4xx_gpu.c
680
gpu->
perfcntrs
= NULL;
in a4xx_gpu_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H
A
D
msm_perf.c
73
const struct msm_gpu_perfcntr *perfcntr = &gpu->
perfcntrs
[i];
in refill_buf()
H
A
D
msm_gpu.h
91
const struct msm_gpu_perfcntr *
perfcntrs
;
member
H
A
D
msm_gpu.c
587
current_cntrs[i] = gpu_read(gpu, gpu->
perfcntrs
[i].sample_reg);
in update_hw_cntrs()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H
A
D
msm_perf.c
73
const struct msm_gpu_perfcntr *perfcntr = &gpu->
perfcntrs
[i];
in refill_buf()
H
A
D
msm_gpu.h
183
const struct msm_gpu_perfcntr *
perfcntrs
;
member
H
A
D
msm_gpu.c
555
current_cntrs[i] = gpu_read(gpu, gpu->
perfcntrs
[i].sample_reg);
in update_hw_cntrs()
Completed in 10 milliseconds