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:active_perfmon
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H
A
D
vc4_perfmon.c
35
if (WARN_ON_ONCE(!perfmon || vc4->
active_perfmon
))
in vc4_perfmon_start()
44
vc4->
active_perfmon
= perfmon;
in vc4_perfmon_start()
52
if (WARN_ON_ONCE(!vc4->
active_perfmon
||
in vc4_perfmon_stop()
53
perfmon != vc4->
active_perfmon
))
in vc4_perfmon_stop()
62
vc4->
active_perfmon
= NULL;
in vc4_perfmon_stop()
H
A
D
vc4_drv.h
168
struct vc4_perfmon *
active_perfmon
;
member
H
A
D
vc4_gem.c
481
if (exec->perfmon && vc4->
active_perfmon
!= exec->perfmon)
in vc4_submit_next_bin_job()
/kernel/linux/linux-6.6/drivers/gpu/drm/v3d/
H
A
D
v3d_perfmon.c
32
if (WARN_ON_ONCE(!perfmon || v3d->
active_perfmon
))
in v3d_perfmon_start()
58
v3d->
active_perfmon
= perfmon;
in v3d_perfmon_start()
66
if (!perfmon || !v3d->
active_perfmon
)
in v3d_perfmon_stop()
70
if (perfmon != v3d->
active_perfmon
) {
in v3d_perfmon_stop()
81
v3d->
active_perfmon
= NULL;
in v3d_perfmon_stop()
H
A
D
v3d_sched.c
68
if (job->perfmon != v3d->
active_perfmon
)
in v3d_switch_perfmon()
69
v3d_perfmon_stop(v3d, v3d->
active_perfmon
, true);
in v3d_switch_perfmon()
71
if (job->perfmon && v3d->
active_perfmon
!= job->perfmon)
in v3d_switch_perfmon()
H
A
D
v3d_drv.h
118
struct v3d_perfmon *
active_perfmon
;
member
H
A
D
v3d_gem.c
129
v3d_perfmon_stop(v3d, v3d->
active_perfmon
, false);
in v3d_reset()
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H
A
D
vc4_perfmon.c
55
if (WARN_ON_ONCE(!perfmon || vc4->
active_perfmon
))
in vc4_perfmon_start()
64
vc4->
active_perfmon
= perfmon;
in vc4_perfmon_start()
75
if (WARN_ON_ONCE(!vc4->
active_perfmon
||
in vc4_perfmon_stop()
76
perfmon != vc4->
active_perfmon
))
in vc4_perfmon_stop()
85
vc4->
active_perfmon
= NULL;
in vc4_perfmon_stop()
H
A
D
vc4_drv.h
178
struct vc4_perfmon *
active_perfmon
;
member
H
A
D
vc4_gem.c
490
if (exec->perfmon && vc4->
active_perfmon
!= exec->perfmon)
in vc4_submit_next_bin_job()
Completed in 12 milliseconds