Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index b847dba9674bd1084b0c9abe281b5ffdb2cb7fdd..6d25eeebbb38b24564d7fe840dbd4fc7336ab590 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -1029,6 +1029,11 @@ DEFINE_NEG_IMPLICATION(perf_basic_prof, compact_code_space) |
DEFINE_BOOL(perf_basic_prof_only_functions, false, |
"Only report function code ranges to perf (i.e. no stubs).") |
DEFINE_IMPLICATION(perf_basic_prof_only_functions, perf_basic_prof) |
+DEFINE_BOOL(perf_prof, false, |
+ "Enable perf linux profiler (experimental annotate support).") |
+DEFINE_NEG_IMPLICATION(perf_prof, compact_code_space) |
+DEFINE_BOOL(perf_prof_debug_info, false, |
+ "Enable debug info for perf linux profiler (experimental).") |
DEFINE_STRING(gc_fake_mmap, "/tmp/__v8_gc__", |
"Specify the name of the file for fake gc mmap used in ll_prof") |
DEFINE_BOOL(log_internal_timer_events, false, "Time internal events.") |