perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
63 lines • 4.25 kB
JavaScript
;
//
// 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.CallstackSchema = exports.FrameSchema = exports.MappingSchema = exports.ModuleSymbolsSchema = exports.AddressSymbolsSchema = exports.LineSchema = exports.ProfiledFrameSymbolsSchema = exports.InternedStringSchema = exports.file_protos_perfetto_trace_profiling_profile_common = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
/**
* Describes the file protos/perfetto/trace/profiling/profile_common.proto.
*/
exports.file_protos_perfetto_trace_profiling_profile_common = (0, codegenv1_1.fileDesc)("CjRwcm90b3MvcGVyZmV0dG8vdHJhY2UvcHJvZmlsaW5nL3Byb2ZpbGVfY29tbW9uLnByb3RvEg9wZXJmZXR0by5wcm90b3MiKgoOSW50ZXJuZWRTdHJpbmcSCwoDaWlkGAEgASgEEgsKA3N0chgCIAEoDCJuChRQcm9maWxlZEZyYW1lU3ltYm9scxIRCglmcmFtZV9paWQYASABKAQSGAoQZnVuY3Rpb25fbmFtZV9pZBgCIAMoBBIUCgxmaWxlX25hbWVfaWQYAyADKAQSEwoLbGluZV9udW1iZXIYBCADKA0iTAoETGluZRIVCg1mdW5jdGlvbl9uYW1lGAEgASgJEhgKEHNvdXJjZV9maWxlX25hbWUYAiABKAkSEwoLbGluZV9udW1iZXIYAyABKA0iRwoOQWRkcmVzc1N5bWJvbHMSDwoHYWRkcmVzcxgBIAEoBBIkCgVsaW5lcxgCIAMoCzIVLnBlcmZldHRvLnByb3Rvcy5MaW5lImkKDU1vZHVsZVN5bWJvbHMSDAoEcGF0aBgBIAEoCRIQCghidWlsZF9pZBgCIAEoCRI4Cg9hZGRyZXNzX3N5bWJvbHMYAyADKAsyHy5wZXJmZXR0by5wcm90b3MuQWRkcmVzc1N5bWJvbHMinAEKB01hcHBpbmcSCwoDaWlkGAEgASgEEhAKCGJ1aWxkX2lkGAIgASgEEhQKDGV4YWN0X29mZnNldBgIIAEoBBIUCgxzdGFydF9vZmZzZXQYAyABKAQSDQoFc3RhcnQYBCABKAQSCwoDZW5kGAUgASgEEhEKCWxvYWRfYmlhcxgGIAEoBBIXCg9wYXRoX3N0cmluZ19pZHMYByADKAQiUgoFRnJhbWUSCwoDaWlkGAEgASgEEhgKEGZ1bmN0aW9uX25hbWVfaWQYAiABKAQSEgoKbWFwcGluZ19pZBgDIAEoBBIOCgZyZWxfcGMYBCABKAQiKwoJQ2FsbHN0YWNrEgsKA2lpZBgBIAEoBBIRCglmcmFtZV9pZHMYAiADKAQ");
/**
* Describes the message perfetto.protos.InternedString.
* Use `create(InternedStringSchema)` to create a new message.
*/
exports.InternedStringSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_profiling_profile_common, 0);
/**
* Describes the message perfetto.protos.ProfiledFrameSymbols.
* Use `create(ProfiledFrameSymbolsSchema)` to create a new message.
*/
exports.ProfiledFrameSymbolsSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_profiling_profile_common, 1);
/**
* Describes the message perfetto.protos.Line.
* Use `create(LineSchema)` to create a new message.
*/
exports.LineSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_profiling_profile_common, 2);
/**
* Describes the message perfetto.protos.AddressSymbols.
* Use `create(AddressSymbolsSchema)` to create a new message.
*/
exports.AddressSymbolsSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_profiling_profile_common, 3);
/**
* Describes the message perfetto.protos.ModuleSymbols.
* Use `create(ModuleSymbolsSchema)` to create a new message.
*/
exports.ModuleSymbolsSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_profiling_profile_common, 4);
/**
* Describes the message perfetto.protos.Mapping.
* Use `create(MappingSchema)` to create a new message.
*/
exports.MappingSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_profiling_profile_common, 5);
/**
* Describes the message perfetto.protos.Frame.
* Use `create(FrameSchema)` to create a new message.
*/
exports.FrameSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_profiling_profile_common, 6);
/**
* Describes the message perfetto.protos.Callstack.
* Use `create(CallstackSchema)` to create a new message.
*/
exports.CallstackSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_profiling_profile_common, 7);
//# sourceMappingURL=profile_common_pb.js.map