Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/dynamic/
Ddescribe_slice_generator.cc82 auto* pool = context_->storage->mutable_string_pool(); in ComputeTable()
Dthread_state_generator.cc62 context_->storage->mutable_string_pool(), nullptr)); in ComputeThreadStateTable()
Dexperimental_flamegraph_generator.cc151 storage->mutable_string_pool(), nullptr)); in FocusTable()
/external/perfetto/src/trace_processor/importers/systrace/
Dsystrace_trace_parser.cc163 ctx_->storage->mutable_string_pool()->InternString(cmd); in Parse()
/external/perfetto/src/trace_processor/importers/proto/
Dheap_profile_tracker.cc102 storage->mutable_string_pool(), nullptr)); in BuildNativeFlamegraph()
Dheap_graph_tracker.cc836 context_->storage->mutable_string_pool(), nullptr)); in BuildFlamegraph()
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h630 StringPool* mutable_string_pool() { return &string_pool_; } in mutable_string_pool() function
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc748 context_.storage.get()->mutable_string_pool(), in TraceProcessorImpl()