Searched refs:pl_pathname (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/lib/libpmc/
H A Dpmclog.h68 char pl_pathname[PATH_MAX]; member in struct:pmclog_ev_map_in
101 char pl_pathname[PATH_MAX]; member in struct:pmclog_ev_pmcattach
119 char pl_pathname[PATH_MAX]; member in struct:pmclog_ev_procexec
H A Dpmclog.c314 (P) = (E) - offsetof(struct TYPE, pl_pathname); \
352 PMCLOG_READSTRING(le, ev->pl_u.pl_mi.pl_pathname, pathlen);
384 PMCLOG_READSTRING(le,ev->pl_u.pl_t.pl_pathname,pathlen);
400 PMCLOG_READSTRING(le,ev->pl_u.pl_x.pl_pathname,pathlen);
/freebsd-11-stable/sys/sys/
H A Dpmclog.h137 char pl_pathname[PATH_MAX]; member in struct:pmclog_map_in
166 char pl_pathname[PATH_MAX]; member in struct:pmclog_pmcattach
187 char pl_pathname[PATH_MAX]; member in struct:pmclog_procexec
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_logging.c158 CTASSERT(offsetof(struct pmclog_map_in,pl_pathname) ==
164 CTASSERT(offsetof(struct pmclog_pmcattach,pl_pathname) == 5*4);
169 CTASSERT(offsetof(struct pmclog_procexec,pl_pathname) == 5*4 +
875 recordlen = offsetof(struct pmclog_map_in, pl_pathname) +
942 recordlen = offsetof(struct pmclog_pmcattach, pl_pathname) + pathlen;
999 recordlen = offsetof(struct pmclog_procexec, pl_pathname) + pathlen;
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcstat_log.c1411 pl_pathname);
1552 ev.pl_u.pl_x.pl_pathname);
1664 ev.pl_u.pl_mi.pl_pathname);
1695 ev.pl_u.pl_t.pl_pathname);
1713 ev.pl_u.pl_x.pl_pathname);

Completed in 74 milliseconds