Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/perf/
Dperf_producer.cc280 protos::gen::PerfEventConfig event_config_pb; in StartDataSource() local
281 if (!event_config_pb.ParseFromString(config.perf_event_config_raw())) { in StartDataSource()
286 EventConfig::Create(event_config_pb, config, tracepoint_id_lookup); in StartDataSource()
350 uint32_t max_daemon_memory_kb = event_config_pb.max_daemon_memory_kb(); in StartDataSource()