HomeSort by relevance Sort by last modified time
    Searched refs:IncidentReportConfig (Results 1 - 4 of 4) sorted by null

  /external/perfetto/include/perfetto/tracing/core/
trace_config.h 438 class PERFETTO_EXPORT IncidentReportConfig {
440 IncidentReportConfig();
441 ~IncidentReportConfig();
442 IncidentReportConfig(IncidentReportConfig&&) noexcept;
443 IncidentReportConfig& operator=(IncidentReportConfig&&);
444 IncidentReportConfig(const IncidentReportConfig&);
445 IncidentReportConfig& operator=(const IncidentReportConfig&)
    [all...]
  /external/perfetto/src/tracing/core/
trace_config.cc 807 TraceConfig::IncidentReportConfig::IncidentReportConfig() = default;
808 TraceConfig::IncidentReportConfig::~IncidentReportConfig() = default;
809 TraceConfig::IncidentReportConfig::IncidentReportConfig(
810 const TraceConfig::IncidentReportConfig&) = default;
811 TraceConfig::IncidentReportConfig& TraceConfig::IncidentReportConfig::operator=(
812 const TraceConfig::IncidentReportConfig&) = default
    [all...]
  /external/perfetto/protos/perfetto/config/
trace_config.proto 292 message IncidentReportConfig {
302 optional IncidentReportConfig incident_report_config = 25;
  /external/perfetto/src/perfetto_cmd/
perfetto_cmd.cc 128 static bool StartIncidentReport(const TraceConfig::IncidentReportConfig& cfg) {
144 static bool StartIncidentReport(const TraceConfig::IncidentReportConfig&) {
465 PERFETTO_ELOG("Unexpected IncidentReportConfig without --dropbox.");

Completed in 88 milliseconds