Home
last modified time | relevance | path

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

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-msec_cache.c211 status = pt_msec_cache_read(NULL, &msec, &image, 0ull); in read_null()
214 status = pt_msec_cache_read(&mcache, NULL, &image, 0ull); in read_null()
217 status = pt_msec_cache_read(&mcache, &msec, NULL, 0ull); in read_null()
272 status = pt_msec_cache_read(&tfix->mcache, &msec, &tfix->image, 0ull); in read_nomap()
285 status = pt_msec_cache_read(&tfix->mcache, &msec, &tfix->image, 0ull); in read()
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_msec_cache.h75 extern int pt_msec_cache_read(struct pt_msec_cache *cache,
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_msec_cache.c76 int pt_msec_cache_read(struct pt_msec_cache *cache, in pt_msec_cache_read() function
H A Dpt_insn_decoder.c1276 isid = pt_msec_cache_read(scache, pmsec, image, ip); in pt_insn_msec_lookup()
H A Dpt_block_decoder.c2504 isid = pt_msec_cache_read(&decoder->scache, pmsec, decoder->image, in pt_blk_msec_lookup()