Searched refs:mmap_cache (Results 1 – 8 of 8) sorted by relevance
49 tcp->mmap_cache ? tcp->mmap_cache->generation : 0, in mmap_cache_invalidate()51 tcp->mmap_cache ? tcp->mmap_cache->entry : 0); in mmap_cache_invalidate()70 tcp->mmap_cache ? tcp->mmap_cache->generation : 0, in delete_mmap_cache()72 tcp->mmap_cache ? tcp->mmap_cache->entry : 0, caller); in delete_mmap_cache()74 if (!tcp->mmap_cache) in delete_mmap_cache()77 while (tcp->mmap_cache->size) { in delete_mmap_cache()78 unsigned int i = --tcp->mmap_cache->size; in delete_mmap_cache()79 free(tcp->mmap_cache->entry[i].binary_filename); in delete_mmap_cache()80 tcp->mmap_cache->entry[i].binary_filename = NULL; in delete_mmap_cache()83 free(tcp->mmap_cache->entry); in delete_mmap_cache()[all …]
139 if (!tcp->mmap_cache) in walk()
111 "mmap_cache.c",
833 if (tcp->mmap_cache) in droptcb()834 tcp->mmap_cache->free_fn(tcp, __func__); in droptcb()
78 mmap_cache.c \79 mmap_cache.h \
237 struct mmap_cache_t *mmap_cache; member
311 libstrace_a-mmap_cache.$(OBJEXT) \1336 mmap_cache.c \1337 mmap_cache.h \2286 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libstrace_a-mmap_cache.Po@am__quote@3744 libstrace_a-mmap_cache.o: mmap_cache.c3745 …a-mmap_cache.o -MD -MP -MF $(DEPDIR)/libstrace_a-mmap_cache.Tpo -c -o libstrace_a-mmap_cache.o `te…3746 …epCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libstrace_a-mmap_cache.Tpo $(DEPDIR)/libstrace_a-mmap_cac…3749 …ace_a_CFLAGS) $(CFLAGS) -c -o libstrace_a-mmap_cache.o `test -f 'mmap_cache.c' || echo '$(srcdir)/…3751 libstrace_a-mmap_cache.obj: mmap_cache.c3752 …GS) $(CFLAGS) -MT libstrace_a-mmap_cache.obj -MD -MP -MF $(DEPDIR)/libstrace_a-mmap_cache.Tpo -c -…[all …]
1336 * kvm.c: Include xmalloc.h and mmap_cache.h.1356 mmap_cache: add customizable search function.1357 * mmap_cache.c (mmap_cache_search_custom): New function.1358 * mmap_cache.h (mmap_cache_search_fn): New type.4034 mmap_cache: do not activate unless requested.4035 Do not call mmap_cache functions until mmap_cache_enable is invoked.4036 Change struct mmap_cache_t into a proxy structure, move all mmap_cache4039 * Makefile.am (strace_SOURCES): Move mmap_cache.c and mmap_cache.h4043 * mmap_cache.h (struct mmap_cache_t): Rename4047 * mmap_cache.c (mmap_cache_delete): Rename to delete_mmap_cache,[all …]