UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

39 lines 1.52 kB
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1"; import type { Message } from "@bufbuild/protobuf"; /** * Describes the file protos/perfetto/trace/ftrace/pixel_mm.proto. */ export declare const file_protos_perfetto_trace_ftrace_pixel_mm: GenFile; /** * @generated from message perfetto.protos.PixelMmKswapdWakeFtraceEvent */ export type PixelMmKswapdWakeFtraceEvent = Message<"perfetto.protos.PixelMmKswapdWakeFtraceEvent"> & { /** * @generated from field: optional int32 whatever = 1; */ whatever: number; }; /** * Describes the message perfetto.protos.PixelMmKswapdWakeFtraceEvent. * Use `create(PixelMmKswapdWakeFtraceEventSchema)` to create a new message. */ export declare const PixelMmKswapdWakeFtraceEventSchema: GenMessage<PixelMmKswapdWakeFtraceEvent>; /** * @generated from message perfetto.protos.PixelMmKswapdDoneFtraceEvent */ export type PixelMmKswapdDoneFtraceEvent = Message<"perfetto.protos.PixelMmKswapdDoneFtraceEvent"> & { /** * @generated from field: optional uint64 delta_nr_scanned = 1; */ deltaNrScanned: bigint; /** * @generated from field: optional uint64 delta_nr_reclaimed = 2; */ deltaNrReclaimed: bigint; }; /** * Describes the message perfetto.protos.PixelMmKswapdDoneFtraceEvent. * Use `create(PixelMmKswapdDoneFtraceEventSchema)` to create a new message. */ export declare const PixelMmKswapdDoneFtraceEventSchema: GenMessage<PixelMmKswapdDoneFtraceEvent>; //# sourceMappingURL=pixel_mm_pb.d.ts.map