Home
last modified time | relevance | path

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

/freebsd-src/contrib/processor-trace/libipt/internal/include/
H A Dpt_msec_cache.h57 extern int pt_msec_cache_init(struct pt_msec_cache *cache);
/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() function
H A Dpt_insn_decoder.c136 errcode = pt_msec_cache_init(&decoder->scache); in pt_insn_decoder_init()
H A Dpt_block_decoder.c139 errcode = pt_msec_cache_init(&decoder->scache); in pt_blk_decoder_init()
/freebsd-src/contrib/processor-trace/libipt/test/src/
H A Dptunit-msec_cache.c181 status = pt_msec_cache_init(NULL); in init_null()