Home
last modified time | relevance | path

Searched refs:mmap_cache (Results 1 – 8 of 8) sorted by relevance

/external/strace/
Dmmap_cache.c49 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 …]
Dunwind-libunwind.c139 if (!tcp->mmap_cache) in walk()
DAndroid.bp111 "mmap_cache.c",
Dstrace.c833 if (tcp->mmap_cache) in droptcb()
834 tcp->mmap_cache->free_fn(tcp, __func__); in droptcb()
DMakefile.am78 mmap_cache.c \
79 mmap_cache.h \
Ddefs.h237 struct mmap_cache_t *mmap_cache; member
DMakefile.in311 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.c
3745 …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.c
3752 …GS) $(CFLAGS) -MT libstrace_a-mmap_cache.obj -MD -MP -MF $(DEPDIR)/libstrace_a-mmap_cache.Tpo -c -…
[all …]
DChangeLog1336 * 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_cache
4039 * Makefile.am (strace_SOURCES): Move mmap_cache.c and mmap_cache.h
4043 * mmap_cache.h (struct mmap_cache_t): Rename
4047 * mmap_cache.c (mmap_cache_delete): Rename to delete_mmap_cache,
[all …]