Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/dynamic/
Dexperimental_annotated_stack_generator.cc253 std::unique_ptr<NullableVector<StringPool::Id>> annotation_vals( in ComputeTable() local
257 annotation_vals->Append(*it); in ComputeTable()
268 .ExtendWithColumn("annotation", std::move(annotation_vals), in ComputeTable()