Searched refs:lost_cyc (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/processor-trace/libipt/internal/include/
H A Dpt_time.h63 uint32_t lost_cyc; member in struct:pt_time
89 * If @lost_cyc is not NULL, provides the number of lost CYC packets.
96 uint32_t *lost_cyc, const struct pt_time *time);
/freebsd-current/contrib/processor-trace/libipt/src/
H A Dpt_time.c47 uint32_t *lost_cyc, const struct pt_time *time)
56 if (lost_cyc)
57 *lost_cyc = time->lost_cyc;
148 time->lost_cyc = 0;
266 if (time->fc || time->lost_cyc || !have_mtc)
275 time->lost_cyc = 0;
418 time->lost_cyc += 1;
46 pt_time_query_tsc(uint64_t *tsc, uint32_t *lost_mtc, uint32_t *lost_cyc, const struct pt_time *time) argument
H A Dpt_insn_decoder.c195 uint32_t lost_mtc, lost_cyc; local
219 errcode = pt_qry_time(&decoder->query, &tsc, &lost_mtc, &lost_cyc);
242 ev->lost_cyc = lost_cyc;
418 uint32_t *lost_mtc, uint32_t *lost_cyc)
423 return pt_qry_time(&decoder->query, time, lost_mtc, lost_cyc);
417 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.c199 uint32_t lost_mtc, lost_cyc; local
223 errcode = pt_qry_time(&decoder->query, &tsc, &lost_mtc, &lost_cyc);
246 ev->lost_cyc = lost_cyc;
434 uint32_t *lost_mtc, uint32_t *lost_cyc)
439 return pt_qry_time(&decoder->query, time, lost_mtc, lost_cyc);
433 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.c952 uint32_t *lost_mtc, uint32_t *lost_cyc)
957 return pt_time_query_tsc(time, lost_mtc, lost_cyc, &decoder->last_time);
977 &event->lost_cyc, &decoder->time);
951 pt_qry_time(struct pt_query_decoder *decoder, uint64_t *time, uint32_t *lost_mtc, uint32_t *lost_cyc) argument
/freebsd-current/contrib/processor-trace/libipt/test/src/
H A Dptunit-insn_decoder.c241 uint32_t lost_mtc, lost_cyc; local
244 errcode = pt_insn_time(NULL, &time, &lost_mtc, &lost_cyc);
247 errcode = pt_insn_time(&decoder, NULL, &lost_mtc, &lost_cyc);
H A Dptunit-block_decoder.c241 uint32_t lost_mtc, lost_cyc; local
244 errcode = pt_blk_time(NULL, &time, &lost_mtc, &lost_cyc);
247 errcode = pt_blk_time(&decoder, NULL, &lost_mtc, &lost_cyc);
H A Dptunit-time.c261 uint32_t lost_mtc, lost_cyc; local
269 errcode = pt_time_query_tsc(&tsc, &lost_mtc, &lost_cyc, &tfix->time);
274 ptu_uint_eq(lost_cyc, 0);
/freebsd-current/contrib/processor-trace/libipt/include/
H A Dintel-pt.h1186 uint32_t lost_cyc; member in struct:pt_event
1628 * If \@lost_cyc is not NULL, set it to the number of lost CYC packets.
1637 uint32_t *lost_cyc);
2122 * If \@lost_cyc is not NULL, set it to the number of lost CYC packets.
2131 uint32_t *lost_cyc);
2401 * If \@lost_cyc is not NULL, set it to the number of lost CYC packets.
2410 uint32_t *lost_cyc);

Completed in 203 milliseconds