Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/tracing/core/
Dtrace_config.h622 return incident_report_config_; in incident_report_config()
625 return &incident_report_config_; in mutable_incident_report_config()
651 IncidentReportConfig incident_report_config_ = {}; variable
/external/perfetto/src/tracing/core/
Dtrace_config.cc67 (incident_report_config_ == other.incident_report_config_); in operator ==()
178 incident_report_config_.FromProto(proto.incident_report_config()); in FromProto()
292 incident_report_config_.ToProto(proto->mutable_incident_report_config()); in ToProto()