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:eventDesces_
(Results
1 - 5
of
5
) sorted by relevance
/developtools/hiperf/src/
H
A
D
perf_file_format.cpp
453
eventDesces_
= eventDesces;
496
eventDesces_
.emplace_back(std::move(eventDesc));
498
HLOGV("read complete. %zu events",
eventDesces_
.size());
506
CHECK_TRUE(!Write(static_cast<uint32_t>(
eventDesces_
.size())), false, 0, "");
in GetBinary()
508
for (auto &eventDesc :
eventDesces_
) {
in GetBinary()
524
size += (
eventDesces_
.size() * sizeof(perf_event_attr));
525
size += (
eventDesces_
.size() * sizeof(uint32_t)); // nr_ids
526
for (auto &eventDesc :
eventDesces_
) {
535
eventDesces =
eventDesces_
;
H
A
D
subcommand_dump.cpp
492
PRINT_INDENT(indent + INDENT_TWO, "Event descriptions: %zu\n", sectionEventdesc.
eventDesces_
.size());
in PrintFeatureEventdesc()
493
for (size_t i = 0; i < sectionEventdesc.
eventDesces_
.size(); i++) {
in PrintFeatureEventdesc()
494
const AttrWithId &desc = sectionEventdesc.
eventDesces_
[i];
in PrintFeatureEventdesc()
H
A
D
subcommand_report.cpp
366
HLOGV("Event descriptions: %zu", sectionEventdesc.
eventDesces_
.size());
in LoadEventDesc()
367
for (size_t i = 0; i < sectionEventdesc.
eventDesces_
.size(); i++) {
in LoadEventDesc()
368
const AttrWithId &fileAttr = sectionEventdesc.
eventDesces_
[i];
in LoadEventDesc()
/developtools/hiperf/include/
H
A
D
perf_file_format.h
247
std::vector<AttrWithId>
eventDesces_
;
member in OHOS::Developtools::HiPerf::PerfFileSectionEventDesc
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
H
A
D
perf_data_parser.cpp
557
TS_LOGI("Event descriptions: %zu", sectionEventdesc.
eventDesces_
.size());
in LoadEventDesc()
558
for (size_t i = 0; i < sectionEventdesc.
eventDesces_
.size(); i++) {
in LoadEventDesc()
559
const auto &fileAttr = sectionEventdesc.
eventDesces_
[i];
in LoadEventDesc()
Completed in 5 milliseconds