Home
last modified time | relevance | path

Searched refs:pl_pathname (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/lib/libpmc/
Dpmclog.h75 char pl_pathname[PATH_MAX]; member
111 char pl_pathname[PATH_MAX]; member
136 char pl_pathname[PATH_MAX]; member
Dlibpmc_json.cc123 ev->pl_u.pl_t.pl_pathname); in pmcattach_to_json()
166 (uintmax_t)ev->pl_u.pl_x.pl_entryaddr, ev->pl_u.pl_x.pl_pathname); in procexec_to_json()
232 (uintmax_t)ev->pl_u.pl_mi.pl_start, ev->pl_u.pl_mi.pl_pathname); in map_in_to_json()
Dpmclog.c299 (P) = (E) - offsetof(struct TYPE, pl_pathname); \ in pmclog_get_event()
345 PMCLOG_READSTRING(le, ev->pl_u.pl_mi.pl_pathname, pathlen); in pmclog_get_event()
380 PMCLOG_READSTRING(le,ev->pl_u.pl_t.pl_pathname,pathlen); in pmclog_get_event()
397 PMCLOG_READSTRING(le,ev->pl_u.pl_x.pl_pathname,pathlen); in pmclog_get_event()
/freebsd-12-stable/sys/sys/
Dpmclog.h152 char pl_pathname[PATH_MAX]; member
176 char pl_pathname[PATH_MAX]; member
206 char pl_pathname[PATH_MAX]; member
/freebsd-12-stable/usr.sbin/pmcstat/
Dpmcstat_log.c418 ev.pl_u.pl_mi.pl_pathname); in pmcstat_print_log()
442 ev.pl_u.pl_t.pl_pathname); in pmcstat_print_log()
460 ev.pl_u.pl_x.pl_pathname); in pmcstat_print_log()
/freebsd-12-stable/sys/dev/hwpmc/
Dhwpmc_logging.c200 CTASSERT(offsetof(struct pmclog_map_in,pl_pathname) ==
205 CTASSERT(offsetof(struct pmclog_pmcattach,pl_pathname) == 5*4 + TSDELTA);
210 CTASSERT(offsetof(struct pmclog_procexec,pl_pathname) == 5*4 + TSDELTA +
963 recordlen = offsetof(struct pmclog_map_in, pl_pathname) + in pmclog_process_map_in()
1036 recordlen = offsetof(struct pmclog_pmcattach, pl_pathname) + pathlen; in pmclog_process_pmcattach()
1113 recordlen = offsetof(struct pmclog_procexec, pl_pathname) + pathlen; in pmclog_process_procexec()
/freebsd-12-stable/lib/libpmcstat/
Dlibpmcstat_logging.c243 pl_pathname); in pmcstat_analyze_log()
353 ev.pl_u.pl_x.pl_pathname); in pmcstat_analyze_log()