Home
last modified time | relevance | path

Searched defs:tracecmd_compression (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/trace-cmd/lib/trace-cmd/
H A Dtrace-compress.c31 struct tracecmd_compression { struct
32 int fd;
33 unsigned int capacity;
34 unsigned int capacity_read;
35 unsigned long pointer;
36 char *buffer;
37 struct compress_proto *proto;
38 struct tep_handle *tep;
39 struct tracecmd_msg_handle *msg_handle;
40 void *context;