Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/processor-trace/libipt/test/src/
H A Dptunit-tnt_cache.c40 struct pt_tnt_cache tnt_cache; in init()
61 struct pt_tnt_cache tnt_cache; in is_empty_initial()
74 struct pt_tnt_cache tnt_cache; in is_empty_no()
87 struct pt_tnt_cache tnt_cache; in is_empty_yes()
110 struct pt_tnt_cache tnt_cache; in query_taken()
125 struct pt_tnt_cache tnt_cache; in query_not_taken()
140 struct pt_tnt_cache tnt_cache; in query_empty()
163 struct pt_tnt_cache tnt_cache; in update_tnt()
182 struct pt_tnt_cache tnt_cache; in update_tnt_not_empty()
210 struct pt_tnt_cache tnt_cache; in update_tnt_null_packet()
/freebsd-14.2/contrib/processor-trace/libipt/internal/include/
H A Dpt_tnt_cache.h39 struct pt_tnt_cache { struct
54 extern void pt_tnt_cache_init(struct pt_tnt_cache *cache); argument
62 extern int pt_tnt_cache_is_empty(const struct pt_tnt_cache *cache);
73 extern int pt_tnt_cache_query(struct pt_tnt_cache *cache);
84 extern int pt_tnt_cache_update_tnt(struct pt_tnt_cache *cache,
H A Dpt_query_decoder.h60 struct pt_tnt_cache tnt;
/freebsd-14.2/contrib/processor-trace/libipt/src/
H A Dpt_tnt_cache.c34 void pt_tnt_cache_init(struct pt_tnt_cache *cache) in pt_tnt_cache_init()
43 int pt_tnt_cache_is_empty(const struct pt_tnt_cache *cache) in pt_tnt_cache_is_empty()
51 int pt_tnt_cache_query(struct pt_tnt_cache *cache) in pt_tnt_cache_query()
67 int pt_tnt_cache_update_tnt(struct pt_tnt_cache *cache, in pt_tnt_cache_update_tnt()
/freebsd-14.2/contrib/processor-trace/libipt/
H A DCMakeLists.txt44 src/pt_tnt_cache.c
140 src/pt_tnt_cache.c
183 src/pt_tnt_cache.c
/freebsd-14.2/lib/libipt/
H A DMakefile45 pt_tnt_cache.c \