Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.h418 std::vector<uint64_t> GetCallChain(size_t* kernel_ip_count) const;
Dreport_lib_interface.cpp302 std::vector<uint64_t> ips = r.GetCallChain(&kernel_ip_count); in SetCurrentSample()
Dcmd_report_sample.cpp485 std::vector<uint64_t> ips = r.GetCallChain(&kernel_ip_count); in ProcessSampleRecord()
Drecord.cpp838 std::vector<uint64_t> SampleRecord::GetCallChain(size_t* kernel_ip_count) const { in GetCallChain() function in SampleRecord