Home
last modified time | relevance | path

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

/freebsd/lib/libpmc/
H A Dpmclog.h206 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 */
[all …]