Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/memory_tracker/
Dgraph_processor_unittest.cc169 Process* first = graph.CreateGraphForProcess(1); in TEST_F()
172 Process* second = graph.CreateGraphForProcess(2); in TEST_F()
189 Process* first = graph.CreateGraphForProcess(1); in TEST_F()
192 Process* second = graph.CreateGraphForProcess(2); in TEST_F()
195 Process* third = graph.CreateGraphForProcess(3); in TEST_F()
198 Process* fourth = graph.CreateGraphForProcess(4); in TEST_F()
201 Process* fifth = graph.CreateGraphForProcess(5); in TEST_F()
219 Process* process = graph.CreateGraphForProcess(1); in TEST_F()
246 Process* process = graph.CreateGraphForProcess(1); in TEST_F()
279 Process* process = graph.CreateGraphForProcess(1); in TEST_F()
[all …]
Dgraph_unittest.cc37 Process* dump = global_dump_graph.CreateGraphForProcess(10); in TEST()
62 Process* process_1 = graph.CreateGraphForProcess(1); in TEST()
63 Process* process_2 = graph.CreateGraphForProcess(2); in TEST()
95 Process* process_1 = graph.CreateGraphForProcess(1); in TEST()
96 Process* process_2 = graph.CreateGraphForProcess(2); in TEST()
Dgraph.cc38 Process* GlobalNodeGraph::CreateGraphForProcess( in CreateGraphForProcess() function in perfetto::trace_processor::GlobalNodeGraph
Dgraph_processor.cc69 auto* graph = global_graph->CreateGraphForProcess(pid_to_node.first); in CreateMemoryGraph()
/external/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/
Dgraph.h272 GlobalNodeGraph::Process* CreateGraphForProcess(