Home
last modified time | relevance | path

Searched refs:smaps (Results 1 – 13 of 13) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/vm/
Dmlock-random-test.c87 FILE *smaps; in get_proc_page_size() local
92 smaps = seek_to_smaps_entry(addr); in get_proc_page_size()
93 if (!smaps) { in get_proc_page_size()
98 while (getline(&line, &size, smaps) > 0) { in get_proc_page_size()
116 if (smaps) in get_proc_page_size()
117 fclose(smaps); in get_proc_page_size()
Dmlock2-tests.c131 FILE *smaps; in is_vmflag_set() local
133 smaps = seek_to_smaps_entry(addr); in is_vmflag_set()
134 if (!smaps) { in is_vmflag_set()
139 while (getline(&line, &size, smaps) > 0) { in is_vmflag_set()
154 fclose(smaps); in is_vmflag_set()
166 FILE *smaps = NULL; in is_vma_lock_on_fault() local
176 smaps = seek_to_smaps_entry(addr); in is_vma_lock_on_fault()
177 if (!smaps) { in is_vma_lock_on_fault()
182 while (getline(&line, &size, smaps) > 0) { in is_vma_lock_on_fault()
198 while (getline(&line, &size, smaps) > 0) { in is_vma_lock_on_fault()
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_common.cc150 char *smaps = nullptr; in GetMemoryProfile() local
153 if (!ReadFileToBuffer("/proc/self/smaps", &smaps, &smaps_cap, &smaps_len)) in GetMemoryProfile()
157 const char *pos = smaps; in GetMemoryProfile()
158 while (pos < smaps + smaps_len) { in GetMemoryProfile()
170 UnmapOrDie(smaps, smaps_cap); in GetMemoryProfile()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_common.cpp149 char *smaps = nullptr; in GetMemoryProfile() local
152 if (!ReadFileToBuffer("/proc/self/smaps", &smaps, &smaps_cap, &smaps_len)) in GetMemoryProfile()
156 const char *pos = smaps; in GetMemoryProfile()
157 while (pos < smaps + smaps_len) { in GetMemoryProfile()
169 UnmapOrDie(smaps, smaps_cap); in GetMemoryProfile()
/external/perfetto/protos/perfetto/trace/profiling/
DBUILD.gn24 "smaps.proto",
/external/perfetto/protos/perfetto/config/profiling/
Djava_hprof_config.proto57 // Include the process' /proc/self/smaps.
/external/perfetto/src/trace_processor/
Dexport_json.cc1616 Json::Value* smaps = in ExportMemorySnapshots() local
1663 smaps->append(region); in ExportMemorySnapshots()
1666 if (!totals.empty() || (smaps && !smaps->empty())) in ExportMemorySnapshots()
/external/perfetto/protos/perfetto/trace/
Dtrace_packet.proto51 import "protos/perfetto/trace/profiling/smaps.proto";
Dperfetto_trace.proto790 // Include the process' /proc/self/smaps.
8073 // Begin of protos/perfetto/trace/profiling/smaps.proto
8103 // End of protos/perfetto/trace/profiling/smaps.proto
/external/perfetto/
DAndroid.bp5667 "protos/perfetto/trace/profiling/smaps.proto",
5679 "external/perfetto/protos/perfetto/trace/profiling/smaps.gen.cc",
5691 "protos/perfetto/trace/profiling/smaps.proto",
5703 "external/perfetto/protos/perfetto/trace/profiling/smaps.gen.h",
5719 "protos/perfetto/trace/profiling/smaps.proto",
5730 "external/perfetto/protos/perfetto/trace/profiling/smaps.pb.cc",
5742 "protos/perfetto/trace/profiling/smaps.proto",
5753 "external/perfetto/protos/perfetto/trace/profiling/smaps.pb.h",
5769 "protos/perfetto/trace/profiling/smaps.proto",
5781 "external/perfetto/protos/perfetto/trace/profiling/smaps.pbzero.cc",
[all …]
DBUILD3047 "protos/perfetto/trace/profiling/smaps.proto",
/external/perfetto/docs/case-studies/
Dmemory.md241 `adb shell showmap PID` (on Android) or inspect `/proc/PID/smaps`.
/external/perfetto/protos/perfetto/config/
Dperfetto_config.proto790 // Include the process' /proc/self/smaps.