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:FreedrenoDriver
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/freedreno/ds/
H
A
D
fd_pps_driver.cc
41
FreedrenoDriver
::get_min_sampling_period_ns()
in get_min_sampling_period_ns()
51
FreedrenoDriver
::setup_a6xx_counters()
in setup_a6xx_counters()
399
FreedrenoDriver
::configure_counters(bool reset, bool wait)
in configure_counters()
427
FreedrenoDriver
::collect_countables()
in collect_countables()
436
FreedrenoDriver
::init_perfcnt()
in init_perfcnt()
497
FreedrenoDriver
::enable_counter(const uint32_t counter_id)
in enable_counter()
503
FreedrenoDriver
::enable_all_counters()
in enable_all_counters()
512
FreedrenoDriver
::enable_perfcnt(const uint64_t /* sampling_period_ns */)
in enable_perfcnt()
517
FreedrenoDriver
::dump_perfcnt()
in dump_perfcnt()
563
uint64_t
FreedrenoDriver
[all...]
H
A
D
fd_pps_driver.h
20
class
FreedrenoDriver
: public Driver
class
102
Countable(
FreedrenoDriver
*d, std::string name);
115
FreedrenoDriver
*d;
128
DerivedCounter(
FreedrenoDriver
*d, std::string name, Counter::Units units,
/third_party/mesa3d/src/tool/pps/
H
A
D
pps_driver.cc
38
map.emplace("msm", std::make_unique<
FreedrenoDriver
>());
in create_supported_drivers()
Completed in 3 milliseconds