Home
last modified time | relevance | path

Searched refs:UnwindRecord (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
Dcmd_monitor.cpp171 bool UnwindRecord(SampleRecord& r);
507 if (!UnwindRecord(r)) { in ProcessRecord()
592 bool MonitorCommand::UnwindRecord(SampleRecord& r) { in UnwindRecord() function in simpleperf::__anon3cedfdeb0111::MonitorCommand
Dcmd_debug_unwind.cpp267 if (!UnwindRecord(sr, *regs, *stack)) { in ProcessRecord()
303 bool UnwindRecord(const SampleRecord& r, const PerfSampleRegsUserType& regs, in UnwindRecord() function in simpleperf::__anon7f0d915e0111::SampleUnwinder
Dcmd_record.cpp405 bool UnwindRecord(SampleRecord& r);
1648 if (!UnwindRecord(r)) { in SaveRecordAfterUnwinding()
1807 bool RecordCommand::UnwindRecord(SampleRecord& r) { in UnwindRecord() function in simpleperf::__anon22e2a7220111::RecordCommand