Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/
Dgraph.h110 explicit Node(GlobalNodeGraph::Process* node_graph, Node* parent);
185 const GlobalNodeGraph::Process* node_graph() const { return node_graph_; } in node_graph() function
/external/perfetto/src/trace_processor/importers/memory_tracker/
Dgraph.cc129 Node::Node(Process* node_graph, Node* parent) in Node() argument
130 : node_graph_(node_graph), parent_(parent), owns_edge_(nullptr) {} in Node()
Dgraph_processor.cc217 Node* source_root = edge->source()->node_graph()->root(); in ComputeSharedFootprintFromGraph()
256 base::PlatformProcessId pid = edge->source()->node_graph()->pid(); in ComputeSharedFootprintFromGraph()