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

/freebsd-12-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_time.h133 struct pt_time_cal { struct
182 extern void pt_tcal_init(struct pt_time_cal *tcal);
193 extern int pt_tcal_fcr(uint64_t *fcr, const struct pt_time_cal *tcal);
204 extern int pt_tcal_set_fcr(struct pt_time_cal *tcal, uint64_t fcr);
210 extern int pt_tcal_update_tsc(struct pt_time_cal *,
213 extern int pt_tcal_header_tsc(struct pt_time_cal *,
216 extern int pt_tcal_update_cbr(struct pt_time_cal *,
219 extern int pt_tcal_header_cbr(struct pt_time_cal *,
222 extern int pt_tcal_update_tma(struct pt_time_cal *,
225 extern int pt_tcal_update_mtc(struct pt_time_cal *,
[all...]
H A Dpt_query_decoder.h69 struct pt_time_cal tcal;
/freebsd-12-stable/contrib/processor-trace/libipt/src/
H A Dpt_time.c434 void pt_tcal_init(struct pt_time_cal *tcal)
444 static int pt_tcal_have_fcr(const struct pt_time_cal *tcal)
452 int pt_tcal_fcr(uint64_t *fcr, const struct pt_time_cal *tcal)
465 int pt_tcal_set_fcr(struct pt_time_cal *tcal, uint64_t fcr)
481 int pt_tcal_update_tsc(struct pt_time_cal *tcal,
500 int pt_tcal_header_tsc(struct pt_time_cal *tcal,
545 int pt_tcal_update_cbr(struct pt_time_cal *tcal,
557 int pt_tcal_header_cbr(struct pt_time_cal *tcal,
578 int pt_tcal_update_tma(struct pt_time_cal *tcal,
590 int pt_tcal_update_mtc(struct pt_time_cal *tca
[all...]
H A Dpt_query_decoder.c370 static int pt_qry_apply_tsc(struct pt_time *time, struct pt_time_cal *tcal,
396 struct pt_time_cal *tcal,
421 static int pt_qry_apply_cbr(struct pt_time *time, struct pt_time_cal *tcal,
447 struct pt_time_cal *tcal,
472 static int pt_qry_apply_tma(struct pt_time *time, struct pt_time_cal *tcal,
497 static int pt_qry_apply_mtc(struct pt_time *time, struct pt_time_cal *tcal,
522 static int pt_qry_apply_cyc(struct pt_time *time, struct pt_time_cal *tcal,
1886 const struct pt_time_cal *tcal,
1945 const struct pt_time_cal *tcal,
1986 struct pt_time_cal tca
[all...]
/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-time.c43 struct pt_time_cal tcal;

Completed in 109 milliseconds