HomeSort by: relevance | last modified time | path
    Searched defs:smaps (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps_common.cc 150 char *smaps = nullptr; local
153 if (!ReadFileToBuffer("/proc/self/smaps", &smaps, &smaps_cap, &smaps_len))
157 const char *pos = smaps;
158 while (pos < smaps + smaps_len) {
170 UnmapOrDie(smaps, smaps_cap);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_procmaps_common.cpp 150 char *smaps = nullptr; local
153 if (!ReadFileToBuffer("/proc/self/smaps", &smaps, &smaps_cap, &smaps_len))
155 ParseUnixMemoryProfile(cb, stats, smaps, smaps_len);
156 UnmapOrDie(smaps, smaps_cap);
159 void ParseUnixMemoryProfile(fill_profile_f cb, uptr *stats, char *smaps,
163 const char *pos = smaps;
164 char *end = smaps + smaps_len;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_procmaps_common.cpp 149 char *smaps = nullptr; local
152 if (!ReadFileToBuffer("/proc/self/smaps", &smaps, &smaps_cap, &smaps_len))
154 ParseUnixMemoryProfile(cb, stats, smaps, smaps_len);
155 UnmapOrDie(smaps, smaps_cap);
158 void ParseUnixMemoryProfile(fill_profile_f cb, uptr *stats, char *smaps,
162 const char *pos = smaps;
163 char *end = smaps + smaps_len;
  /src/external/gpl3/gdb.old/dist/gdb/
linux-tdep.c 70 the /proc/<PID>/smaps file). */
76 the "VmFlags:" field on "/proc/PID/smaps". */
102 /proc/<pid>/smaps file. */
507 /* Helper function to decode the "VmFlags" field in /proc/PID/smaps.
514 field on smaps. */
584 memory mapping, in the "/proc/PID/smaps" output. For example, if
644 /proc/PID/smaps have contents, then GDB considers this mapping to
664 /proc/PID/smaps), then certainly the memory mapping is shared
687 from the permission line in the /proc/PID/smaps list, which
1333 /* Helper function to parse the contents of /proc/<pid>/smaps into a dat
1349 std::vector<struct smaps_data> smaps; local
1491 std::vector<struct smaps_data> smaps local
1588 std::vector<struct smaps_data> smaps local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
linux-tdep.c 71 the /proc/<PID>/smaps file). */
77 the "VmFlags:" field on "/proc/PID/smaps". */
107 /proc/<pid>/smaps file. */
512 /* Helper function to decode the "VmFlags" field in /proc/PID/smaps.
519 field on smaps. */
591 memory mapping, in the "/proc/PID/smaps" output. For example, if
651 /proc/PID/smaps have contents, then GDB considers this mapping to
671 /proc/PID/smaps), then certainly the memory mapping is shared
697 from the permission line in the /proc/PID/smaps list, which
1335 /* Helper function to parse the contents of /proc/<pid>/smaps into a dat
1351 std::vector<struct smaps_data> smaps; local
1493 std::vector<struct smaps_data> smaps local
1590 std::vector<struct smaps_data> smaps local
3058 const std::vector<smaps_data> smaps local
    [all...]

Completed in 32 milliseconds