HomeSort by relevance Sort by last modified time
    Searched full:mmaps (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/perf_data_converter/src/quipper/
huge_page_deducer.h 12 // MMAPs that contain no sample events, since one or more of the mappings
huge_page_deducer.cc 55 // a contiguous region of mmaps that have all of the same filename and pgoff.
104 // Because a range has the same file for all mmaps within it, assume that
125 // Skip dynamic mmap() events. Hugepage deduction only works on mmaps as
174 // UpdateRangeFromNext will set the filename / pgoff of all mmaps within |range|
  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress05.c 24 * This test mmaps a portion of a file, and then mmaps the next
26 * original mmap. It then mmaps the preceding portion of the file behind
27 * the original mmap. None of the mmaps can be concatenated.
mmapstress08.c 85 /* burn level 2 ptes by spacing mmaps 4Meg apart */
mmapstress03.c 23 * This test mmaps over the tail of the brk segment, growing and
  /external/perfetto/src/tracing/ipc/
posix_shared_memory.h 41 // Mmaps a file descriptor to an existing SHM region (the producer uses this).
  /system/extras/tests/kernel.config/
aslr_test.h 66 * scrape_addr - get the raw starting address from /proc/child_pid/mmaps
  /system/extras/ioshark/
compile-only.sh 47 # strace file. The algorithm is to look for mmaps in the strace file,
68 # If we have matching strace and ftrace files, then look for mmaps in
77 # Pluck all the lines from the ftrace corresponding to the mmaps
collect-straces-ftraces.sh 49 # strace file. The algorithm is to look for mmaps in the strace file,
70 # If we have matching strace and ftrace files, then look for mmaps in
79 # Pluck all the lines from the ftrace corresponding to the mmaps
  /external/compiler-rt/lib/asan/
asan_stats.h 37 uptr mmaps; member in struct:__asan::AsanStats
asan_stats.cc 52 mmaps, munmaps);
  /external/valgrind/docs/internals/
segments-seginfos.txt 25 range which is not yet mmaped. For example, if the process mmaps the
40 which just mmaps ELF files but just uses it as raw data (copy, for
43 Valgrind doesn't control the mmaps. It just observes the mmaps
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
mmap.so 
  /bionic/linker/
linker_block_allocator.h 66 * anonymous mmaps.
  /external/compiler-rt/test/asan/TestCases/Posix/
dlclose-test.cc 7 // 4. application mmaps some memory to the location where foo.so was before
  /external/perf_data_converter/src/
perf_data_handler.cc 82 // Copy the parent's mmaps/comm if they exist. Otherwise, items
388 // If there have been no previous MMAPs for this pid, then this MMAP is our
430 VLOG(2) << "No mmaps for pid " << pid;
433 MMapIntervalMap* mmaps = it->second.get(); local
436 mmaps->Lookup(ip, &mapping);
  /external/libchrome/base/trace_event/
heap_profiler_allocation_register.h 37 // Hash map that mmaps memory only once in the constructor. Its API is
254 // allocates (mmaps) only in its constructor.
  /art/runtime/gc/accounting/
card_table.cc 71 // All zeros is the correct initial value; all clean. Anonymous mmaps are initialized to zero, we
  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
atrace_process_dump.py 106 options.add_option('--process-dump-mmaps', dest='process_dump_mmaps',
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_posix.cc 38 // This memory range is used for thread stacks and large user mmaps.
  /external/google-breakpad/src/google_breakpad/processor/
microdump.h 37 // - list of mmaps
  /external/libtextclassifier/util/memory/
mmap.h 115 // Scoped mmapping of a file. Mmaps a file on construction, unmaps it on
  /external/ltp/testcases/kernel/mem/tunable/
max_map_count.c 148 * triggered when doing small piece mmaps in huge amount even if
  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
atrace_process_dump.cc 174 fprintf(out_, ", \"mmaps\":[");
  /external/ltp/testcases/kernel/syscalls/readahead/
readahead02.c 29 * It mmaps/reads a test file with and without prior call to readahead.

Completed in 537 milliseconds

1 2 3 4