Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/memory_tracker/
Dgraph_processor.cc100 MarkWeakOwnersAndChildrenRecursively(global_root, &visited); in RemoveWeakNodesFromGraph()
102 MarkWeakOwnersAndChildrenRecursively(pid_to_process.second->root(), in RemoveWeakNodesFromGraph()
370 void GraphProcessor::MarkWeakOwnersAndChildrenRecursively( in MarkWeakOwnersAndChildrenRecursively() function in perfetto::trace_processor::GraphProcessor
395 MarkWeakOwnersAndChildrenRecursively(owned_by_edge->source(), visited); in MarkWeakOwnersAndChildrenRecursively()
401 MarkWeakOwnersAndChildrenRecursively(path_to_child.second, visited); in MarkWeakOwnersAndChildrenRecursively()
Dgraph_processor_unittest.cc47 void MarkWeakOwnersAndChildrenRecursively(Node* node) { in MarkWeakOwnersAndChildrenRecursively() function in perfetto::trace_processor::GraphProcessorTest
49 GraphProcessor::MarkWeakOwnersAndChildrenRecursively(node, &visited); in MarkWeakOwnersAndChildrenRecursively()
290 MarkWeakOwnersAndChildrenRecursively(process->root()); in TEST_F()
303 MarkWeakOwnersAndChildrenRecursively(process->root()); in TEST_F()
321 MarkWeakOwnersAndChildrenRecursively(process->root()); in TEST_F()
/external/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/
Dgraph_processor.h64 static void MarkWeakOwnersAndChildrenRecursively(