Home
last modified time | relevance | path

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

/external/perfetto/tools/trace_to_text/
Dpprof_builder.cc324 std::unordered_map<int64_t, std::vector<PreprocessedInline>> inlining_info = in PreprocessLocations() local
376 auto it = inlining_info.find(*symbol_set_id); in PreprocessLocations()
377 if (it == inlining_info.end()) { in PreprocessLocations()