Searched defs:UnwindSample (Results 1 – 2 of 2) sorted by relevance
160 struct UnwindSample { struct176 bool IsValidUnwindSample(const std::string& sample_name, std::string* error_msg) const; argument185 std::unordered_map<std::string, UnwindSample> samples_; argument
342 CompletedSample Unwinder::UnwindSample(const ParsedSample& sample, in UnwindSample() function in perfetto::profiling::Unwinder