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

Unified Diff: syzygy/agent/memprof/memory_interceptors.cc

Issue 2321423002: Merge the latest changes to master in the vs2015 branch. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « syzygy/agent/asan/syzyasan_rtl.def.template ('k') | syzygy/agent/memprof/memprof.def » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/agent/memprof/memory_interceptors.cc
diff --git a/syzygy/agent/memprof/memory_interceptors.cc b/syzygy/agent/memprof/memory_interceptors.cc
index 542d97d56676a46d4cb304fc4eb667babb5143af..dd2fe2e1b9547c4d6e1bf77fe817e83422d09d31 100644
--- a/syzygy/agent/memprof/memory_interceptors.cc
+++ b/syzygy/agent/memprof/memory_interceptors.cc
@@ -68,6 +68,9 @@ DEFINE_NULL_MEMORY_PROBE(asan_check_32_byte_write_access_no_flags);
DEFINE_NULL_SPECIAL_PROBE(asan_check_repz_1_byte_cmps_access);
DEFINE_NULL_SPECIAL_PROBE(asan_check_repz_2_byte_cmps_access);
DEFINE_NULL_SPECIAL_PROBE(asan_check_repz_4_byte_cmps_access);
+DEFINE_NULL_SPECIAL_PROBE(asan_check_repz_1_byte_lods_access);
+DEFINE_NULL_SPECIAL_PROBE(asan_check_repz_2_byte_lods_access);
+DEFINE_NULL_SPECIAL_PROBE(asan_check_repz_4_byte_lods_access);
DEFINE_NULL_SPECIAL_PROBE(asan_check_repz_1_byte_movs_access);
DEFINE_NULL_SPECIAL_PROBE(asan_check_repz_2_byte_movs_access);
DEFINE_NULL_SPECIAL_PROBE(asan_check_repz_4_byte_movs_access);
@@ -77,6 +80,9 @@ DEFINE_NULL_SPECIAL_PROBE(asan_check_repz_4_byte_stos_access);
DEFINE_NULL_SPECIAL_PROBE(asan_check_1_byte_cmps_access);
DEFINE_NULL_SPECIAL_PROBE(asan_check_2_byte_cmps_access);
DEFINE_NULL_SPECIAL_PROBE(asan_check_4_byte_cmps_access);
+DEFINE_NULL_SPECIAL_PROBE(asan_check_1_byte_lods_access);
+DEFINE_NULL_SPECIAL_PROBE(asan_check_2_byte_lods_access);
+DEFINE_NULL_SPECIAL_PROBE(asan_check_4_byte_lods_access);
DEFINE_NULL_SPECIAL_PROBE(asan_check_1_byte_movs_access);
DEFINE_NULL_SPECIAL_PROBE(asan_check_2_byte_movs_access);
DEFINE_NULL_SPECIAL_PROBE(asan_check_4_byte_movs_access);
« no previous file with comments | « syzygy/agent/asan/syzyasan_rtl.def.template ('k') | syzygy/agent/memprof/memprof.def » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698