perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
46 lines (37 loc) • 1.6 kB
text/typescript
// 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/dmabuf_heap.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/dmabuf_heap.proto.
*/
export const file_protos_perfetto_trace_ftrace_dmabuf_heap: GenFile = /*@__PURE__*/
fileDesc("Ci5wcm90b3MvcGVyZmV0dG8vdHJhY2UvZnRyYWNlL2RtYWJ1Zl9oZWFwLnByb3RvEg9wZXJmZXR0by5wcm90b3MiTQoWRG1hSGVhcFN0YXRGdHJhY2VFdmVudBINCgVpbm9kZRgBIAEoBBILCgNsZW4YAiABKAMSFwoPdG90YWxfYWxsb2NhdGVkGAMgASgE");
/**
* @generated from message perfetto.protos.DmaHeapStatFtraceEvent
*/
export type DmaHeapStatFtraceEvent = Message<"perfetto.protos.DmaHeapStatFtraceEvent"> & {
/**
* @generated from field: optional uint64 inode = 1;
*/
inode: bigint;
/**
* @generated from field: optional int64 len = 2;
*/
len: bigint;
/**
* @generated from field: optional uint64 total_allocated = 3;
*/
totalAllocated: bigint;
};
/**
* Describes the message perfetto.protos.DmaHeapStatFtraceEvent.
* Use `create(DmaHeapStatFtraceEventSchema)` to create a new message.
*/
export const DmaHeapStatFtraceEventSchema: GenMessage<DmaHeapStatFtraceEvent> = /*@__PURE__*/
messageDesc(file_protos_perfetto_trace_ftrace_dmabuf_heap, 0);