perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
59 lines • 3.88 kB
JavaScript
;
//
// Copyright (C) 2018 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.SysStatsConfig_StatCountersSchema = exports.SysStatsConfig_StatCounters = exports.SysStatsConfigSchema = exports.file_protos_perfetto_config_sys_stats_sys_stats_config = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
const sys_stats_counters_pb_1 = require("../../common/sys_stats_counters_pb");
/**
* Describes the file protos/perfetto/config/sys_stats/sys_stats_config.proto.
*/
exports.file_protos_perfetto_config_sys_stats_sys_stats_config = (0, codegenv1_1.fileDesc)("Cjdwcm90b3MvcGVyZmV0dG8vY29uZmlnL3N5c19zdGF0cy9zeXNfc3RhdHNfY29uZmlnLnByb3RvEg9wZXJmZXR0by5wcm90b3Mi7AQKDlN5c1N0YXRzQ29uZmlnEhkKEW1lbWluZm9fcGVyaW9kX21zGAEgASgNEjoKEG1lbWluZm9fY291bnRlcnMYAiADKA4yIC5wZXJmZXR0by5wcm90b3MuTWVtaW5mb0NvdW50ZXJzEhgKEHZtc3RhdF9wZXJpb2RfbXMYAyABKA0SOAoPdm1zdGF0X2NvdW50ZXJzGAQgAygOMh8ucGVyZmV0dG8ucHJvdG9zLlZtc3RhdENvdW50ZXJzEhYKDnN0YXRfcGVyaW9kX21zGAUgASgNEkMKDXN0YXRfY291bnRlcnMYBiADKA4yLC5wZXJmZXR0by5wcm90b3MuU3lzU3RhdHNDb25maWcuU3RhdENvdW50ZXJzEhkKEWRldmZyZXFfcGVyaW9kX21zGAcgASgNEhkKEWNwdWZyZXFfcGVyaW9kX21zGAggASgNEhsKE2J1ZGR5aW5mb19wZXJpb2RfbXMYCSABKA0SGgoSZGlza3N0YXRfcGVyaW9kX21zGAogASgNEhUKDXBzaV9wZXJpb2RfbXMYCyABKA0SGQoRdGhlcm1hbF9wZXJpb2RfbXMYDCABKA0SGQoRY3B1aWRsZV9wZXJpb2RfbXMYDSABKA0SGQoRZ3B1ZnJlcV9wZXJpb2RfbXMYDiABKA0iewoMU3RhdENvdW50ZXJzEhQKEFNUQVRfVU5TUEVDSUZJRUQQABISCg5TVEFUX0NQVV9USU1FUxABEhMKD1NUQVRfSVJRX0NPVU5UUxACEhcKE1NUQVRfU09GVElSUV9DT1VOVFMQAxITCg9TVEFUX0ZPUktfQ09VTlQQBA", [sys_stats_counters_pb_1.file_protos_perfetto_common_sys_stats_counters]);
/**
* Describes the message perfetto.protos.SysStatsConfig.
* Use `create(SysStatsConfigSchema)` to create a new message.
*/
exports.SysStatsConfigSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_config_sys_stats_sys_stats_config, 0);
/**
* @generated from enum perfetto.protos.SysStatsConfig.StatCounters
*/
var SysStatsConfig_StatCounters;
(function (SysStatsConfig_StatCounters) {
/**
* @generated from enum value: STAT_UNSPECIFIED = 0;
*/
SysStatsConfig_StatCounters[SysStatsConfig_StatCounters["STAT_UNSPECIFIED"] = 0] = "STAT_UNSPECIFIED";
/**
* @generated from enum value: STAT_CPU_TIMES = 1;
*/
SysStatsConfig_StatCounters[SysStatsConfig_StatCounters["STAT_CPU_TIMES"] = 1] = "STAT_CPU_TIMES";
/**
* @generated from enum value: STAT_IRQ_COUNTS = 2;
*/
SysStatsConfig_StatCounters[SysStatsConfig_StatCounters["STAT_IRQ_COUNTS"] = 2] = "STAT_IRQ_COUNTS";
/**
* @generated from enum value: STAT_SOFTIRQ_COUNTS = 3;
*/
SysStatsConfig_StatCounters[SysStatsConfig_StatCounters["STAT_SOFTIRQ_COUNTS"] = 3] = "STAT_SOFTIRQ_COUNTS";
/**
* @generated from enum value: STAT_FORK_COUNT = 4;
*/
SysStatsConfig_StatCounters[SysStatsConfig_StatCounters["STAT_FORK_COUNT"] = 4] = "STAT_FORK_COUNT";
})(SysStatsConfig_StatCounters || (exports.SysStatsConfig_StatCounters = SysStatsConfig_StatCounters = {}));
/**
* Describes the enum perfetto.protos.SysStatsConfig.StatCounters.
*/
exports.SysStatsConfig_StatCountersSchema = (0, codegenv1_1.enumDesc)(exports.file_protos_perfetto_config_sys_stats_sys_stats_config, 0, 0);
//# sourceMappingURL=sys_stats_config_pb.js.map