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:featureId_
(Results
1 - 7
of
7
) sorted by relevance
/developtools/hiperf/src/
H
A
D
subcommand_dump.cpp
274
if (featureSection.get()->
featureId_
== FEATURE::HIPERF_FILES_SYMBOL) {
in DumpPrintFileHeader()
278
} else if (featureSection.get()->
featureId_
== FEATURE::HIPERF_FILES_UNISTACK_TABLE) {
in DumpPrintFileHeader()
518
PRINT_INDENT(indent + 1, "feature %d:%s content: \n", featureSection.get()->
featureId_
,
in DumpFeaturePortion()
519
PerfFileSection::GetFeatureName(featureSection.get()->
featureId_
).c_str());
in DumpFeaturePortion()
520
if (reader_->IsFeatrureStringSection(featureSection.get()->
featureId_
)) {
in DumpFeaturePortion()
525
} else if (featureSection.get()->
featureId_
== FEATURE::EVENT_DESC) {
in DumpFeaturePortion()
529
} else if (featureSection.get()->
featureId_
== FEATURE::HIPERF_FILES_SYMBOL) {
in DumpFeaturePortion()
548
} else if (featureSection.get()->
featureId_
== FEATURE::HIPERF_FILES_UNISTACK_TABLE) {
in DumpFeaturePortion()
558
PRINT_INDENT(indent + INDENT_TWO, "not support dump this feature(%d).\n", featureSection.get()->
featureId_
);
in DumpFeaturePortion()
H
A
D
hiperf_libreport.cpp
132
if (featureSection->
featureId_
== FEATURE::HIPERF_FILES_SYMBOL) {
in ReportGetSymbolFiles()
H
A
D
perf_file_writer.cpp
306
return l->
featureId_
< r->
featureId_
;
in LeftLessRight()
H
A
D
subcommand_report.cpp
504
if (recordFileReader_->IsFeatrureStringSection(featureSection->
featureId_
)) {
in OutputStd()
509
PerfFileSection::GetFeatureName(featureSection.get()->
featureId_
).c_str(),
in OutputStd()
H
A
D
perf_file_reader.cpp
384
if (it->
featureId_
== feature) {
in GetFeatureSection()
/developtools/hiperf/include/
H
A
D
perf_file_format.h
115
const FEATURE
featureId_
;
member in OHOS::Developtools::HiPerf::PerfFileSection
120
explicit PerfFileSection(const FEATURE featureId) :
featureId_
(featureId)
in PerfFileSection()
/developtools/hiperf/test/unittest/common/native/
H
A
D
perf_file_format_test.cpp
180
ASSERT_EQ(withBuff.
featureId_
, FEATURE::NRCPUS);
in HWTEST_F()
196
ASSERT_EQ(withBuff.
featureId_
, FEATURE::RESERVED);
in HWTEST_F()
250
ASSERT_EQ(withBuff.
featureId_
, FEATURE::EVENT_DESC);
in HWTEST_F()
Completed in 5 milliseconds