Searched refs:pt_tnt_cache (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/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);
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.h33 #include "pt_tnt_cache.h"
60 struct pt_tnt_cache tnt;
/freebsd-13-stable/contrib/processor-trace/libipt/src/
H A Dpt_tnt_cache.c29 #include "pt_tnt_cache.h"
34 void pt_tnt_cache_init(struct pt_tnt_cache *cache)
43 int pt_tnt_cache_is_empty(const struct pt_tnt_cache *cache)
51 int pt_tnt_cache_query(struct pt_tnt_cache *cache)
67 int pt_tnt_cache_update_tnt(struct pt_tnt_cache *cache,
/freebsd-13-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-tnt_cache.c31 #include "pt_tnt_cache.h"
40 struct pt_tnt_cache tnt_cache;
61 struct pt_tnt_cache tnt_cache;
74 struct pt_tnt_cache tnt_cache;
87 struct pt_tnt_cache tnt_cache;
110 struct pt_tnt_cache tnt_cache;
125 struct pt_tnt_cache tnt_cache;
140 struct pt_tnt_cache tnt_cache;
163 struct pt_tnt_cache tnt_cache;
182 struct pt_tnt_cache tnt_cach
[all...]
/freebsd-13-stable/lib/libipt/
H A DMakefile46 pt_tnt_cache.c \

Completed in 377 milliseconds