Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/dynamic/
Ddescribe_slice_generator.cc83 auto* pool = context_->storage->mutable_string_pool(); in ComputeTable()
Dexperimental_flat_slice_generator.cc66 context_->storage->mutable_string_pool(), in ComputeTable()
Dthread_state_generator.cc67 context_->storage->mutable_string_pool(), nullptr)); in ComputeThreadStateTable()
Dexperimental_flamegraph_generator.cc215 storage->mutable_string_pool(), nullptr)); in FocusTable()
/external/perfetto/src/trace_processor/importers/proto/
Dflamegraph_construction_algorithms.cc107 storage->mutable_string_pool(), nullptr)); in BuildFlamegraphTableTreeStructure()
406 storage->mutable_string_pool(), nullptr)); in BuildNativeCallStackSamplingFlamegraph()
Dheap_graph_tracker.cc979 context_->storage->mutable_string_pool(), nullptr)); in BuildFlamegraph()
/external/perfetto/src/trace_processor/importers/systrace/
Dsystrace_trace_parser.cc176 ctx_->storage->mutable_string_pool()->InternString(cmd); in Parse()
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h638 StringPool* mutable_string_pool() { return &string_pool_; } in mutable_string_pool() function
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc932 context_.storage.get()->mutable_string_pool(), in TraceProcessorImpl()