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:frames_
(Results
1 - 5
of
5
) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
H
A
D
backtrace_local_thread.cpp
36
frames_
.clear();
in BacktraceLocalThread()
41
frames_
.clear();
in ~BacktraceLocalThread()
58
Unwinder::GetLocalFramesByPcs(
frames_
, unwinder_->GetPcs());
in Unwind()
61
if (
frames_
.empty()) {
in Unwind()
62
frames_
= unwinder_->GetFrames();
in Unwind()
69
Unwinder::GetLocalFramesByPcs(
frames_
, unwinder_->GetPcs());
in Unwind()
71
frames_
= unwinder_->GetFrames();
in Unwind()
78
frames_
= frames;
in SetFrames()
83
return
frames_
;
in GetFrames()
88
if (
frames_
in GetFormattedStr()
[all...]
H
A
D
backtrace_local_thread.h
43
std::vector<DfxFrame>
frames_
;
member in OHOS::HiviewDFX::BacktraceLocalThread
/base/hiviewdfx/faultloggerd/tools/process_dump/
H
A
D
dfx_thread.cpp
74
frames_
.emplace_back(frame);
in AddFrame()
79
return
frames_
;
in GetFrames()
84
if (
frames_
.size() == 0) {
in ToString()
91
for (const auto& frame :
frames_
) {
in ToString()
141
faultStack_->CollectStackInfo(
frames_
, needParseStack);
in InitFaultStack()
147
frames_
= frames;
in SetFrames()
H
A
D
dfx_thread.h
71
std::vector<DfxFrame>
frames_
;
member in OHOS::HiviewDFX::DfxThread::ThreadStatus
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H
A
D
unwinder.cpp
198
frames_
= frames;
in SetFrames()
267
std::vector<DfxFrame>
frames_
{};
476
frames_
.clear();
in Clear()
704
dfxFrame.index =
frames_
.size();
in StepArkJsFrame()
754
if (!resetFrames && (skipFrameNum != 0) && (
frames_
.size() >= skipFrameNum)) {
in Unwind()
756
DFXLOGU("frames size: %{public}zu, will be reset frames",
frames_
.size());
in Unwind()
757
frames_
.clear();
in Unwind()
759
if (
frames_
.size() >= maxFrameNum) {
in Unwind()
760
DFXLOGW("frames size: %{public}zu",
frames_
.size());
in Unwind()
801
frames_
in Unwind()
[all...]
Completed in 3 milliseconds