Home
last modified time | relevance | path

Searched refs:lost_mtc (Results 1 – 10 of 10) sorted by relevance

/src/contrib/processor-trace/libipt/src/
H A Dpt_time.c46 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 Dpt_insn_decoder.c195 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 Dpt_block_decoder.c199 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 Dpt_query_decoder.c952 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 Dpt_time.h60 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 Dptunit-block_decoder.c241 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 Dptunit-insn_decoder.c241 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 Dptunit-time.c261 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 Dintel-pt.h1185 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 Dintel-pt.h.in1185 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,