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:perfcounters
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_perfcounter.c
451
struct si_perfcounters *pc = screen->
perfcounters
;
in get_group_state()
518
struct si_perfcounters *pc = screen->
perfcounters
;
in si_create_batch_query()
632
struct si_perfcounters *pc = screen->
perfcounters
;
in si_get_perfcounter_info()
672
struct si_perfcounters *pc = screen->
perfcounters
;
in si_get_perfcounter_group_info()
697
struct si_perfcounters *pc = screen->
perfcounters
;
in si_destroy_perfcounters()
704
screen->
perfcounters
= NULL;
in si_destroy_perfcounters()
714
screen->
perfcounters
= CALLOC_STRUCT(si_perfcounters);
in si_init_perfcounters()
715
if (!screen->
perfcounters
)
in si_init_perfcounters()
718
screen->
perfcounters
->num_stop_cs_dwords = 14 + si_cp_write_fence_dwords(screen);
in si_init_perfcounters()
719
screen->
perfcounters
in si_init_perfcounters()
[all...]
H
A
D
si_query.c
1902
if (info->group_id != ~(unsigned)0 && sscreen->
perfcounters
)
in si_get_driver_query_info()
1903
info->group_id += sscreen->
perfcounters
->base.num_groups;
in si_get_driver_query_info()
1918
if (sscreen->
perfcounters
)
in si_get_driver_query_group_info()
1919
num_pc_groups = sscreen->
perfcounters
->base.num_groups;
in si_get_driver_query_group_info()
H
A
D
si_pipe.h
631
struct si_perfcounters *
perfcounters
;
member
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_perfcounter.c
130
struct r600_perfcounters *pc = ctx->screen->
perfcounters
;
in r600_pc_query_emit_start()
161
struct r600_perfcounters *pc = ctx->screen->
perfcounters
;
in r600_pc_query_emit_stop()
264
shaders = screen->
perfcounters
->shader_type_bits[shader_id];
in get_group_state()
306
struct r600_perfcounters *pc = screen->
perfcounters
;
in r600_create_batch_query()
444
groups_shader = screen->
perfcounters
->num_shader_types;
in r600_init_block_names()
468
const char *shader_suffix = screen->
perfcounters
->shader_type_suffixes[i];
in r600_init_block_names()
518
struct r600_perfcounters *pc = screen->
perfcounters
;
in r600_get_perfcounter_info()
560
struct r600_perfcounters *pc = screen->
perfcounters
;
in r600_get_perfcounter_group_info()
585
if (rscreen->
perfcounters
)
in r600_perfcounters_destroy()
586
rscreen->
perfcounters
in r600_perfcounters_destroy()
[all...]
H
A
D
r600_query.c
2073
if (info->group_id != ~(unsigned)0 && rscreen->
perfcounters
)
in r600_get_driver_query_info()
2074
info->group_id += rscreen->
perfcounters
->num_groups;
in r600_get_driver_query_info()
2090
if (rscreen->
perfcounters
)
in r600_get_driver_query_group_info()
2091
num_pc_groups = rscreen->
perfcounters
->num_groups;
in r600_get_driver_query_group_info()
H
A
D
r600_pipe_common.h
370
struct r600_perfcounters *
perfcounters
;
member
/third_party/benchmark/src/
H
A
D
benchmark.cc
381
// This
perfcounters
object needs to be created before the runners vector
in RunBenchmarks()
383
PerfCountersMeasurement
perfcounters
(
in RunBenchmarks()
400
runners.emplace_back(benchmark, &
perfcounters
, reports_for_family);
in RunBenchmarks()
410
if ((benchmarks_with_threads > 0) && (
perfcounters
.num_counters() > 0)) {
in RunBenchmarks()
413
<< " benchmarks with threads and " <<
perfcounters
.num_counters()
in RunBenchmarks()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_perfcounter.c
299
if (pdev->
perfcounters
)
in radv_init_perfcounter_descs()
311
pdev->
perfcounters
= descs;
in radv_init_perfcounter_descs()
330
const struct radv_perfcounter_desc *descs = pdevice->
perfcounters
;
in radv_get_counter_registers()
447
pool->counters[i] = pdevice->
perfcounters
[perf_info->pCounterIndices[i]].impl;
in radv_pc_init_query_pool()
715
/* The following sequence actually starts the
perfcounters
. */
in radv_pc_begin_query()
855
const struct radv_perfcounter_desc *descs = pdevice->
perfcounters
;
in radv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
H
A
D
radv_private.h
346
struct radv_perfcounter_desc *
perfcounters
;
member
Completed in 20 milliseconds