// 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/synthetic.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/synthetic.proto.
 */
export const file_protos_perfetto_trace_ftrace_synthetic: GenFile = /*@__PURE__*/
  fileDesc("Cixwcm90b3MvcGVyZmV0dG8vdHJhY2UvZnRyYWNlL3N5bnRoZXRpYy5wcm90bxIPcGVyZmV0dG8ucHJvdG9zIlgKG1Jzc1N0YXRUaHJvdHRsZWRGdHJhY2VFdmVudBIMCgRjdXJyGAEgASgNEg4KBm1lbWJlchgCIAEoBRINCgVtbV9pZBgDIAEoDRIMCgRzaXplGAQgASgDIjAKH1N1c3BlbmRSZXN1bWVNaW5pbWFsRnRyYWNlRXZlbnQSDQoFc3RhcnQYASABKA0");

/**
 * @generated from message perfetto.protos.RssStatThrottledFtraceEvent
 */
export type RssStatThrottledFtraceEvent = Message<"perfetto.protos.RssStatThrottledFtraceEvent"> & {
  /**
   * @generated from field: optional uint32 curr = 1;
   */
  curr: number;

  /**
   * @generated from field: optional int32 member = 2;
   */
  member: number;

  /**
   * @generated from field: optional uint32 mm_id = 3;
   */
  mmId: number;

  /**
   * @generated from field: optional int64 size = 4;
   */
  size: bigint;
};

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

/**
 * @generated from message perfetto.protos.SuspendResumeMinimalFtraceEvent
 */
export type SuspendResumeMinimalFtraceEvent = Message<"perfetto.protos.SuspendResumeMinimalFtraceEvent"> & {
  /**
   * @generated from field: optional uint32 start = 1;
   */
  start: number;
};

/**
 * Describes the message perfetto.protos.SuspendResumeMinimalFtraceEvent.
 * Use `create(SuspendResumeMinimalFtraceEventSchema)` to create a new message.
 */
export const SuspendResumeMinimalFtraceEventSchema: GenMessage<SuspendResumeMinimalFtraceEvent> = /*@__PURE__*/
  messageDesc(file_protos_perfetto_trace_ftrace_synthetic, 1);

