Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Dsample_tree.h111 std::vector<uint64_t> user_ips; in ProcessSampleRecord() local
H A Drecord.cpp642 void SampleRecord::UpdateUserCallChain(const std::vector<uint64_t>& user_ips) { in UpdateUserCallChain()