Searched refs:mtc (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/processor-trace/libipt/test/src/
H A Dptunit-time.c325 static struct ptunit_result mtc(struct time_fixture *tfix) function
393 ptu_run_f(suite, mtc, tfix);
H A Dptunit-packet.c358 static struct ptunit_result mtc(struct packet_fixture *pfix) function
361 pfix->packet[0].payload.mtc.ctc = 0x23;
616 ptu_run_f(suite, mtc, pfix);
/freebsd-current/contrib/processor-trace/libipt/src/
H A Dpt_encoder.c483 *pos++ = packet->payload.mtc.ctc;
877 packet.payload.mtc.ctc = ctc;
H A Dpt_packet_decoder.c563 size = pt_pkt_read_mtc(&packet->payload.mtc, decoder->pos,
H A Dpt_query_decoder.c2272 &packet.payload.mtc,
2503 &packet.payload.mtc,
2694 &packet.payload.mtc,
/freebsd-current/contrib/processor-trace/libipt/include/
H A Dintel-pt.h868 /** Packet: mtc. */
869 struct pt_packet_mtc mtc; member in union:pt_packet::__anon5953
1180 /** The number of lost mtc and cyc packets.

Completed in 80 milliseconds