Home
last modified time | relevance | path

Searched refs:BuildBinaryWithNewCallChain (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Drecord.h432 void BuildBinaryWithNewCallChain(uint32_t new_size, const std::vector<uint64_t>& ips);
Drecord.cpp726 BuildBinaryWithNewCallChain(new_size, ips); in ReplaceRegAndStackWithCallChain()
787 BuildBinaryWithNewCallChain(new_size, user_ips); in UpdateUserCallChain()
790 void SampleRecord::BuildBinaryWithNewCallChain(uint32_t new_size, in BuildBinaryWithNewCallChain() function in simpleperf::SampleRecord