Searched refs:pt_time_update_cyc (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_time.h122 extern int pt_time_update_cyc(struct pt_time *, const struct pt_packet_cyc *,
178 * pt_time_update_cyc().
/freebsd-13-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-time.c137 errcode = pt_time_update_cyc(NULL, &packet, &tfix->config, 0ull);
140 errcode = pt_time_update_cyc(&tfix->time, NULL, &tfix->config, 0ull);
143 errcode = pt_time_update_cyc(&tfix->time, &packet, NULL, 0ull);
353 errcode = pt_time_update_cyc(&tfix->time, &packet, &tfix->config, fcr);
/freebsd-13-stable/contrib/processor-trace/libipt/src/
H A Dpt_time.c408 int pt_time_update_cyc(struct pt_time *time, function
H A Dpt_query_decoder.c554 errcode = pt_time_update_cyc(time, packet, config, fcr);

Completed in 69 milliseconds