Home
last modified time | relevance | path

Searched refs:UpdateUserCallChain (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/
Drecord_test.cpp116 r.UpdateUserCallChain({3, 4, 5}); in TEST_F()
Drecord.h402 void UpdateUserCallChain(const std::vector<uint64_t>& user_ips);
Dcmd_record.cpp1724 sr.UpdateUserCallChain(ips); in JoinCallChains()
Drecord.cpp642 void SampleRecord::UpdateUserCallChain(const std::vector<uint64_t>& user_ips) { in UpdateUserCallChain() function in simpleperf::SampleRecord