Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_monitor.cpp170 bool UnwindRecord(SampleRecord& r);
513 if (!UnwindRecord(r)) { in ProcessRecord()
598 bool MonitorCommand::UnwindRecord(SampleRecord& r) { in UnwindRecord() function in simpleperf::__anon8c2e05d20111::MonitorCommand
Dcmd_debug_unwind.cpp264 if (!UnwindRecord(sr, *regs, *stack)) { in ProcessRecord()
274 bool UnwindRecord(const SampleRecord& r, const PerfSampleRegsUserType& regs, in UnwindRecord() function in simpleperf::__anonc541a1a50111::SampleUnwinder
Dcmd_record.cpp362 bool UnwindRecord(SampleRecord& r);
1411 if (!UnwindRecord(r)) { in SaveRecordAfterUnwinding()
1570 bool RecordCommand::UnwindRecord(SampleRecord& r) { in UnwindRecord() function in simpleperf::__anonf6bdce290111::RecordCommand