Home
last modified time | relevance | path

Searched refs:pmclog_pmcattach (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dpmclog.h170 struct pmclog_pmcattach { struct
268 struct pmclog_pmcattach pl_t;
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_logging.c198 CTASSERT(sizeof(struct pmclog_pmcattach) == 5*4 + PATH_MAX + TSDELTA);
199 CTASSERT(offsetof(struct pmclog_pmcattach,pl_pathname) == 5*4 + TSDELTA);
1027 recordlen = offsetof(struct pmclog_pmcattach, pl_pathname) + pathlen; in pmclog_process_pmcattach()
/freebsd/lib/libpmc/
H A Dpmclog.c385 PMCLOG_GET_PATHLEN(pathlen,evlen,pmclog_pmcattach); in pmclog_get_event()