Searched refs:MemoryDumpType (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/base/trace_event/ |
D | memory_dump_request_args.cc | 13 const char* MemoryDumpTypeToString(const MemoryDumpType& dump_type) { in MemoryDumpTypeToString() 15 case MemoryDumpType::TASK_BEGIN: in MemoryDumpTypeToString() 17 case MemoryDumpType::TASK_END: in MemoryDumpTypeToString() 19 case MemoryDumpType::PERIODIC_INTERVAL: in MemoryDumpTypeToString() 21 case MemoryDumpType::EXPLICITLY_TRIGGERED: in MemoryDumpTypeToString()
|
D | memory_dump_manager_unittest.cc | 147 void RequestGlobalDumpAndWait(MemoryDumpType dump_type, in RequestGlobalDumpAndWait() 200 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F() 210 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F() 223 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F() 239 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F() 250 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F() 283 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F() 302 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F() 313 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F() 323 RequestGlobalDumpAndWait(MemoryDumpType::EXPLICITLY_TRIGGERED, in TEST_F() [all …]
|
D | memory_dump_request_args.h | 22 enum class MemoryDumpType { enum 48 MemoryDumpType dump_type; 54 BASE_EXPORT const char* MemoryDumpTypeToString(const MemoryDumpType& dump_type);
|
D | memory_dump_manager.h | 102 void RequestGlobalDump(MemoryDumpType dump_type, 107 void RequestGlobalDump(MemoryDumpType dump_type,
|
D | memory_dump_manager.cc | 70 MemoryDumpType::PERIODIC_INTERVAL, level_of_detail); in RequestPeriodicGlobalDump() 278 MemoryDumpType dump_type, in RequestGlobalDump() 316 MemoryDumpType dump_type, in RequestGlobalDump()
|