perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
76 lines • 4.6 kB
JavaScript
"use strict";
//
// Copyright (C) 2019 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.ProcessDescriptor_ChromeProcessTypeSchema = exports.ProcessDescriptor_ChromeProcessType = exports.ProcessDescriptorSchema = exports.file_protos_perfetto_trace_track_event_process_descriptor = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
/**
* Describes the file protos/perfetto/trace/track_event/process_descriptor.proto.
*/
exports.file_protos_perfetto_trace_track_event_process_descriptor = (0, codegenv1_1.fileDesc)("Cjpwcm90b3MvcGVyZmV0dG8vdHJhY2UvdHJhY2tfZXZlbnQvcHJvY2Vzc19kZXNjcmlwdG9yLnByb3RvEg9wZXJmZXR0by5wcm90b3Mi5wMKEVByb2Nlc3NEZXNjcmlwdG9yEgsKA3BpZBgBIAEoBRIPCgdjbWRsaW5lGAIgAygJEhQKDHByb2Nlc3NfbmFtZRgGIAEoCRIYChBwcm9jZXNzX3ByaW9yaXR5GAUgASgFEhoKEnN0YXJ0X3RpbWVzdGFtcF9ucxgHIAEoAxJRChNjaHJvbWVfcHJvY2Vzc190eXBlGAQgASgOMjQucGVyZmV0dG8ucHJvdG9zLlByb2Nlc3NEZXNjcmlwdG9yLkNocm9tZVByb2Nlc3NUeXBlEhkKEWxlZ2FjeV9zb3J0X2luZGV4GAMgASgFEhYKDnByb2Nlc3NfbGFiZWxzGAggAygJIuEBChFDaHJvbWVQcm9jZXNzVHlwZRIXChNQUk9DRVNTX1VOU1BFQ0lGSUVEEAASEwoPUFJPQ0VTU19CUk9XU0VSEAESFAoQUFJPQ0VTU19SRU5ERVJFUhACEhMKD1BST0NFU1NfVVRJTElUWRADEhIKDlBST0NFU1NfWllHT1RFEAQSGgoWUFJPQ0VTU19TQU5EQk9YX0hFTFBFUhAFEg8KC1BST0NFU1NfR1BVEAYSGAoUUFJPQ0VTU19QUEFQSV9QTFVHSU4QBxIYChRQUk9DRVNTX1BQQVBJX0JST0tFUhAI");
/**
* Describes the message perfetto.protos.ProcessDescriptor.
* Use `create(ProcessDescriptorSchema)` to create a new message.
*/
exports.ProcessDescriptorSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_track_event_process_descriptor, 0);
/**
* See chromium's content::ProcessType.
*
* @generated from enum perfetto.protos.ProcessDescriptor.ChromeProcessType
*/
var ProcessDescriptor_ChromeProcessType;
(function (ProcessDescriptor_ChromeProcessType) {
/**
* @generated from enum value: PROCESS_UNSPECIFIED = 0;
*/
ProcessDescriptor_ChromeProcessType[ProcessDescriptor_ChromeProcessType["PROCESS_UNSPECIFIED"] = 0] = "PROCESS_UNSPECIFIED";
/**
* @generated from enum value: PROCESS_BROWSER = 1;
*/
ProcessDescriptor_ChromeProcessType[ProcessDescriptor_ChromeProcessType["PROCESS_BROWSER"] = 1] = "PROCESS_BROWSER";
/**
* @generated from enum value: PROCESS_RENDERER = 2;
*/
ProcessDescriptor_ChromeProcessType[ProcessDescriptor_ChromeProcessType["PROCESS_RENDERER"] = 2] = "PROCESS_RENDERER";
/**
* @generated from enum value: PROCESS_UTILITY = 3;
*/
ProcessDescriptor_ChromeProcessType[ProcessDescriptor_ChromeProcessType["PROCESS_UTILITY"] = 3] = "PROCESS_UTILITY";
/**
* @generated from enum value: PROCESS_ZYGOTE = 4;
*/
ProcessDescriptor_ChromeProcessType[ProcessDescriptor_ChromeProcessType["PROCESS_ZYGOTE"] = 4] = "PROCESS_ZYGOTE";
/**
* @generated from enum value: PROCESS_SANDBOX_HELPER = 5;
*/
ProcessDescriptor_ChromeProcessType[ProcessDescriptor_ChromeProcessType["PROCESS_SANDBOX_HELPER"] = 5] = "PROCESS_SANDBOX_HELPER";
/**
* @generated from enum value: PROCESS_GPU = 6;
*/
ProcessDescriptor_ChromeProcessType[ProcessDescriptor_ChromeProcessType["PROCESS_GPU"] = 6] = "PROCESS_GPU";
/**
* @generated from enum value: PROCESS_PPAPI_PLUGIN = 7;
*/
ProcessDescriptor_ChromeProcessType[ProcessDescriptor_ChromeProcessType["PROCESS_PPAPI_PLUGIN"] = 7] = "PROCESS_PPAPI_PLUGIN";
/**
* @generated from enum value: PROCESS_PPAPI_BROKER = 8;
*/
ProcessDescriptor_ChromeProcessType[ProcessDescriptor_ChromeProcessType["PROCESS_PPAPI_BROKER"] = 8] = "PROCESS_PPAPI_BROKER";
})(ProcessDescriptor_ChromeProcessType || (exports.ProcessDescriptor_ChromeProcessType = ProcessDescriptor_ChromeProcessType = {}));
/**
* Describes the enum perfetto.protos.ProcessDescriptor.ChromeProcessType.
*/
exports.ProcessDescriptor_ChromeProcessTypeSchema = (0, codegenv1_1.enumDesc)(exports.file_protos_perfetto_trace_track_event_process_descriptor, 0, 0);
//# sourceMappingURL=process_descriptor_pb.js.map