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:HLOG_ASSERT
(Results
1 - 21
of
21
) sorted by relevance
/developtools/hiperf/src/
H
A
D
tracked_command.cpp
112
HLOG_ASSERT
(nbyte == 1);
in StartCommand()
128
HLOG_ASSERT
(nbyte == 1);
in StartCommand()
135
HLOG_ASSERT
(startFd != -1);
in ExecuteCommand()
136
HLOG_ASSERT
(ackFd != -1);
in ExecuteCommand()
148
HLOG_ASSERT
(nbyte == 1);
in ExecuteCommand()
170
HLOG_ASSERT
(nbyte == 1);
in ExecuteCommand()
177
HLOG_ASSERT
(state_ != State::COMMAND_STOPPED);
in WaitCommand()
193
HLOG_ASSERT
(state_ != State::COMMAND_STOPPED);
in MakeInvalid()
H
A
D
report.cpp
43
HLOG_ASSERT
(sample.callFrames_.size() > 0);
in AddReportItem()
53
HLOG_ASSERT
(!item.func_.empty());
in AddReportItem()
58
HLOG_ASSERT
(frameIt->pc < PERF_CONTEXT_MAX);
in AddReportItem()
75
HLOG_ASSERT
(frameIt->pc < PERF_CONTEXT_MAX);
in AddReportItem()
85
HLOG_ASSERT
(!item.func_.empty());
in AddReportItem()
96
HLOG_ASSERT
(configs_.size() > configIndex);
in AddReportItemBranch()
186
HLOG_ASSERT
(totalEventCount == config.eventCount_);
in UpdateReportItemsAfterAdjust()
267
HLOG_ASSERT
(rightCallFrames->size() == 1u);
in MergeCallFrameCount()
275
HLOG_ASSERT
(leftCallFrame.eventCount_ <= maxEventCount);
in MergeCallFrameCount()
328
HLOG_ASSERT
(fals
in MultiLevelSorting()
[all...]
H
A
D
perf_file_writer.cpp
78
HLOG_ASSERT
(fp_ != nullptr);
in Close()
147
HLOG_ASSERT
(fp_ != nullptr);
in ReadDataSection()
174
HLOG_ASSERT
(header->size < RECORD_SIZE_LIMIT);
in ReadRecords()
209
HLOG_ASSERT
(buf != nullptr);
in Read()
210
HLOG_ASSERT
(fp_ != nullptr);
in Read()
211
HLOG_ASSERT
(len > 0);
in Read()
H
A
D
perf_file_reader.cpp
317
HLOG_ASSERT
(buf != nullptr);
in Read()
318
HLOG_ASSERT
(len > 0);
in Read()
337
HLOG_ASSERT
(buf != nullptr);
in Read()
338
HLOG_ASSERT
(len > 0);
in Read()
H
A
D
perf_file_format.cpp
152
HLOG_ASSERT
(buf != nullptr);
in Read()
289
HLOG_ASSERT
(size >= GetSize());
in GetBinary()
346
HLOG_ASSERT
(size >= GetSize());
in GetBinary()
H
A
D
subcommand_report.cpp
355
HLOG_ASSERT
(GetReport().configs_.size() > 0);
in LoadEventConfigData()
391
HLOG_ASSERT
(config.ids_.size() > 0);
in LoadEventDesc()
416
HLOG_ASSERT
(config.ids_.size() > 0);
in LoadAttrSection()
H
A
D
callstack.cpp
174
HLOG_ASSERT
(SectionVaddr != 0 && SectionSize != 0);
in fillUDI()
222
HLOG_ASSERT
(dynInfoProcessMap.find(unwindInfoPtr->thread.pid_) != dynInfoProcessMap.end());
in FindUnwindTable()
H
A
D
perf_event_record.cpp
36
HLOG_ASSERT
(p);
in GetPerfEventRecord()
82
HLOG_ASSERT
(p);
in GetPerfSampleFromCache()
101
HLOG_ASSERT
(p);
in GetPerfSampleFromCacheMain()
395
HLOG_ASSERT
(p);
in PerfRecordSample()
H
A
D
report_json_file.cpp
240
HLOG_ASSERT
(funcId >= 0);
in UpdateReportCallStack()
H
A
D
utilities.cpp
268
HLOG_ASSERT
(!fileName.empty());
in IsPath()
H
A
D
perf_events.cpp
415
HLOG_ASSERT
(!excludeUser or !excludeKernel);
in AddEvent()
847
HLOG_ASSERT
(typeConfigs != TYPE_CONFIGS.end());
in LoadTracepointEventTypesFromSystem()
H
A
D
symbols_file.cpp
1120
HLOG_ASSERT
(symbols_.size() != 0);
in AdjustSymbols()
H
A
D
virtual_runtime.cpp
350
HLOG_ASSERT
(!filename.empty());
in UpdatekernelMap()
/developtools/profiler/device/plugins/native_daemon/include/
H
A
D
debug_logger.h
260
#ifndef
HLOG_ASSERT
261
#define
HLOG_ASSERT
(condition) HLOG_ASSERT_MESSAGE(condition, "")
macro
359
#define
HLOG_ASSERT
(...) \
macro
/developtools/hiperf/include/
H
A
D
debug_logger.h
293
#ifndef
HLOG_ASSERT
294
#define
HLOG_ASSERT
(condition) HLOG_ASSERT_MESSAGE(condition, "")
macro
338
#define
HLOG_ASSERT
(...) \
macro
H
A
D
virtual_thread.h
67
HLOG_ASSERT
(pid != tid);
in VirtualThread()
H
A
D
perf_events.h
678
HLOG_ASSERT
(eventGroupItem_.size() > 0);
in GetDefaultAttr()
679
HLOG_ASSERT
(eventGroupItem_[0].eventItems.size() > 0);
in GetDefaultAttr()
H
A
D
report.h
138
HLOG_ASSERT
(comm != nullptr);
in ReportItem()
152
HLOG_ASSERT
(!comm.empty());
in ReportItem()
/developtools/profiler/device/plugins/native_daemon/src/
H
A
D
call_stack.cpp
158
HLOG_ASSERT
(SectionVaddr != 0 && SectionSize != 0);
in fillUDI()
201
HLOG_ASSERT
(dynInfoProcessMap.find(unwindInfoPtr->thread.pid_) != dynInfoProcessMap.end());
in FindUnwindTable()
271
HLOG_ASSERT
(writeOperation == 0);
in AccessMem()
H
A
D
utilities.cpp
224
HLOG_ASSERT
(!fileName.empty());
in IsPath()
H
A
D
symbols_file.cpp
955
HLOG_ASSERT
(symbols_.size() != 0);
in AdjustSymbols()
Completed in 25 milliseconds