Lines Matching defs:pmclog_parse_state
207 struct pmclog_parse_state { struct
208 enum pmclog_parser_state ps_state;
209 enum pmc_cputype ps_arch; /* log file architecture */
210 uint32_t ps_version; /* hwpmc version */
211 int ps_initialized; /* whether initialized */
212 int ps_count; /* count of records processed */
213 off_t ps_offset; /* stream byte offset */
214 union pmclog_entry ps_saved; /* saved partial log entry */
215 int ps_svcount; /* #bytes saved */
216 int ps_fd; /* active fd or -1 */
217 char *ps_buffer; /* scratch buffer if fd != -1 */
218 char *ps_data; /* current parse pointer */
219 char *ps_cpuid; /* log cpuid */
220 size_t ps_len; /* length of buffered data */