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_values
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/panfrost/perf/
H
A
D
pan_perf.c
41
uint32_t ret = perf->
counter_values
[offset];
in panfrost_perf_counter_read()
46
ret += perf->
counter_values
[offset + PAN_COUNTERS_PER_CATEGORY * core];
in panfrost_perf_counter_read()
82
perf->
counter_values
= ralloc_array(perf, uint32_t, perf->n_counter_values);
in panfrost_perf_init()
113
// Dump performance counter values to the memory buffer pointed to by
counter_values
in panfrost_perf_dump()
114
struct drm_panfrost_perfcnt_dump perfcnt_dump = {(uint64_t)(uintptr_t)perf->
counter_values
};
in panfrost_perf_dump()
H
A
D
pan_perf.h
91
uint32_t *
counter_values
;
member
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_query.c
427
uint64_t
counter_values
[V3D_PERFCNT_NUM];
in write_performance_query_result()
local
432
.values_ptr = (uintptr_t)(&
counter_values
[i *
in write_performance_query_result()
447
write_to_buffer(data, slot + i, do_64bit,
counter_values
[i]);
in write_performance_query_result()
Completed in 3 milliseconds