We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6342025 commit d1fa57eCopy full SHA for d1fa57e
src/profiler.cpp
@@ -938,7 +938,7 @@ Error Profiler::start(Arguments& args, bool reset) {
938
}
939
940
if (VMStructs::hasStackStructs() && !_features.agct) {
941
- _cstack = CSTACK_VM;
+ _cstack = args._cstack = CSTACK_VM;
942
} else if (_cstack == CSTACK_DEFAULT && VM::isOpenJ9() && DWARF_SUPPORTED) {
943
// OpenJ9 libs are compiled with frame pointers omitted
944
_cstack = args._cstack = CSTACK_DWARF;
0 commit comments