Home
last modified time | relevance | path

Searched refs:pl_ts (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libpmc/
H A Dpmclog.h66 struct timespec pl_ts; member
172 struct timespec pl_ts; /* log entry timestamp */ member
H A Dlibpmc_json.cc78 typenames[ev->pl_type], (uintmax_t)ev->pl_ts.tv_sec); in startentry()
94 (uintmax_t)ev->pl_u.pl_i.pl_ts.tv_sec, (uintmax_t)ev->pl_u.pl_i.pl_ts.tv_nsec); in initialize_to_json()
H A Dpmclog.c291 ev->pl_ts.tv_sec = ph->pl_tsc; in pmclog_get_event()
329 memcpy(&ev->pl_u.pl_i.pl_ts, le, sizeof(struct timespec)); in pmclog_get_event()
/freebsd/sys/sys/
H A Dpmclog.h141 struct timespec pl_ts; member