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:isHM_
(Results
1 - 9
of
9
) sorted by relevance
/developtools/hiperf/src/
H
A
D
subcommand_list.cpp
75
isHM_
= osrelease.find(HMKERNEL) != std::string::npos;
in SetHM()
77
perfEvents_.SetHM(
isHM_
);
in SetHM()
78
HLOGD("Set
isHM_
: %d",
isHM_
);
in SetHM()
H
A
D
subcommand_dump.cpp
589
isHM_
= os.find(HMKERNEL) != std::string::npos;
in SetHM()
590
vr_.SetHM(
isHM_
);
in SetHM()
591
HLOGD("Set
isHM_
: %d",
isHM_
);
in SetHM()
592
if (
isHM_
) {
in SetHM()
H
A
D
subcommand_report.cpp
631
isHM_
= os.find(HMKERNEL) != std::string::npos;
in SetHM()
632
GetReport().virtualRuntime_.SetHM(
isHM_
);
in SetHM()
633
HLOGD("Set
isHM_
: %d",
isHM_
);
in SetHM()
634
if (
isHM_
) {
in SetHM()
H
A
D
subcommand_record.cpp
917
if (
isHM_
) {
in PrepareVirtualRuntime()
922
if (
isHM_
) {
in PrepareVirtualRuntime()
1528
if (
isHM_
) {
in AddDevhostFeature()
1630
if (
isHM_
) {
in SymbolicHits()
1724
if (
isHM_
) {
in FinishWriteRecordFile()
1728
if (
isHM_
) {
in FinishWriteRecordFile()
1846
isHM_
= osrelease.find(HMKERNEL) != std::string::npos;
in SetHM()
1848
virtualRuntime_.SetHM(
isHM_
);
in SetHM()
1849
perfEvents_.SetHM(
isHM_
);
in SetHM()
1850
HLOGD("Set
isHM_
in SetHM()
[all...]
H
A
D
virtual_runtime.cpp
154
if (
isHM_
) {
in CreateThread()
232
if (
isHM_
) {
in UpdateThreadMaps()
1347
if (!
isHM_
) {
in FixHMBundleMmap()
1371
if (!
isHM_
) {
in IsKernelThread()
H
A
D
perf_events.cpp
497
if (
isHM_
) {
in AddEvent()
843
if (
isHM_
&& id < MIN_HM_TRACEPOINT_EVENT_ID) {
in LoadTracepointEventTypesFromSystem()
939
isHM_
= isHM;
in SetHM()
/developtools/hiperf/include/
H
A
D
subcommand.h
106
bool
isHM_
= false;
member in OHOS::Developtools::HiPerf::SubCommand
H
A
D
virtual_runtime.h
122
bool
isHM_
= false;
member in OHOS::Developtools::HiPerf::VirtualRuntime
125
isHM_
= isHM;
in SetHM()
H
A
D
perf_events.h
525
bool
isHM_
= false;
member in OHOS::Developtools::HiPerf::PerfEvents
Completed in 12 milliseconds