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

/freebsd-9.3-release/sys/sys/
H A Dpmclog.h162 struct pmclog_pmcattach { struct
231 struct pmclog_pmcattach pl_t;
/freebsd-9.3-release/sys/dev/hwpmc/
H A Dhwpmc_logging.c154 CTASSERT(sizeof(struct pmclog_pmcattach) == 5*4 + PATH_MAX);
155 CTASSERT(offsetof(struct pmclog_pmcattach,pl_pathname) == 5*4);
879 recordlen = offsetof(struct pmclog_pmcattach, pl_pathname) + pathlen;
/freebsd-9.3-release/lib/libpmc/
H A Dpmclog.c379 PMCLOG_GET_PATHLEN(pathlen,evlen,pmclog_pmcattach);

Completed in 101 milliseconds