Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(939)

Unified Diff: base/trace_event/process_memory_maps.h

Issue 2869073002: Adding PE TimeStamp to chrome trace to ease retrieving debug information (Closed)
Patch Set: fix components build Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: base/trace_event/process_memory_maps.h
diff --git a/base/trace_event/process_memory_maps.h b/base/trace_event/process_memory_maps.h
index 6a7367437e55d0208ade37130b1ea08fcbf009d2..2639461b10ccafee0abb25412fbd427b5c5b3a4b 100644
--- a/base/trace_event/process_memory_maps.h
+++ b/base/trace_event/process_memory_maps.h
@@ -32,6 +32,7 @@ class BASE_EXPORT ProcessMemoryMaps {
uint64_t start_address;
uint64_t size_in_bytes;
+ uint64_t module_timestamp;
uint32_t protection_flags;
std::string mapped_file;
« base/BUILD.gn ('K') | « base/BUILD.gn ('k') | base/trace_event/process_memory_maps.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698