Searched refs:pt_msec_cache_fill (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-msec_cache.c | 233 status = pt_msec_cache_fill(NULL, &msec, &image, &asid, 0ull); in fill_null() 236 status = pt_msec_cache_fill(&mcache, NULL, &image, &asid, 0ull); in fill_null() 239 status = pt_msec_cache_fill(&mcache, &msec, NULL, &asid, 0ull); in fill_null() 242 status = pt_msec_cache_fill(&mcache, &msec, &image, NULL, 0ull); in fill_null() 305 status = pt_msec_cache_fill(&tfix->mcache, &msec, &tfix->image, &asid, in fill_nomap() 326 status = pt_msec_cache_fill(&tfix->mcache, &msec, &tfix->image, &asid, in fill()
|
/freebsd/contrib/processor-trace/libipt/internal/include/ |
H A D | pt_msec_cache.h | 90 extern int pt_msec_cache_fill(struct pt_msec_cache *cache,
|
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_msec_cache.c | 99 int pt_msec_cache_fill(struct pt_msec_cache *cache, in pt_msec_cache_fill() function
|
H A D | pt_insn_decoder.c | 1281 return pt_msec_cache_fill(scache, pmsec, image, in pt_insn_msec_lookup()
|
H A D | pt_block_decoder.c | 2478 isid = pt_msec_cache_fill(&decoder->scache, &msec, decoder->image, in pt_blk_msec_fill()
|