Searched defs:tracecmd_compression (Results 1 – 1 of 1) sorted by relevance
31 struct tracecmd_compression { struct32 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;