HomeSort by relevance Sort by last modified time
    Searched defs:dump_guid (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/trace_event/
memory_dump_request_args.h 64 uint64_t dump_guid; member in struct:base::trace_event::MemoryDumpType::MemoryDumpLevelOfDetail::MemoryDumpRequestArgs
104 using MemoryDumpCallback = Callback<void(uint64_t dump_guid, bool success)>;
memory_dump_manager.cc 86 uint64_t dump_guid,
89 sprintf(guid_str, "0x%" PRIx64, dump_guid);
91 "GlobalMemoryDump", TRACE_ID_LOCAL(dump_guid),
92 "dump_guid", TRACE_STR_COPY(guid_str),
96 wrapped_callback.Run(dump_guid, success);
504 sprintf(guid_str, "0x%" PRIx64, args.dump_guid);
506 TRACE_ID_LOCAL(args.dump_guid), "dump_guid",
751 const uint64_t dump_guid = pmd_async_state->req_args.dump_guid; local
    [all...]

Completed in 77 milliseconds