Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A 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()
H A Dreport_lib_interface.cpp276 std::vector<uint64_t> ips = r.GetCallChain(&kernel_ip_count); in SetCurrentSample()
H A Drecord.h414 std::vector<uint64_t> GetCallChain(size_t* kernel_ip_count) const;
H A Dcmd_report_sample.cpp548 std::vector<uint64_t> ips = r.GetCallChain(&kernel_ip_count); in ProcessSampleRecord()
H A Dcmd_record_test.cpp878 std::vector<uint64_t> ips = sample->GetCallChain(&kernel_ip_count); in TEST()
H A Dcmd_record.cpp1968 std::vector<uint64_t> ips = r.GetCallChain(&kernel_ip_count); in CollectHitFileInfo()
H A Drecord.cpp834 std::vector<uint64_t> SampleRecord::GetCallChain(size_t* kernel_ip_count) const { in GetCallChain() function in simpleperf::SampleRecord