Home
last modified time | relevance | path

Searched refs:pt_block_cache (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_block_cache.h183 struct pt_block_cache { struct
196 extern struct pt_block_cache *pt_bcache_alloc(uint64_t nentries); argument
199 extern void pt_bcache_free(struct pt_block_cache *bcache);
209 extern int pt_bcache_add(struct pt_block_cache *bcache, uint64_t index,
222 const struct pt_block_cache *bcache,
H A Dpt_section.h41 struct pt_block_cache;
85 struct pt_block_cache *bcache;
295 static inline struct pt_block_cache *
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_block_cache.c35 struct pt_block_cache *pt_bcache_alloc(uint64_t nentries) in pt_bcache_alloc()
37 struct pt_block_cache *bcache; in pt_bcache_alloc()
57 void pt_bcache_free(struct pt_block_cache *bcache) in pt_bcache_free()
62 int pt_bcache_add(struct pt_block_cache *bcache, uint64_t index, in pt_bcache_add()
81 const struct pt_block_cache *bcache, uint64_t index) in pt_bcache_lookup()
H A Dpt_section.c369 struct pt_block_cache *bcache; in pt_section_bcache_memsize()
446 struct pt_block_cache *bcache; in pt_section_alloc_bcache()
H A Dpt_block_decoder.c1706 static inline int pt_blk_add_trampoline(struct pt_block_cache *bcache, in pt_blk_add_trampoline()
1742 static inline int pt_blk_add_decode(struct pt_block_cache *bcache, in pt_blk_add_decode()
1777 struct pt_block_cache *bcache, in pt_blk_proceed_no_event_fill_cache()
2130 struct pt_block_cache *bcache, in pt_blk_proceed_no_event_cached()
2533 struct pt_block_cache *bcache; in pt_blk_proceed_no_event()
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-block_cache.c44 struct pt_block_cache *bcache;
108 ptu_uint_le(sizeof(struct pt_block_cache), in bcache_size()
137 struct pt_block_cache bcache; in lookup_null()
257 struct pt_block_cache *bcache; in worker()
H A Dptunit-section.c91 struct pt_block_cache *pt_bcache_alloc(uint64_t nentries) in pt_bcache_alloc()
93 struct pt_block_cache *bcache; in pt_bcache_alloc()
110 void pt_bcache_free(struct pt_block_cache *bcache) in pt_bcache_free()
356 struct pt_block_cache *bcache; in cache_null()
1069 struct pt_block_cache *bcache; in worker_bcache()
1130 struct pt_block_cache *bcache; in init_no_bcache()
1154 struct pt_block_cache *bcache; in bcache_alloc_free()
/freebsd/lib/libipt/
H A DMakefile19 pt_block_cache.c \
/freebsd/contrib/processor-trace/libipt/
H A DCMakeLists.txt58 src/pt_block_cache.c
149 src/pt_block_cache.c