Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 2eabc0253e65aa00a9cb73fc492b28d0d70546dc..f51dd8004b7c50a4b1f850bd39ee18fd530a19ae 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -1059,6 +1059,8 @@ DEFINE_BOOL(perf_prof, false, |
DEFINE_NEG_IMPLICATION(perf_prof, compact_code_space) |
DEFINE_BOOL(perf_prof_debug_info, false, |
"Enable debug info for perf linux profiler (experimental).") |
+DEFINE_BOOL(perf_prof_unwinding_info, false, |
+ "Enable unwinding 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.") |