Searched refs:pt_msec_cache_read (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/processor-trace/libipt/test/src/ |
| H A D | ptunit-msec_cache.c | 211 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 D | pt_msec_cache.h | 75 extern int pt_msec_cache_read(struct pt_msec_cache *cache,
|
| /freebsd/contrib/processor-trace/libipt/src/ |
| H A D | pt_msec_cache.c | 76 int pt_msec_cache_read(struct pt_msec_cache *cache, in pt_msec_cache_read() function
|
| H A D | pt_insn_decoder.c | 1276 isid = pt_msec_cache_read(scache, pmsec, image, ip); in pt_insn_msec_lookup()
|
| H A D | pt_block_decoder.c | 2504 isid = pt_msec_cache_read(&decoder->scache, pmsec, decoder->image, in pt_blk_msec_lookup()
|