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