UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

53 lines 1.83 kB
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1"; import type { Message } from "@bufbuild/protobuf"; /** * Describes the file protos/perfetto/trace/ftrace/clk.proto. */ export declare const file_protos_perfetto_trace_ftrace_clk: GenFile; /** * @generated from message perfetto.protos.ClkEnableFtraceEvent */ export type ClkEnableFtraceEvent = Message<"perfetto.protos.ClkEnableFtraceEvent"> & { /** * @generated from field: optional string name = 1; */ name: string; }; /** * Describes the message perfetto.protos.ClkEnableFtraceEvent. * Use `create(ClkEnableFtraceEventSchema)` to create a new message. */ export declare const ClkEnableFtraceEventSchema: GenMessage<ClkEnableFtraceEvent>; /** * @generated from message perfetto.protos.ClkDisableFtraceEvent */ export type ClkDisableFtraceEvent = Message<"perfetto.protos.ClkDisableFtraceEvent"> & { /** * @generated from field: optional string name = 1; */ name: string; }; /** * Describes the message perfetto.protos.ClkDisableFtraceEvent. * Use `create(ClkDisableFtraceEventSchema)` to create a new message. */ export declare const ClkDisableFtraceEventSchema: GenMessage<ClkDisableFtraceEvent>; /** * @generated from message perfetto.protos.ClkSetRateFtraceEvent */ export type ClkSetRateFtraceEvent = Message<"perfetto.protos.ClkSetRateFtraceEvent"> & { /** * @generated from field: optional string name = 1; */ name: string; /** * @generated from field: optional uint64 rate = 2; */ rate: bigint; }; /** * Describes the message perfetto.protos.ClkSetRateFtraceEvent. * Use `create(ClkSetRateFtraceEventSchema)` to create a new message. */ export declare const ClkSetRateFtraceEventSchema: GenMessage<ClkSetRateFtraceEvent>; //# sourceMappingURL=clk_pb.d.ts.map