Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.h421 void BuildBinaryWithNewCallChain(uint32_t new_size, const std::vector<uint64_t>& ips);
Drecord.cpp604 BuildBinaryWithNewCallChain(new_size, ips); in ReplaceRegAndStackWithCallChain()
665 BuildBinaryWithNewCallChain(new_size, user_ips); in UpdateUserCallChain()
668 void SampleRecord::BuildBinaryWithNewCallChain(uint32_t new_size, in BuildBinaryWithNewCallChain() function in SampleRecord