Searched refs:pl_x (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/lib/libpmc/
H A Dpmclog.c395 PMCLOG_READ32(le,ev->pl_u.pl_x.pl_pid);
396 PMCLOG_READADDR(le,ev->pl_u.pl_x.pl_entryaddr);
397 PMCLOG_READ32(le,ev->pl_u.pl_x.pl_pmcid);
398 PMCLOG_READSTRING(le,ev->pl_u.pl_x.pl_pathname,pathlen);
H A Dpmclog.h160 struct pmclog_ev_procexec pl_x; member in union:pmclog_ev::__anon5276
/freebsd-9.3-release/sys/sys/
H A Dpmclog.h234 struct pmclog_procexec pl_x; member in union:pmclog_entry
/freebsd-9.3-release/usr.sbin/pmcstat/
H A Dpmcstat_log.c1517 pp = pmcstat_process_lookup(ev.pl_u.pl_x.pl_pid,
1528 ev.pl_u.pl_x.pl_pathname);
1531 ev.pl_u.pl_x.pl_entryaddr);
1686 ev.pl_u.pl_x.pl_pmcid,
1687 ev.pl_u.pl_x.pl_pid,
1688 (void *) ev.pl_u.pl_x.pl_entryaddr,
1689 ev.pl_u.pl_x.pl_pathname);

Completed in 104 milliseconds