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

/freebsd-12-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;
222 struct pt_image_section_cache *iscache);
235 struct pt_image_section_cache *iscache);
/freebsd-12-stable/contrib/processor-trace/libipt/src/
H A Dpt_image_section_cache.c29 #include "pt_image_section_cache.h"
53 int pt_iscache_init(struct pt_image_section_cache *iscache, const char *name)
79 void pt_iscache_fini(struct pt_image_section_cache *iscache)
94 static inline int pt_iscache_lock(struct pt_image_section_cache *iscache)
112 static inline int pt_iscache_unlock(struct pt_image_section_cache *iscache)
135 static int pt_iscache_expand(struct pt_image_section_cache *iscache)
159 static int pt_iscache_find_locked(struct pt_image_section_cache *iscache,
226 static int pt_iscache_lru_prune(struct pt_image_section_cache *iscache,
263 static int pt_isache_lru_new(struct pt_image_section_cache *iscache,
316 static int pt_iscache_lru_add(struct pt_image_section_cache *iscach
[all...]
H A Dpt_section.c31 #include "pt_image_section_cache.h"
258 struct pt_image_section_cache *iscache)
304 struct pt_image_section_cache *iscache)
434 struct pt_image_section_cache *iscache;
521 struct pt_image_section_cache *iscache;
H A Dpt_image.c32 #include "pt_image_section_cache.h"
620 struct pt_image_section_cache *iscache, int isid,
/freebsd-12-stable/lib/libipt/
H A DMakefile32 pt_image_section_cache.c \
/freebsd-12-stable/contrib/processor-trace/libipt/include/
H A Dintel-pt.h1667 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-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,
291 struct pt_image_section_cache iscache;
309 struct pt_image_section_cache iscache;
377 struct pt_image_section_cache iscache;
398 struct pt_image_section_cache iscache;
520 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);
261 struct pt_image_section_cache *iscache)
306 struct pt_image_section_cache *iscache)
342 struct pt_image_section_cache *iscache;
415 struct pt_image_section_cache *iscache;
535 struct pt_image_section_cache iscache;
650 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;
261 int pt_iscache_lookup(struct pt_image_section_cache *iscache,
1795 struct pt_image_section_cache iscache;

Completed in 108 milliseconds