Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/dynamic/
Dconnected_flow_generator.cc65 VISIT_DESCENDANTS = 1 << 1, enumerator
66 VISIT_ALL_RELATIVES = VISIT_ANCESTORS | VISIT_DESCENDANTS,
128 if (visit_relatives & VISIT_DESCENDANTS) { in GoToRelatives()
226 bfs.Start(start_id).VisitAll(VISIT_OUTGOING, VISIT_DESCENDANTS); in ComputeTable()