Home
last modified time | relevance | path

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

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-encoder.c67 errcode = pt_encoder_init(&tfix->encoder, config); in tfix_init()
79 errcode = pt_encoder_init(NULL, &config); in encoder_init_null()
82 errcode = pt_encoder_init(&encoder, NULL); in encoder_init_null()
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()
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_encoder.h49 extern int pt_encoder_init(struct pt_encoder *, const struct pt_config *);
/freebsd/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()