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:EVENT_DESC
(Results
1 - 8
of
8
) sorted by relevance
/developtools/hiperf/src/
H
A
D
perf_file_writer.cpp
400
HLOGV("add feature '%s' %zu", PerfFileSection::GetFeatureName(FEATURE::
EVENT_DESC
).c_str(),
in AddEventDescFeature()
404
header_.features[static_cast<int>(FEATURE::
EVENT_DESC
) / BITS_IN_BYTE] |=
in AddEventDescFeature()
405
1 << (static_cast<int>(FEATURE::
EVENT_DESC
) % BITS_IN_BYTE); // bit
in AddEventDescFeature()
H
A
D
subcommand_report.cpp
347
recordFileReader_->GetFeatureSection(FEATURE::
EVENT_DESC
);
in LoadEventConfigData()
349
HLOGV("have
EVENT_DESC
");
in LoadEventConfigData()
362
recordFileReader_->GetFeatureSection(FEATURE::
EVENT_DESC
);
in LoadEventDesc()
H
A
D
perf_file_reader.cpp
419
} else if (feature == FEATURE::
EVENT_DESC
) {
in ReadFeatureSection()
H
A
D
subcommand_dump.cpp
525
} else if (featureSection.get()->featureId_ == FEATURE::
EVENT_DESC
) {
in DumpFeaturePortion()
H
A
D
subcommand_record.cpp
1484
fileWriter_->AddEventDescFeature(FEATURE::
EVENT_DESC
, perfEvents_.GetAttrWithId());
in AddEventDescFeature()
/developtools/hiperf/test/unittest/common/native/
H
A
D
perf_file_format_test.cpp
242
PerfFileSectionEventDesc pfsEventDesc = {FEATURE::
EVENT_DESC
, eventDesc};
in HWTEST_F()
246
PerfFileSectionEventDesc withBuff(FEATURE::
EVENT_DESC
, buff, sizeof(buff));
in HWTEST_F()
250
ASSERT_EQ(withBuff.featureId_, FEATURE::
EVENT_DESC
);
in HWTEST_F()
/developtools/hiperf/include/
H
A
D
perf_file_format.h
43
EVENT_DESC
, // Another description of the perf_event_attrs
member in OHOS::Developtools::HiPerf::FEATURE
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
H
A
D
perf_data_parser.cpp
544
const PerfFileSection *featureSection = recordDataReader_->GetFeatureSection(FEATURE::
EVENT_DESC
);
in UpdateEventConfigInfo()
546
TS_LOGI("have
EVENT_DESC
");
in UpdateEventConfigInfo()
549
TS_LOGE("Do not have
EVENT_DESC
!!!");
in UpdateEventConfigInfo()
555
const auto featureSection = recordDataReader_->GetFeatureSection(FEATURE::
EVENT_DESC
);
in LoadEventDesc()
Completed in 9 milliseconds