UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

50 lines 1.88 kB
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1"; import type { Message } from "@bufbuild/protobuf"; /** * Describes the file protos/perfetto/trace/android/pixel_modem_events.proto. */ export declare const file_protos_perfetto_trace_android_pixel_modem_events: GenFile; /** * @generated from message perfetto.protos.PixelModemEvents */ export type PixelModemEvents = Message<"perfetto.protos.PixelModemEvents"> & { /** * Pigweed-format dehydrated events. * * @generated from field: repeated bytes events = 1; */ events: Uint8Array[]; /** * Timestamps of the events, converted to CLOCK_BOOTTIME. The first * timestamp is the absolute timestamp of the first event. Subsequent * timestamps are deltas from the previous timestamp. * The nth entry from `events` gets the nth entry here. * * @generated from field: repeated uint64 event_time_nanos = 2; */ eventTimeNanos: bigint[]; }; /** * Describes the message perfetto.protos.PixelModemEvents. * Use `create(PixelModemEventsSchema)` to create a new message. */ export declare const PixelModemEventsSchema: GenMessage<PixelModemEvents>; /** * NB: this is not emitted in the trace but can be prepended later. * * @generated from message perfetto.protos.PixelModemTokenDatabase */ export type PixelModemTokenDatabase = Message<"perfetto.protos.PixelModemTokenDatabase"> & { /** * Pigweed-format database to allow event rehydration. * * @generated from field: optional bytes database = 1; */ database: Uint8Array; }; /** * Describes the message perfetto.protos.PixelModemTokenDatabase. * Use `create(PixelModemTokenDatabaseSchema)` to create a new message. */ export declare const PixelModemTokenDatabaseSchema: GenMessage<PixelModemTokenDatabase>; //# sourceMappingURL=pixel_modem_events_pb.d.ts.map