| Index: src/flag-definitions.h
 | 
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
 | 
| index 61cd8640360100ca6117573677b95f5e26ee16a5..87f1b9a0d795dcb1b34204679e90f4c6b3f92855 100644
 | 
| --- a/src/flag-definitions.h
 | 
| +++ b/src/flag-definitions.h
 | 
| @@ -668,7 +668,10 @@ DEFINE_string(logfile, "v8.log", "Specify the name of the log file.")
 | 
|  DEFINE_bool(ll_prof, false, "Enable low-level linux profiler.")
 | 
|  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_timer_events, false, "Log histogram timer events.")
 | 
| +DEFINE_bool(log_internal_timer_events, false, "Time internal events.")
 | 
| +DEFINE_bool(log_timer_events, false,
 | 
| +            "Time events including external callbacks.")
 | 
| +DEFINE_implication(log_timer_events, log_internal_timer_events)
 | 
|  
 | 
|  //
 | 
|  // Disassembler only flags
 | 
| 
 |