Searched refs:ReplaceRegAndStackWithCallChain (Results 1 – 7 of 7) sorted by relevance
132 r.ReplaceRegAndStackWithCallChain(user_ips); in TEST_F()149 r3.ReplaceRegAndStackWithCallChain(user_ips); in TEST_F()
51 void ReplaceRegAndStackWithCallChain(perf_event_attr& attr);
1466 ReplaceRegAndStackWithCallChain(attr.attr); in CreateAndInitRecordFile()1866 r.ReplaceRegAndStackWithCallChain(ips); in UnwindRecord()1874 r.ReplaceRegAndStackWithCallChain({}); in UnwindRecord()1933 ReplaceRegAndStackWithCallChain(attr.attr); in PostUnwindRecords()
264 void ReplaceRegAndStackWithCallChain(perf_event_attr& attr) { in ReplaceRegAndStackWithCallChain() function
604 r.ReplaceRegAndStackWithCallChain(ips); in UnwindRecord()
414 void ReplaceRegAndStackWithCallChain(const std::vector<uint64_t>& ips);
716 void SampleRecord::ReplaceRegAndStackWithCallChain(const std::vector<uint64_t>& ips) { in ReplaceRegAndStackWithCallChain() function in simpleperf::SampleRecord