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:panfrost_perf
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/panfrost/perf/
H
A
D
pan_perf.h
38
struct
panfrost_perf
;
85
struct
panfrost_perf
{
struct
100
const struct
panfrost_perf
*perf);
103
panfrost_perf_init(struct
panfrost_perf
*perf, struct panfrost_device *dev);
106
panfrost_perf_enable(struct
panfrost_perf
*perf);
109
panfrost_perf_disable(struct
panfrost_perf
*perf);
112
panfrost_perf_dump(struct
panfrost_perf
*perf);
H
A
D
pan_perf.c
35
const struct
panfrost_perf
*perf)
in panfrost_perf_counter_read()
65
panfrost_perf_init(struct
panfrost_perf
*perf, struct panfrost_device *dev)
in panfrost_perf_init()
92
panfrost_perf_query(struct
panfrost_perf
*perf, uint32_t enable)
in panfrost_perf_query()
99
panfrost_perf_enable(struct
panfrost_perf
*perf)
in panfrost_perf_enable()
105
panfrost_perf_disable(struct
panfrost_perf
*perf)
in panfrost_perf_disable()
111
panfrost_perf_dump(struct
panfrost_perf
*perf)
in panfrost_perf_dump()
H
A
D
quick.c
14
struct
panfrost_perf
*perf = rzalloc(ctx, struct
panfrost_perf
);
in main()
/third_party/mesa3d/src/panfrost/ds/
H
A
D
pan_pps_perf.h
11
struct
panfrost_perf
;
47
struct
panfrost_perf
*perf = nullptr;
H
A
D
pan_pps_perf.cc
44
: perf {reinterpret_cast<struct
panfrost_perf
*>(rzalloc(nullptr, struct
panfrost_perf
))}
in PanfrostPerf()
H
A
D
pan_pps_driver.cc
75
struct
panfrost_perf
*perf = pan_driver.perf->perf;
in create_available_counters()
Completed in 3 milliseconds