Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libpmc/
Dpmclog.h207 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 */
[all …]