Home
last modified time | relevance | path

Searched defs:pt_query_decoder (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/processor-trace/libipt/internal/include/
H A Dpt_query_decoder.h43 struct pt_query_decoder { struct
45 struct pt_config config;
48 const uint8_t *pos;
51 const uint8_t *sync;
54 const struct pt_decoder_function *next;
57 struct pt_last_ip ip;
60 struct pt_tnt_cache tnt;
63 struct pt_time time;
66 struct pt_time last_time;
91 extern int pt_qry_decoder_init(struct pt_query_decoder *, argument