Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/dynamic/
Ddescribe_slice_generator.cc82 auto* pool = context_->storage->mutable_string_pool(); in ComputeTable()
Dexperimental_flamegraph_generator.cc151 storage->mutable_string_pool(), nullptr)); in FocusTable()
/external/perfetto/src/trace_processor/importers/systrace/
Dsystrace_trace_parser.cc158 ctx_->storage->mutable_string_pool()->InternString(cmd); in Parse()
/external/perfetto/src/trace_processor/importers/proto/
Dheap_profile_tracker.cc98 storage->mutable_string_pool(), nullptr)); in BuildNativeFlamegraph()
Dheap_graph_tracker.cc626 context_->storage->mutable_string_pool(), nullptr)); in BuildFlamegraph()
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc572 context_.storage.get()->mutable_string_pool(), in TraceProcessorImpl()
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h597 StringPool* mutable_string_pool() { return &string_pool_; } in mutable_string_pool() function