Searched refs:pt_bcache_add (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_block_cache.h209 extern int pt_bcache_add(struct pt_block_cache *bcache, uint64_t index,
/freebsd-12-stable/contrib/processor-trace/libipt/src/
H A Dpt_block_cache.c62 int pt_bcache_add(struct pt_block_cache *bcache, uint64_t index, function
H A Dpt_block_decoder.c1730 return pt_bcache_add(bcache, ip, bce);
1749 return pt_bcache_add(bcache, ioff, bce);
1864 status = pt_bcache_add(bcache, ioff, bce);
2044 return pt_bcache_add(bcache, ioff, bce);
/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-block_cache.c128 errcode = pt_bcache_add(NULL, 0ull, bce);
208 errcode = pt_bcache_add(bfix->bcache, bfix_nentries, bce);
239 errcode = pt_bcache_add(bfix->bcache, index, exp);
283 errcode = pt_bcache_add(bcache, index, exp);

Completed in 65 milliseconds