Home
last modified time | relevance | path

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

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