// Autogenerated by:
// ../../src/tools/ftrace_proto_gen/ftrace_proto_gen.cc
// Do not edit.

// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
// @generated from file protos/perfetto/trace/ftrace/cpm_trace.proto (package perfetto.protos, syntax proto2)
/* eslint-disable */

import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
import type { Message } from "@bufbuild/protobuf";

/**
 * Describes the file protos/perfetto/trace/ftrace/cpm_trace.proto.
 */
export const file_protos_perfetto_trace_ftrace_cpm_trace: GenFile = /*@__PURE__*/
  fileDesc("Cixwcm90b3MvcGVyZmV0dG8vdHJhY2UvZnRyYWNlL2NwbV90cmFjZS5wcm90bxIPcGVyZmV0dG8ucHJvdG9zIk0KG1BhcmFtU2V0VmFsdWVDcG1GdHJhY2VFdmVudBIMCgRib2R5GAEgASgJEg0KBXZhbHVlGAIgASgNEhEKCXRpbWVzdGFtcBgDIAEoAw");

/**
 * @generated from message perfetto.protos.ParamSetValueCpmFtraceEvent
 */
export type ParamSetValueCpmFtraceEvent = Message<"perfetto.protos.ParamSetValueCpmFtraceEvent"> & {
  /**
   * @generated from field: optional string body = 1;
   */
  body: string;

  /**
   * @generated from field: optional uint32 value = 2;
   */
  value: number;

  /**
   * @generated from field: optional int64 timestamp = 3;
   */
  timestamp: bigint;
};

/**
 * Describes the message perfetto.protos.ParamSetValueCpmFtraceEvent.
 * Use `create(ParamSetValueCpmFtraceEventSchema)` to create a new message.
 */
export const ParamSetValueCpmFtraceEventSchema: GenMessage<ParamSetValueCpmFtraceEvent> = /*@__PURE__*/
  messageDesc(file_protos_perfetto_trace_ftrace_cpm_trace, 0);

