Home
last modified time | relevance | path

Searched defs:user_ips (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Dsample_tree.h114 std::vector<uint64_t> user_ips; in ProcessSampleRecord() local
Drecord.cpp650 void SampleRecord::UpdateUserCallChain(const std::vector<uint64_t>& user_ips) { in UpdateUserCallChain()