Home
last modified time | relevance | path

Searched refs:dump_name (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/memory/
Dshared_memory_tracker.cc33 std::string dump_name = GetDumpNameForTracing(id); in GetGlobalDumpIdForTracing() local
34 return trace_event::MemoryAllocatorDumpGuid(dump_name); in GetGlobalDumpIdForTracing()
112 const std::string dump_name = GetDumpNameForTracing(mapped_id); in GetOrCreateSharedMemoryDumpInternal() local
114 pmd->GetAllocatorDump(dump_name); in GetOrCreateSharedMemoryDumpInternal()
129 local_dump = pmd->CreateAllocatorDump(dump_name); in GetOrCreateSharedMemoryDumpInternal()
/external/kernel-headers/original/uapi/linux/
Dvmcore.h15 __u8 dump_name[VMCOREDD_MAX_NAME_BYTES]; /* Device dump's name */ member
/external/libchrome/base/trace_event/
Dtrace_event_memory_overhead.cc165 std::string dump_name = StringPrintf( in DumpInto() local
167 MemoryAllocatorDump* mad = pmd->CreateAllocatorDump(dump_name); in DumpInto()
/external/webrtc/call/
Drampup_tests.cc595 std::string dump_name(absl::GetFlag(FLAGS_ramp_dump_name)); in RampUpTest() local
596 if (!dump_name.empty()) { in RampUpTest()
604 dump_name + ".send.rtc.dat", RtcEventLog::kUnlimitedOutput), in RampUpTest()
608 dump_name + ".recv.rtc.dat", RtcEventLog::kUnlimitedOutput), in RampUpTest()
/external/libxml2/
DxmlIO.c2025 char * dump_name = NULL; in xmlIOHTTPCloseWrite() local
2039 dump_name = tempnam( NULL, "lxml" ); in xmlIOHTTPCloseWrite()
2040 if ( dump_name != NULL ) { in xmlIOHTTPCloseWrite()
2041 (void)snprintf( buffer, sizeof(buffer), "%s.content", dump_name ); in xmlIOHTTPCloseWrite()
2053 (void)snprintf( buffer, sizeof(buffer), "%s.reply", dump_name ); in xmlIOHTTPCloseWrite()
2069 free( dump_name ); in xmlIOHTTPCloseWrite()