Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_debug_unwind.cpp393 std::vector<uint64_t> ips = r.GetCallChain(&kernel_ip_count); in WriteMapsForSample()
526 std::vector<uint64_t> ips = sr.GetCallChain(&kernel_ip_count); in ReportUnwindingResult()
Dreport_lib_interface.cpp276 std::vector<uint64_t> ips = r.GetCallChain(&kernel_ip_count); in SetCurrentSample()
Drecord.h414 std::vector<uint64_t> GetCallChain(size_t* kernel_ip_count) const;
Dcmd_report_sample.cpp548 std::vector<uint64_t> ips = r.GetCallChain(&kernel_ip_count); in ProcessSampleRecord()
Dcmd_record_test.cpp878 std::vector<uint64_t> ips = sample->GetCallChain(&kernel_ip_count); in TEST()
Dcmd_record.cpp1968 std::vector<uint64_t> ips = r.GetCallChain(&kernel_ip_count); in CollectHitFileInfo()
Drecord.cpp834 std::vector<uint64_t> SampleRecord::GetCallChain(size_t* kernel_ip_count) const { in GetCallChain() function in simpleperf::SampleRecord