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

/freebsd-11-stable/sys/sys/
H A Dpmclog.h162 struct pmclog_pmcattach { struct
231 struct pmclog_pmcattach pl_t;
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_logging.c163 CTASSERT(sizeof(struct pmclog_pmcattach) == 5*4 + PATH_MAX);
164 CTASSERT(offsetof(struct pmclog_pmcattach,pl_pathname) == 5*4);
942 recordlen = offsetof(struct pmclog_pmcattach, pl_pathname) + pathlen;
/freebsd-11-stable/lib/libpmc/
H A Dpmclog.c381 PMCLOG_GET_PATHLEN(pathlen,evlen,pmclog_pmcattach);

Completed in 76 milliseconds