Home
last modified time | relevance | path

Searched refs:pt_encoder_init (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/processor-trace/libipt/internal/include/
H A Dpt_encoder.h49 extern int pt_encoder_init(struct pt_encoder *, const struct pt_config *);
/freebsd-12.1/contrib/processor-trace/libipt/src/
H A Dpt_encoder.c37 int pt_encoder_init(struct pt_encoder *encoder, const struct pt_config *config) in pt_encoder_init() function
71 errcode = pt_encoder_init(encoder, config); in pt_alloc_encoder()
/freebsd-12.1/contrib/processor-trace/libipt/test/src/
H A Dptunit-fetch.c65 pt_encoder_init(&ffix->encoder, &ffix->config); in ffix_init()
H A Dptunit-packet.c106 pt_encoder_init(&pfix->encoder, &pfix->config); in pfix_init()
H A Dptunit-query.c2229 errcode = pt_encoder_init(&dfix->encoder, config); in ptu_dfix_init()