Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A Drecord_test.cpp132 r.ReplaceRegAndStackWithCallChain(user_ips); in TEST_F()
149 r3.ReplaceRegAndStackWithCallChain(user_ips); in TEST_F()
H A Devent_attr.h51 void ReplaceRegAndStackWithCallChain(perf_event_attr& attr);
H A Dcmd_record.cpp1466 ReplaceRegAndStackWithCallChain(attr.attr); in CreateAndInitRecordFile()
1866 r.ReplaceRegAndStackWithCallChain(ips); in UnwindRecord()
1874 r.ReplaceRegAndStackWithCallChain({}); in UnwindRecord()
1933 ReplaceRegAndStackWithCallChain(attr.attr); in PostUnwindRecords()
H A Devent_attr.cpp264 void ReplaceRegAndStackWithCallChain(perf_event_attr& attr) { in ReplaceRegAndStackWithCallChain() function
H A Dcmd_monitor.cpp604 r.ReplaceRegAndStackWithCallChain(ips); in UnwindRecord()
H A Drecord.h414 void ReplaceRegAndStackWithCallChain(const std::vector<uint64_t>& ips);
H A Drecord.cpp716 void SampleRecord::ReplaceRegAndStackWithCallChain(const std::vector<uint64_t>& ips) { in ReplaceRegAndStackWithCallChain() function in simpleperf::SampleRecord