Home
last modified time | relevance | path

Searched refs:pt_msec_cache_fini (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/processor-trace/libipt/internal/include/
H A Dpt_msec_cache.h60 extern void pt_msec_cache_fini(struct pt_msec_cache *cache);
/freebsd-14.2/contrib/processor-trace/libipt/src/
H A Dpt_msec_cache.c46 void pt_msec_cache_fini(struct pt_msec_cache *cache) in pt_msec_cache_fini() function
H A Dpt_insn_decoder.c150 pt_msec_cache_fini(&decoder->scache); in pt_insn_decoder_fini()
H A Dpt_block_decoder.c153 pt_msec_cache_fini(&decoder->scache); in pt_blk_decoder_fini()
/freebsd-14.2/contrib/processor-trace/libipt/test/src/
H A Dptunit-msec_cache.c189 pt_msec_cache_fini(NULL); in fini_null()