perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
21 lines • 767 B
TypeScript
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import type { Message } from "@bufbuild/protobuf";
/**
* Describes the file protos/perfetto/trace/ftrace/printk.proto.
*/
export declare const file_protos_perfetto_trace_ftrace_printk: GenFile;
/**
* @generated from message perfetto.protos.ConsoleFtraceEvent
*/
export type ConsoleFtraceEvent = Message<"perfetto.protos.ConsoleFtraceEvent"> & {
/**
* @generated from field: optional string msg = 1;
*/
msg: string;
};
/**
* Describes the message perfetto.protos.ConsoleFtraceEvent.
* Use `create(ConsoleFtraceEventSchema)` to create a new message.
*/
export declare const ConsoleFtraceEventSchema: GenMessage<ConsoleFtraceEvent>;
//# sourceMappingURL=printk_pb.d.ts.map