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

/freebsd-11-stable/sys/sys/
H A Dpmclog.h182 struct pmclog_procexec { struct
234 struct pmclog_procexec pl_x;
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_logging.c167 CTASSERT(sizeof(struct pmclog_procexec) == 5*4 + PATH_MAX +
169 CTASSERT(offsetof(struct pmclog_procexec,pl_pathname) == 5*4 +
999 recordlen = offsetof(struct pmclog_procexec, pl_pathname) + pathlen;
/freebsd-11-stable/lib/libpmc/
H A Dpmclog.c396 PMCLOG_GET_PATHLEN(pathlen,evlen,pmclog_procexec);

Completed in 60 milliseconds