Home
last modified time | relevance | path

Searched refs:pt_msec_cache (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/processor-trace/libipt/internal/include/
H A Dpt_msec_cache.h42 struct pt_msec_cache { struct
57 extern int pt_msec_cache_init(struct pt_msec_cache *cache); argument
60 extern void pt_msec_cache_fini(struct pt_msec_cache *cache);
63 extern int pt_msec_cache_invalidate(struct pt_msec_cache *cache);
75 extern int pt_msec_cache_read(struct pt_msec_cache *cache,
90 extern int pt_msec_cache_fill(struct pt_msec_cache *cache,
H A Dpt_block_decoder.h63 struct pt_msec_cache scache;
H A Dpt_insn_decoder.h59 struct pt_msec_cache scache;
/freebsd-src/contrib/processor-trace/libipt/src/
H A Dpt_msec_cache.c36 int pt_msec_cache_init(struct pt_msec_cache *cache) in pt_msec_cache_init()
46 void pt_msec_cache_fini(struct pt_msec_cache *cache) in pt_msec_cache_fini()
55 int pt_msec_cache_invalidate(struct pt_msec_cache *cache) in pt_msec_cache_invalidate()
76 int pt_msec_cache_read(struct pt_msec_cache *cache, in pt_msec_cache_read()
99 int pt_msec_cache_fill(struct pt_msec_cache *cache, in pt_msec_cache_fill()
H A Dpt_insn_decoder.c1264 struct pt_msec_cache *scache; in pt_insn_msec_lookup()
/freebsd-src/contrib/processor-trace/libipt/test/src/
H A Dptunit-msec_cache.c167 struct pt_msec_cache mcache;
207 struct pt_msec_cache mcache; in read_null()
226 struct pt_msec_cache mcache; in fill_null()
/freebsd-src/lib/libipt/
H A DMakefile34 pt_msec_cache.c \
/freebsd-src/contrib/processor-trace/libipt/
H A DCMakeLists.txt59 src/pt_msec_cache.c