Searched refs:GetCallChain (Results 1 – 4 of 4) sorted by relevance
418 std::vector<uint64_t> GetCallChain(size_t* kernel_ip_count) const;
302 std::vector<uint64_t> ips = r.GetCallChain(&kernel_ip_count); in SetCurrentSample()
485 std::vector<uint64_t> ips = r.GetCallChain(&kernel_ip_count); in ProcessSampleRecord()
838 std::vector<uint64_t> SampleRecord::GetCallChain(size_t* kernel_ip_count) const { in GetCallChain() function in SampleRecord