Searched refs:pl_pathname (Results 1 – 5 of 5) sorted by relevance
| /trueos/lib/libpmc/ |
| HD | pmclog.h | 68 char pl_pathname[PATH_MAX]; member 101 char pl_pathname[PATH_MAX]; member 119 char pl_pathname[PATH_MAX]; member
|
| HD | pmclog.c | 314 (P) = (E) - offsetof(struct TYPE, pl_pathname); \ in pmclog_get_event() 350 PMCLOG_READSTRING(le, ev->pl_u.pl_mi.pl_pathname, pathlen); in pmclog_get_event() 382 PMCLOG_READSTRING(le,ev->pl_u.pl_t.pl_pathname,pathlen); in pmclog_get_event() 398 PMCLOG_READSTRING(le,ev->pl_u.pl_x.pl_pathname,pathlen); in pmclog_get_event()
|
| /trueos/sys/sys/ |
| HD | pmclog.h | 137 char pl_pathname[PATH_MAX]; member 166 char pl_pathname[PATH_MAX]; member 187 char pl_pathname[PATH_MAX]; member
|
| /trueos/sys/dev/hwpmc/ |
| HD | hwpmc_logging.c | 151 CTASSERT(offsetof(struct pmclog_map_in,pl_pathname) == 157 CTASSERT(offsetof(struct pmclog_pmcattach,pl_pathname) == 5*4); 162 CTASSERT(offsetof(struct pmclog_procexec,pl_pathname) == 5*4 + 815 recordlen = offsetof(struct pmclog_map_in, pl_pathname) + in pmclog_process_map_in() 882 recordlen = offsetof(struct pmclog_pmcattach, pl_pathname) + pathlen; in pmclog_process_pmcattach() 939 recordlen = offsetof(struct pmclog_procexec, pl_pathname) + pathlen; in pmclog_process_procexec()
|
| /trueos/usr.sbin/pmcstat/ |
| HD | pmcstat_log.c | 1398 pl_pathname); in pmcstat_analyze_log() 1537 ev.pl_u.pl_x.pl_pathname); in pmcstat_analyze_log() 1649 ev.pl_u.pl_mi.pl_pathname); in pmcstat_print_log() 1680 ev.pl_u.pl_t.pl_pathname); in pmcstat_print_log() 1698 ev.pl_u.pl_x.pl_pathname); in pmcstat_print_log()
|