SWDEV-295878 Fix for seg fault when using --trace-start off
Change-Id: I94d95dd4fb49aace5f1ee006c47b94573f997b85
[ROCm/rocprofiler commit: 6f31192501]
This commit is contained in:
@@ -423,7 +423,7 @@ while [ 1 ] ; do
|
||||
HIP_TRACE=1
|
||||
elif [ "$1" = "--trace-start" ] ; then
|
||||
if [ "$2" = "off" ] ; then
|
||||
export ROCP_CTRL_RATE="-1"
|
||||
export ROCP_CTRL_RATE="-1:0:0"
|
||||
fi
|
||||
elif [ "$1" = "--trace-period" ] ; then
|
||||
period_expr="^\([^:]*\):\([^:]*\):\([^:]*\)$"
|
||||
|
||||
Reference in New Issue
Block a user