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
defs:eventId
(Results
1 - 6
of
6
) sorted by relevance
/kernel/liteos_a/kernel/extended/perf/pmu/
H
A
D
perf_hw_pmu.c
79
UINT32
eventId
= armPmu->mapEvent(event->
eventId
, PERF_EVENT_TO_CODE);
in OsPerfHwConfig()
local
146
UINT32
eventId
= armPmu->mapEvent(event->
eventId
, PERF_CODE_TO_EVENT);
OsPerfHwStop()
local
159
UINT32
eventId
;
OsPerfGetEventName()
local
[all...]
H
A
D
perf_sw_pmu.c
146
UINT32
eventId
= event->
eventId
;
in OsPerfGetEventName()
local
/kernel/liteos_a/kernel/extended/perf/
H
A
D
los_perf_pri.h
72
UINT32
eventId
; /* record type */
member
89
UINT32
eventId
;
member
/kernel/liteos_a/apps/perf/include/
H
A
D
perf.h
123
unsigned int
eventId
; /* the specific event corresponds to the PerfEventType */
member
/kernel/liteos_a/kernel/include/
H
A
D
los_perf.h
252
UINT32
eventId
; /* the specific event corresponds to the PerfEventType */
member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
ContextVk.cpp
2625
static long long
eventId
= 1;
in synchronizeCpuGpuTime()
local
Completed in 19 milliseconds