Home
last modified time | relevance | path

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

/external/perfetto/tools/trace_to_text/
Dpprof_builder.cc232 return callsite_to_locations_.find(callstack_id) != in IsCallsiteProcessed()
233 callsite_to_locations_.end(); in IsCallsiteProcessed()
239 callsite_to_locations_.emplace(callstack_id, locs); in MaybeSetCallsiteLocations()
244 auto it = callsite_to_locations_.find(callstack_id); in LocationsForCallstack()
245 PERFETTO_CHECK(callstack_id >= 0 && it != callsite_to_locations_.end()); in LocationsForCallstack()
258 std::unordered_map<int64_t, std::vector<int64_t>> callsite_to_locations_; member in perfetto::trace_to_text::__anonb9473e550211::LocationTracker