Searched refs:pt_image_section_cache (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_image_section_cache.h78 struct pt_image_section_cache { struct
120 extern int pt_iscache_init(struct pt_image_section_cache *iscache,
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 Dpt_section.h96 struct pt_image_section_cache *iscache;
227 struct pt_image_section_cache *iscache);
240 struct pt_image_section_cache *iscache);
/freebsd-13-stable/contrib/processor-trace/libipt/src/
H A Dpt_image_section_cache.c29 #include "pt_image_section_cache.h"
57 int pt_iscache_init(struct pt_image_section_cache *iscache, const char *name)
83 void pt_iscache_fini(struct pt_image_section_cache *iscache)
98 static inline int pt_iscache_lock(struct pt_image_section_cache *iscache)
116 static inline int pt_iscache_unlock(struct pt_image_section_cache *iscache)
139 static int pt_iscache_expand(struct pt_image_section_cache *iscache)
163 static int pt_iscache_find_locked(struct pt_image_section_cache *iscache,
230 static int pt_iscache_lru_prune(struct pt_image_section_cache *iscache,
267 static int pt_isache_lru_new(struct pt_image_section_cache *iscache,
320 static int pt_iscache_lru_add(struct pt_image_section_cache *iscach
[all...]
H A Dpt_section.c31 #include "pt_image_section_cache.h"
269 struct pt_image_section_cache *iscache)
315 struct pt_image_section_cache *iscache)
445 struct pt_image_section_cache *iscache;
532 struct pt_image_section_cache *iscache;
H A Dpt_image.c32 #include "pt_image_section_cache.h"
625 struct pt_image_section_cache *iscache, int isid,
/freebsd-13-stable/lib/libipt/
H A DMakefile31 pt_image_section_cache.c \
/freebsd-13-stable/contrib/processor-trace/libipt/include/
H A Dintel-pt.h1690 struct pt_image_section_cache;
1698 extern pt_export struct pt_image_section_cache *
1706 extern pt_export void pt_iscache_free(struct pt_image_section_cache *iscache);
1718 pt_iscache_set_limit(struct pt_image_section_cache *iscache, uint64_t limit);
1725 pt_iscache_name(const struct pt_image_section_cache *iscache);
1743 extern pt_export int pt_iscache_add_file(struct pt_image_section_cache *iscache,
1765 extern pt_export int pt_iscache_read(struct pt_image_section_cache *iscache,
1831 struct pt_image_section_cache *iscache,
/freebsd-13-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-section.c42 struct pt_image_section_cache { struct
46 extern int pt_iscache_notify_map(struct pt_image_section_cache *iscache,
48 extern int pt_iscache_notify_resize(struct pt_image_section_cache *iscache,
51 int pt_iscache_notify_map(struct pt_image_section_cache *iscache,
66 int pt_iscache_notify_resize(struct pt_image_section_cache *iscache,
300 struct pt_image_section_cache iscache;
318 struct pt_image_section_cache iscache;
387 struct pt_image_section_cache iscache;
409 struct pt_image_section_cache iscache;
537 struct pt_image_section_cache iscach
[all...]
H A Dptunit-image_section_cache.c29 #include "pt_image_section_cache.h"
50 struct pt_image_section_cache *iscache;
78 struct pt_image_section_cache *iscache);
80 struct pt_image_section_cache *iscache);
263 struct pt_image_section_cache *iscache)
308 struct pt_image_section_cache *iscache)
344 struct pt_image_section_cache *iscache;
417 struct pt_image_section_cache *iscache;
537 struct pt_image_section_cache iscache;
654 struct pt_image_section_cache iscach
[all...]
H A Dptunit-image.c78 struct pt_image_section_cache { struct
89 extern int pt_iscache_lookup(struct pt_image_section_cache *iscache,
118 struct pt_image_section_cache iscache;
262 int pt_iscache_lookup(struct pt_image_section_cache *iscache,
1796 struct pt_image_section_cache iscache;

Completed in 77 milliseconds