Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord_test.cpp107 r.ReplaceRegAndStackWithCallChain({2, 3, 4, 5}); in TEST_F()
Dcmd_monitor.cpp610 r.ReplaceRegAndStackWithCallChain(ips); in UnwindRecord()
Drecord.h397 void ReplaceRegAndStackWithCallChain(const std::vector<uint64_t>& ips);
Dcmd_record.cpp1596 r.ReplaceRegAndStackWithCallChain(ips); in UnwindRecord()
Drecord.cpp591 void SampleRecord::ReplaceRegAndStackWithCallChain(const std::vector<uint64_t>& ips) { in ReplaceRegAndStackWithCallChain() function in simpleperf::SampleRecord