Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.h433 void BuildBinaryWithNewCallChain(uint32_t new_size, const std::vector<uint64_t>& ips);
Drecord.cpp727 BuildBinaryWithNewCallChain(new_size, ips); in ReplaceRegAndStackWithCallChain()
788 BuildBinaryWithNewCallChain(new_size, user_ips); in UpdateUserCallChain()
791 void SampleRecord::BuildBinaryWithNewCallChain(uint32_t new_size, in BuildBinaryWithNewCallChain() function in simpleperf::SampleRecord