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

/freebsd-13-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_time.h115 extern int pt_time_update_cbr(struct pt_time *, const struct pt_packet_cbr *,
/freebsd-13-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-time.c89 errcode = pt_time_update_cbr(NULL, &packet, &tfix->config);
92 errcode = pt_time_update_cbr(&tfix->time, NULL, &tfix->config);
287 errcode = pt_time_update_cbr(&tfix->time, &packet, &tfix->config);
305 errcode = pt_time_update_cbr(&tfix->time, &packet, &tfix->config);
/freebsd-13-stable/contrib/processor-trace/libipt/src/
H A Dpt_time.c153 int pt_time_update_cbr(struct pt_time *time, function
H A Dpt_query_decoder.c439 errcode = pt_time_update_cbr(time, packet, config);
465 errcode = pt_time_update_cbr(time, packet, config);

Completed in 169 milliseconds