Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_tracker.h214 std::set<std::pair<UniquePid, int64_t>> truncated_graphs_; variable
Dheap_graph_tracker.cc518 truncated_graphs_.emplace( in FinalizeProfile()
923 if (truncated_graphs_.find(std::make_pair(upid, ts)) != in IsTruncated()
924 truncated_graphs_.end()) { in IsTruncated()