Home
last modified time | relevance | path

Searched defs:UnwindSample (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/unwinding/libunwindstack/utils/
H A DOfflineUnwindUtils.h160 struct UnwindSample { struct
176 bool IsValidUnwindSample(const std::string& sample_name, std::string* error_msg) const; argument
185 std::unordered_map<std::string, UnwindSample> samples_; argument
/aosp_15_r20/external/perfetto/src/profiling/perf/
H A Dunwinding.cc342 CompletedSample Unwinder::UnwindSample(const ParsedSample& sample, in UnwindSample() function in perfetto::profiling::Unwinder