Searched refs:ReplaceRegAndStackWithCallChain (Results 1 – 7 of 7) sorted by relevance
51 void ReplaceRegAndStackWithCallChain(perf_event_attr& attr);
257 void ReplaceRegAndStackWithCallChain(perf_event_attr& attr) { in ReplaceRegAndStackWithCallChain() function
126 r.ReplaceRegAndStackWithCallChain(user_ips); in TEST_F()
1410 ReplaceRegAndStackWithCallChain(attr.attr); in CreateAndInitRecordFile()1799 r.ReplaceRegAndStackWithCallChain(ips); in UnwindRecord()1807 r.ReplaceRegAndStackWithCallChain({}); in UnwindRecord()1902 ReplaceRegAndStackWithCallChain(attr.attr); in PostUnwindRecords()
615 r.ReplaceRegAndStackWithCallChain(ips); in UnwindRecord()
412 void ReplaceRegAndStackWithCallChain(const std::vector<uint64_t>& ips);
715 void SampleRecord::ReplaceRegAndStackWithCallChain(const std::vector<uint64_t>& ips) { in ReplaceRegAndStackWithCallChain() function in simpleperf::SampleRecord