Searched defs:tcal (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_time.c | 440 void pt_tcal_init(struct pt_time_cal *tcal) in pt_tcal_init() 450 static int pt_tcal_have_fcr(const struct pt_time_cal *tcal) in pt_tcal_have_fcr() 458 int pt_tcal_fcr(uint64_t *fcr, const struct pt_time_cal *tcal) in pt_tcal_fcr() 471 int pt_tcal_set_fcr(struct pt_time_cal *tcal, uint64_t fcr) in pt_tcal_set_fcr() 487 int pt_tcal_update_psb(struct pt_time_cal *tcal, in pt_tcal_update_psb() 499 int pt_tcal_update_tsc(struct pt_time_cal *tcal, in pt_tcal_update_tsc() 518 int pt_tcal_header_tsc(struct pt_time_cal *tcal, in pt_tcal_header_tsc() 567 int pt_tcal_update_cbr(struct pt_time_cal *tcal, in pt_tcal_update_cbr() 579 int pt_tcal_header_cbr(struct pt_time_cal *tcal, in pt_tcal_header_cbr() 602 int pt_tcal_update_tma(struct pt_time_cal *tcal, in pt_tcal_update_tma() [all …]
|
H A D | pt_query_decoder.c | 370 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() 522 static int pt_qry_apply_cyc(struct pt_time *time, struct pt_time_cal *tcal, in pt_qry_apply_cyc() 1904 const struct pt_time_cal *tcal, in skd010_recover() 1963 const struct pt_time_cal *tcal, in skd010_recover_disabled() 2004 struct pt_time_cal tcal; in skd010_scan_for_ovf_resume() local [all …]
|
/freebsd/contrib/processor-trace/libipt/internal/include/ |
H A D | pt_query_decoder.h | 69 struct pt_time_cal tcal; member
|
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-time.c | 43 struct pt_time_cal tcal; member
|