Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_attr.h51 void ReplaceRegAndStackWithCallChain(perf_event_attr& attr);
Devent_attr.cpp257 void ReplaceRegAndStackWithCallChain(perf_event_attr& attr) { in ReplaceRegAndStackWithCallChain() function
Drecord_test.cpp126 r.ReplaceRegAndStackWithCallChain(user_ips); in TEST_F()
Dcmd_record.cpp1410 ReplaceRegAndStackWithCallChain(attr.attr); in CreateAndInitRecordFile()
1799 r.ReplaceRegAndStackWithCallChain(ips); in UnwindRecord()
1807 r.ReplaceRegAndStackWithCallChain({}); in UnwindRecord()
1902 ReplaceRegAndStackWithCallChain(attr.attr); in PostUnwindRecords()
Dcmd_monitor.cpp615 r.ReplaceRegAndStackWithCallChain(ips); in UnwindRecord()
Drecord.h412 void ReplaceRegAndStackWithCallChain(const std::vector<uint64_t>& ips);
Drecord.cpp715 void SampleRecord::ReplaceRegAndStackWithCallChain(const std::vector<uint64_t>& ips) { in ReplaceRegAndStackWithCallChain() function in simpleperf::SampleRecord