Skip to content

Commit d1fa57e

Browse files
perf events
1 parent 6342025 commit d1fa57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/profiler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ Error Profiler::start(Arguments& args, bool reset) {
938938
}
939939

940940
if (VMStructs::hasStackStructs() && !_features.agct) {
941-
_cstack = CSTACK_VM;
941+
_cstack = args._cstack = CSTACK_VM;
942942
} else if (_cstack == CSTACK_DEFAULT && VM::isOpenJ9() && DWARF_SUPPORTED) {
943943
// OpenJ9 libs are compiled with frame pointers omitted
944944
_cstack = args._cstack = CSTACK_DWARF;

0 commit comments

Comments
 (0)