| /src/contrib/processor-trace/libipt/src/ |
| H A D | pt_time.c | 46 int pt_time_query_tsc(uint64_t *tsc, uint32_t *lost_mtc, in pt_time_query_tsc() argument 54 if (lost_mtc) in pt_time_query_tsc() 55 *lost_mtc = time->lost_mtc; in pt_time_query_tsc() 147 time->lost_mtc = 0; in pt_time_update_tsc() 327 time->lost_mtc += 1; in pt_time_update_mtc() 656 tcal->lost_mtc += 1; in pt_tcal_update_mtc() 724 tcal->lost_mtc = 0; in pt_tcal_update_mtc()
|
| H A D | pt_insn_decoder.c | 195 uint32_t lost_mtc, lost_cyc; in pt_insn_tick() local 219 errcode = pt_qry_time(&decoder->query, &tsc, &lost_mtc, &lost_cyc); in pt_insn_tick() 241 ev->lost_mtc = lost_mtc; in pt_insn_tick() 418 uint32_t *lost_mtc, uint32_t *lost_cyc) in pt_insn_time() argument 423 return pt_qry_time(&decoder->query, time, lost_mtc, lost_cyc); in pt_insn_time()
|
| H A D | pt_block_decoder.c | 199 uint32_t lost_mtc, lost_cyc; in pt_blk_tick() local 223 errcode = pt_qry_time(&decoder->query, &tsc, &lost_mtc, &lost_cyc); in pt_blk_tick() 245 ev->lost_mtc = lost_mtc; in pt_blk_tick() 434 uint32_t *lost_mtc, uint32_t *lost_cyc) in pt_blk_time() argument 439 return pt_qry_time(&decoder->query, time, lost_mtc, lost_cyc); in pt_blk_time()
|
| H A D | pt_query_decoder.c | 952 uint32_t *lost_mtc, uint32_t *lost_cyc) in pt_qry_time() argument 957 return pt_time_query_tsc(time, lost_mtc, lost_cyc, &decoder->last_time); in pt_qry_time() 976 errcode = pt_time_query_tsc(&event->tsc, &event->lost_mtc, in pt_qry_event_time()
|
| /src/contrib/processor-trace/libipt/internal/include/ |
| H A D | pt_time.h | 60 uint32_t lost_mtc; member 95 extern int pt_time_query_tsc(uint64_t *tsc, uint32_t *lost_mtc, 165 uint32_t lost_mtc; member
|
| /src/contrib/processor-trace/libipt/test/src/ |
| H A D | ptunit-block_decoder.c | 241 uint32_t lost_mtc, lost_cyc; in time_null() local 244 errcode = pt_blk_time(NULL, &time, &lost_mtc, &lost_cyc); in time_null() 247 errcode = pt_blk_time(&decoder, NULL, &lost_mtc, &lost_cyc); in time_null()
|
| H A D | ptunit-insn_decoder.c | 241 uint32_t lost_mtc, lost_cyc; in time_null() local 244 errcode = pt_insn_time(NULL, &time, &lost_mtc, &lost_cyc); in time_null() 247 errcode = pt_insn_time(&decoder, NULL, &lost_mtc, &lost_cyc); in time_null()
|
| H A D | ptunit-time.c | 261 uint32_t lost_mtc, lost_cyc; in tsc() local 269 errcode = pt_time_query_tsc(&tsc, &lost_mtc, &lost_cyc, &tfix->time); in tsc() 273 ptu_uint_eq(lost_mtc, 0); in tsc()
|
| /src/contrib/processor-trace/libipt/include/ |
| H A D | intel-pt.h | 1185 uint32_t lost_mtc; member 1636 uint64_t *time, uint32_t *lost_mtc, 2130 uint64_t *time, uint32_t *lost_mtc, 2409 uint64_t *time, uint32_t *lost_mtc,
|
| H A D | intel-pt.h.in | 1185 uint32_t lost_mtc; member 1627 * If \@lost_mtc is not NULL, set it to the number of lost MTC packets. 1636 uint64_t *time, uint32_t *lost_mtc, 2121 * If \@lost_mtc is not NULL, set it to the number of lost MTC packets. 2130 uint64_t *time, uint32_t *lost_mtc, 2400 * If \@lost_mtc is not NULL, set it to the number of lost MTC packets. 2409 uint64_t *time, uint32_t *lost_mtc,
|