mirror of
https://gitee.com/openharmony/developtools_hiperf
synced 2024-11-27 01:30:28 +00:00
support ArkJs callframe for hiperf
Signed-off-by: yuyanqinghw <yuyanqing539@huawei.com>
This commit is contained in:
parent
43dbb684cd
commit
52819f88de
@ -605,7 +605,7 @@ void VirtualRuntime::UnwindFromRecord(PerfRecordSample &recordSample)
|
||||
#endif
|
||||
|
||||
// we will not do this in record mode
|
||||
if (!SymbolsFile::onRecording_) {
|
||||
if (recordCallBack_ == nullptr) {
|
||||
if (dedupStack_ && recordSample.stackId_.section.id > 0 && recordSample.data_.nr == 0) {
|
||||
RecoverCallStack(recordSample);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user