Searched refs:pt_image_section_cache (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/processor-trace/libipt/internal/include/ |
| H A D | pt_image_section_cache.h | 78 struct pt_image_section_cache { struct 120 extern int pt_iscache_init(struct pt_image_section_cache *iscache, argument 124 extern void pt_iscache_fini(struct pt_image_section_cache *iscache); 140 extern int pt_iscache_add(struct pt_image_section_cache *iscache, 151 extern int pt_iscache_find(struct pt_image_section_cache *iscache, 165 extern int pt_iscache_lookup(struct pt_image_section_cache *iscache, 170 extern int pt_iscache_clear(struct pt_image_section_cache *iscache); 186 extern int pt_iscache_notify_map(struct pt_image_section_cache *iscache, 203 extern int pt_iscache_notify_resize(struct pt_image_section_cache *iscache,
|
| H A D | pt_section.h | 96 struct pt_image_section_cache *iscache; 222 struct pt_image_section_cache *iscache); 235 struct pt_image_section_cache *iscache);
|
| /freebsd-12.1/contrib/processor-trace/libipt/src/ |
| H A D | pt_image_section_cache.c | 79 void pt_iscache_fini(struct pt_image_section_cache *iscache) in pt_iscache_fini() 135 static int pt_iscache_expand(struct pt_image_section_cache *iscache) in pt_iscache_expand() 520 int pt_iscache_add(struct pt_image_section_cache *iscache, in pt_iscache_add() 752 int pt_iscache_find(struct pt_image_section_cache *iscache, in pt_iscache_find() 771 int pt_iscache_lookup(struct pt_image_section_cache *iscache, in pt_iscache_lookup() 812 int pt_iscache_clear(struct pt_image_section_cache *iscache) in pt_iscache_clear() 865 struct pt_image_section_cache *pt_iscache_alloc(const char *name) in pt_iscache_alloc() 867 struct pt_image_section_cache *iscache; in pt_iscache_alloc() 876 void pt_iscache_free(struct pt_image_section_cache *iscache) in pt_iscache_free() 920 int pt_iscache_add_file(struct pt_image_section_cache *iscache, in pt_iscache_add_file() [all …]
|
| H A D | pt_section.c | 258 struct pt_image_section_cache *iscache) in pt_section_attach() 304 struct pt_image_section_cache *iscache) in pt_section_detach() 434 struct pt_image_section_cache *iscache; in pt_section_alloc_bcache() 521 struct pt_image_section_cache *iscache; in pt_section_on_map_lock()
|
| H A D | pt_image.c | 620 struct pt_image_section_cache *iscache, int isid, in pt_image_add_cached()
|
| /freebsd-12.1/contrib/processor-trace/libipt/test/src/ |
| H A D | ptunit-section.c | 42 struct pt_image_section_cache { struct 291 struct pt_image_section_cache iscache; in attach_null() 309 struct pt_image_section_cache iscache; in detach_null() 377 struct pt_image_section_cache iscache; in attach_overflow() 398 struct pt_image_section_cache iscache; in attach_bad_ucount() 520 struct pt_image_section_cache iscache; in attach_detach() 550 struct pt_image_section_cache iscache, bad; in attach_bad_iscache() 577 struct pt_image_section_cache iscache, bad; in detach_bad_iscache() 625 struct pt_image_section_cache iscache; in attach_map() 661 struct pt_image_section_cache iscache; in attach_bad_map() [all …]
|
| H A D | ptunit-image_section_cache.c | 50 struct pt_image_section_cache *iscache; 78 struct pt_image_section_cache *iscache); 80 struct pt_image_section_cache *iscache); 261 struct pt_image_section_cache *iscache) in pt_section_attach() 342 struct pt_image_section_cache *iscache; in pt_section_map() 415 struct pt_image_section_cache *iscache; in pt_section_request_bcache() 535 struct pt_image_section_cache iscache; 650 struct pt_image_section_cache iscache; in add_null() 675 struct pt_image_section_cache iscache; in lookup_null() 711 struct pt_image_section_cache iscache; in add_file_null() [all …]
|
| H A D | ptunit-image.c | 78 struct pt_image_section_cache { struct 89 extern int pt_iscache_lookup(struct pt_image_section_cache *iscache, argument 118 struct pt_image_section_cache iscache; 261 int pt_iscache_lookup(struct pt_image_section_cache *iscache, in pt_iscache_lookup() 1795 struct pt_image_section_cache iscache; in add_cached_null()
|
| /freebsd-12.1/contrib/processor-trace/libipt/include/ |
| H A D | intel-pt.h | 1667 struct pt_image_section_cache; 1675 extern pt_export struct pt_image_section_cache * 1683 extern pt_export void pt_iscache_free(struct pt_image_section_cache *iscache); 1695 pt_iscache_set_limit(struct pt_image_section_cache *iscache, uint64_t limit); 1702 pt_iscache_name(const struct pt_image_section_cache *iscache); 1720 extern pt_export int pt_iscache_add_file(struct pt_image_section_cache *iscache, 1742 extern pt_export int pt_iscache_read(struct pt_image_section_cache *iscache, 1808 struct pt_image_section_cache *iscache,
|
| H A D | intel-pt.h.in | 1667 struct pt_image_section_cache; 1675 extern pt_export struct pt_image_section_cache * 1683 extern pt_export void pt_iscache_free(struct pt_image_section_cache *iscache); 1695 pt_iscache_set_limit(struct pt_image_section_cache *iscache, uint64_t limit); 1702 pt_iscache_name(const struct pt_image_section_cache *iscache); 1720 extern pt_export int pt_iscache_add_file(struct pt_image_section_cache *iscache, 1742 extern pt_export int pt_iscache_read(struct pt_image_section_cache *iscache, 1808 struct pt_image_section_cache *iscache,
|
| /freebsd-12.1/lib/libipt/ |
| H A D | Makefile | 32 pt_image_section_cache.c \
|
| /freebsd-12.1/contrib/processor-trace/libipt/ |
| H A D | CMakeLists.txt | 47 src/pt_image_section_cache.c
|