Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_config.cc554 auto allowed_modes = std::make_unique<ListValue>(); in ToDict() local
556 allowed_modes->AppendString(MemoryDumpLevelOfDetailToString(dump_mode)); in ToDict()
559 memory_dump_config->Set(kAllowedDumpModesParam, std::move(allowed_modes)); in ToDict()