Home
last modified time | relevance | path

Searched defs:tcal (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/processor-trace/libipt/src/
H A Dpt_time.c434 void pt_tcal_init(struct pt_time_cal *tcal) in pt_tcal_init()
444 static int pt_tcal_have_fcr(const struct pt_time_cal *tcal) in pt_tcal_have_fcr()
452 int pt_tcal_fcr(uint64_t *fcr, const struct pt_time_cal *tcal) in pt_tcal_fcr()
465 int pt_tcal_set_fcr(struct pt_time_cal *tcal, uint64_t fcr) in pt_tcal_set_fcr()
481 int pt_tcal_update_tsc(struct pt_time_cal *tcal, in pt_tcal_update_tsc()
500 int pt_tcal_header_tsc(struct pt_time_cal *tcal, in pt_tcal_header_tsc()
545 int pt_tcal_update_cbr(struct pt_time_cal *tcal, in pt_tcal_update_cbr()
557 int pt_tcal_header_cbr(struct pt_time_cal *tcal, in pt_tcal_header_cbr()
578 int pt_tcal_update_tma(struct pt_time_cal *tcal, in pt_tcal_update_tma()
590 int pt_tcal_update_mtc(struct pt_time_cal *tcal, in pt_tcal_update_mtc()
[all …]
H A Dpt_query_decoder.c370 static int pt_qry_apply_tsc(struct pt_time *time, struct pt_time_cal *tcal, in pt_qry_apply_tsc()
396 struct pt_time_cal *tcal, in pt_qry_apply_header_tsc()
421 static int pt_qry_apply_cbr(struct pt_time *time, struct pt_time_cal *tcal, in pt_qry_apply_cbr()
447 struct pt_time_cal *tcal, in pt_qry_apply_header_cbr()
472 static int pt_qry_apply_tma(struct pt_time *time, struct pt_time_cal *tcal, in pt_qry_apply_tma()
497 static int pt_qry_apply_mtc(struct pt_time *time, struct pt_time_cal *tcal, in pt_qry_apply_mtc()
1886 const struct pt_time_cal *tcal, in skd010_recover()
1945 const struct pt_time_cal *tcal, in skd010_recover_disabled()
1986 struct pt_time_cal tcal; in skd010_scan_for_ovf_resume() local
1989 struct pt_time_cal tcal; in skd010_scan_for_ovf_resume() member
[all …]
/freebsd-12.1/contrib/processor-trace/libipt/internal/include/
H A Dpt_query_decoder.h69 struct pt_time_cal tcal; member
/freebsd-12.1/contrib/processor-trace/libipt/test/src/
H A Dptunit-time.c43 struct pt_time_cal tcal; member