Searched refs:lost_mtc (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_time.h60 uint32_t lost_mtc; member in struct:pt_time
88 * If @lost_mtc is not NULL, provides the number of lost MTC packets.
95 extern int pt_time_query_tsc(uint64_t *tsc, uint32_t *lost_mtc,
165 uint32_t lost_mtc; member in struct:pt_time_cal
/freebsd-12-stable/contrib/processor-trace/libipt/src/
H A Dpt_time.c46 int pt_time_query_tsc(uint64_t *tsc, uint32_t *lost_mtc, argument
54 if (lost_mtc)
55 *lost_mtc = time->lost_mtc;
147 time->lost_mtc = 0;
321 time->lost_mtc += 1;
628 tcal->lost_mtc += 1;
653 tcal->lost_mtc = 0;
H A Dpt_insn_decoder.c193 uint32_t lost_mtc, lost_cyc; local
217 errcode = pt_qry_time(&decoder->query, &tsc, &lost_mtc, &lost_cyc);
239 ev->lost_mtc = lost_mtc;
416 uint32_t *lost_mtc, uint32_t *lost_cyc)
421 return pt_qry_time(&decoder->query, time, lost_mtc, lost_cyc);
415 pt_insn_time(struct pt_insn_decoder *decoder, uint64_t *time, uint32_t *lost_mtc, uint32_t *lost_cyc) argument
H A Dpt_block_decoder.c197 uint32_t lost_mtc, lost_cyc; local
221 errcode = pt_qry_time(&decoder->query, &tsc, &lost_mtc, &lost_cyc);
243 ev->lost_mtc = lost_mtc;
432 uint32_t *lost_mtc, uint32_t *lost_cyc)
437 return pt_qry_time(&decoder->query, time, lost_mtc, lost_cyc);
431 pt_blk_time(struct pt_block_decoder *decoder, uint64_t *time, uint32_t *lost_mtc, uint32_t *lost_cyc) argument
H A Dpt_query_decoder.c938 uint32_t *lost_mtc, uint32_t *lost_cyc)
943 return pt_time_query_tsc(time, lost_mtc, lost_cyc, &decoder->last_time);
962 errcode = pt_time_query_tsc(&event->tsc, &event->lost_mtc,
937 pt_qry_time(struct pt_query_decoder *decoder, uint64_t *time, uint32_t *lost_mtc, uint32_t *lost_cyc) argument
/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-time.c245 uint32_t lost_mtc, lost_cyc; local
253 errcode = pt_time_query_tsc(&tsc, &lost_mtc, &lost_cyc, &tfix->time);
257 ptu_uint_eq(lost_mtc, 0);
/freebsd-12-stable/contrib/processor-trace/libipt/include/
H A Dintel-pt.h1162 uint32_t lost_mtc; member in struct:pt_event
1604 * If \@lost_mtc is not NULL, set it to the number of lost MTC packets.
1613 uint64_t *time, uint32_t *lost_mtc,
2098 * If \@lost_mtc is not NULL, set it to the number of lost MTC packets.
2107 uint64_t *time, uint32_t *lost_mtc,
2377 * If \@lost_mtc is not NULL, set it to the number of lost MTC packets.
2386 uint64_t *time, uint32_t *lost_mtc,

Completed in 111 milliseconds