Searched refs:RAW_VLOG (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmemory_region_map.cc186 RAW_VLOG(10, "MemoryRegionMap Init");
197 RAW_VLOG(10, "MemoryRegionMap Init increment done");
218 RAW_VLOG(10, "MemoryRegionMap Init done");
222 RAW_VLOG(10, "MemoryRegionMap Shutdown");
228 RAW_VLOG(10, "MemoryRegionMap Shutdown decrement done");
244 RAW_VLOG(10, "MemoryRegionMap Shutdown done");
327 RAW_VLOG(10, "Stack at %p is inside region %p..%p",
352 RAW_VLOG(12, "Inserting region %p..%p from %p",
376 RAW_VLOG(12, "Inserted region %p..%p :",
416 RAW_VLOG(1
[all...]
H A Dmalloc_hook.cc328 RAW_VLOG(10, "AddNewHook(%p)", hook);
334 RAW_VLOG(10, "RemoveNewHook(%p)", hook);
340 RAW_VLOG(10, "AddDeleteHook(%p)", hook);
346 RAW_VLOG(10, "RemoveDeleteHook(%p)", hook);
352 RAW_VLOG(10, "AddPreMmapHook(%p)", hook);
358 RAW_VLOG(10, "RemovePreMmapHook(%p)", hook);
364 RAW_VLOG(10, "SetMmapReplacement(%p)", hook);
373 RAW_VLOG(10, "RemoveMmapReplacement(%p)", hook);
379 RAW_VLOG(10, "AddMmapHook(%p)", hook);
385 RAW_VLOG(1
[all...]
H A Dheap-checker.cc280 // RAW_VLOG level we dump key INFO messages at. If you want to turn
516 RAW_VLOG(10, "Increasing thread disable counter to %d", counter + 1);
524 RAW_VLOG(10, "Decreasing thread disable counter to %d", counter);
526 RAW_VLOG(0, "Thread disable counter underflow : %d", counter);
574 RAW_VLOG(16, "Recording Alloc: %p of %"PRIuS "; %d", ptr, size,
594 RAW_VLOG(17, "Alloc Recorded: %p of %"PRIuS"", ptr, size);
600 RAW_VLOG(16, "Recording Free %p", ptr);
604 RAW_VLOG(17, "Free Recorded: %p", ptr);
638 RAW_VLOG(10, "Thread stack at %p", top_ptr);
652 RAW_VLOG(1
[all...]
H A Dheap-profile-table.cc506 RAW_VLOG(1, "Dumping non-live heap profile to %s", file_name);
539 RAW_VLOG(1, "Removing old heap profile %s", fname);
569 RAW_VLOG(2, "NonLiveSnapshot input: %d %d\n",
578 RAW_VLOG(2, "NonLiveSnapshot output: %d %d\n",
H A Dheap-profiler.cc230 RAW_VLOG(0, "Dumping heap profile to %s (%s)", file_name, reason);
412 RAW_VLOG(0, "Starting tracking the heap");
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dgoogleinit.h43 RAW_VLOG(10, "<GoogleModuleObject> constructing: %s\n", name_);
48 RAW_VLOG(10, "<GoogleModuleObject> destroying: %s\n", name_);
H A Dlogging.h228 inline void RAW_VLOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } function
H A Dsysinfo.cc147 RAW_VLOG(1, "Unable to open /proc/self/environ, falling back "
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_hook.cc328 RAW_VLOG(10, "AddNewHook(%p)", hook);
334 RAW_VLOG(10, "RemoveNewHook(%p)", hook);
340 RAW_VLOG(10, "AddDeleteHook(%p)", hook);
346 RAW_VLOG(10, "RemoveDeleteHook(%p)", hook);
352 RAW_VLOG(10, "AddPreMmapHook(%p)", hook);
358 RAW_VLOG(10, "RemovePreMmapHook(%p)", hook);
364 RAW_VLOG(10, "SetMmapReplacement(%p)", hook);
373 RAW_VLOG(10, "RemoveMmapReplacement(%p)", hook);
379 RAW_VLOG(10, "AddMmapHook(%p)", hook);
385 RAW_VLOG(1
[all...]
H A Dmemory_region_map.cc194 RAW_VLOG(10, "MemoryRegionMap Init");
205 RAW_VLOG(10, "MemoryRegionMap Init increment done");
237 RAW_VLOG(10, "MemoryRegionMap Init done");
241 RAW_VLOG(10, "MemoryRegionMap Shutdown");
247 RAW_VLOG(10, "MemoryRegionMap Shutdown decrement done");
276 RAW_VLOG(10, "MemoryRegionMap Shutdown done");
364 RAW_VLOG(10, "Stack at %p is inside region %p..%p",
445 RAW_VLOG(12, "Inserting region %p..%p from %p",
469 RAW_VLOG(12, "Inserted region %p..%p :",
539 RAW_VLOG(1
[all...]
H A Dheap-checker.cc280 // RAW_VLOG level we dump key INFO messages at. If you want to turn
516 RAW_VLOG(10, "Increasing thread disable counter to %d", counter + 1);
524 RAW_VLOG(10, "Decreasing thread disable counter to %d", counter);
526 RAW_VLOG(0, "Thread disable counter underflow : %d", counter);
574 RAW_VLOG(16, "Recording Alloc: %p of %"PRIuS "; %d", ptr, size,
594 RAW_VLOG(17, "Alloc Recorded: %p of %"PRIuS"", ptr, size);
600 RAW_VLOG(16, "Recording Free %p", ptr);
604 RAW_VLOG(17, "Free Recorded: %p", ptr);
638 RAW_VLOG(10, "Thread stack at %p", top_ptr);
652 RAW_VLOG(1
[all...]
H A Dheap-profiler.cc287 RAW_VLOG(0, "Dumping heap profile to %s (%s)", file_name, reason);
318 RAW_VLOG(0, "Dumping type statistics to %s", file_name);
491 RAW_VLOG(0, "Starting tracking the heap");
534 RAW_VLOG(0, "[%d] Starting a deep memory profiler", getpid());
H A Ddeep-heap-profile.cc77 RAW_VLOG(0, "Failed to open /proc/self/cmdline");
133 RAW_VLOG(0, "Failed to open /proc/kpagecount");
157 RAW_VLOG(0, "pagemap read failed @ %#llx %" PRId64 " bytes",
445 RAW_VLOG(0, "Time spent on DeepProfiler: %.3f sec\n", elapsed_seconds);
982 RAW_VLOG(0, "[%d] Mismatched total in VMA %" PRId64 ":"
985 RAW_VLOG(0, "[%d] in %s", getpid(), buffer);
H A Dheap-profile-table.cc562 RAW_VLOG(1, "Dumping non-live heap profile to %s", file_name);
597 RAW_VLOG(1, "Removing old heap profile %s", fname);
627 RAW_VLOG(2, "NonLiveSnapshot input: %d %d\n",
636 RAW_VLOG(2, "NonLiveSnapshot output: %d %d\n",
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dmini_disassembler.h46 #define SIDESTEP_LOG(msg) RAW_VLOG(1, msg)
H A Dpreamble_patcher.h46 #define SIDESTEP_LOG(msg) RAW_VLOG(1, msg)
H A Dport.cc356 RAW_VLOG(0, "Removing old heap profile %s\n", fname);
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dmini_disassembler.h46 #define SIDESTEP_LOG(msg) RAW_VLOG(1, msg)
H A Dpreamble_patcher.h46 #define SIDESTEP_LOG(msg) RAW_VLOG(1, msg)
H A Dport.cc287 RAW_VLOG(0, "Removing old heap profile %s\n", fname);
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlogging.h262 inline void RAW_VLOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } function
H A Dsysinfo.cc152 RAW_VLOG(1, "Unable to open /proc/self/environ, falling back "

Completed in 7817 milliseconds