Home
last modified time | relevance | path

Searched refs:UnwindCallChain (Results 1 – 5 of 5) sorted by relevance

/system/extras/simpleperf/
DOfflineUnwinder.h72 bool UnwindCallChain(const ThreadEntry& thread, const RegSet& regs, const char* stack,
100 bool UnwindCallChain(const ThreadEntry&, const RegSet&, const char*, size_t, in UnwindCallChain() function
Dsample_tree.h116 if (offline_unwinder_->UnwindCallChain(*thread, regs, r.stack_user_data.data, in ProcessSampleRecord()
DOfflineUnwinder.cpp186 bool OfflineUnwinder::UnwindCallChain(const ThreadEntry& thread, const RegSet& regs, in UnwindCallChain() function in simpleperf::OfflineUnwinder
Dcmd_debug_unwind.cpp239 if (!offline_unwinder_.UnwindCallChain(*thread, regs, r.stack_user_data.data, in ProcessRecord()
Dcmd_record.cpp1418 if (!offline_unwinder_->UnwindCallChain(*thread, regs, r.stack_user_data.data, in UnwindRecord()
1428 if (!offline_unwinder_->UnwindCallChain(*thread, regs, r.stack_user_data.data, in UnwindRecord()