| Index: runtime/vm/os_linux.cc
|
| diff --git a/runtime/vm/os_linux.cc b/runtime/vm/os_linux.cc
|
| index d5a56f2a7b8b130b83c4b31fa1fa387ed7ed05c3..96accfd068a6a24e72c4c7b54ce5b6a8c2fa5408 100644
|
| --- a/runtime/vm/os_linux.cc
|
| +++ b/runtime/vm/os_linux.cc
|
| @@ -41,7 +41,7 @@ DEFINE_FLAG(bool, ll_prof, false,
|
| "Generate compiled code log file for processing with ll_prof.py.");
|
| DEFINE_FLAG(charp, generate_pprof_symbols, NULL,
|
| "Writes pprof events symbols to the provided file");
|
| -DEFINE_FLAG(bool, generate_perf_jitdump, true,
|
| +DEFINE_FLAG(bool, generate_perf_jitdump, false,
|
| "Writes jitdump data for profiling with perf annotate");
|
|
|
| class LowLevelProfileCodeObserver : public CodeObserver {
|
|
|