Searched refs:pt_bcache_lookup (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-block_cache.c | 140 errcode = pt_bcache_lookup(&bce, NULL, 0ull); in lookup_null() 143 errcode = pt_bcache_lookup(NULL, &bcache, 0ull); in lookup_null() 191 status = pt_bcache_lookup(&bce, bfix->bcache, index); in initially_empty() 219 errcode = pt_bcache_lookup(&bce, bfix->bcache, bfix_nentries); in lookup_bad_index() 242 errcode = pt_bcache_lookup(&bce, bfix->bcache, index); in add() 278 errcode = pt_bcache_lookup(&bce, bcache, index); in worker() 288 errcode = pt_bcache_lookup(&bce, bcache, index); in worker()
|
/freebsd/contrib/processor-trace/libipt/internal/include/ |
H A D | pt_block_cache.h | 221 extern int pt_bcache_lookup(struct pt_bcache_entry *bce,
|
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_block_cache.c | 80 int pt_bcache_lookup(struct pt_bcache_entry *bce, in pt_bcache_lookup() function
|
H A D | pt_block_decoder.c | 1959 status = pt_bcache_lookup(&bce, bcache, noff); in pt_blk_proceed_no_event_fill_cache() 1988 status = pt_bcache_lookup(&bce, bcache, noff); in pt_blk_proceed_no_event_fill_cache() 2142 status = pt_bcache_lookup(&bce, bcache, offset); in pt_blk_proceed_no_event_cached()
|