From e7d0cf18c5819413df16f9efa1c504eb4d9ee417 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Fri, 10 Jan 2020 12:39:07 -0600 Subject: [PATCH] enable json generation for roctx trace alone Change-Id: Ie95829087882f74f7a5c10fd682e7a7c24609d54 --- bin/rpl_run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/rpl_run.sh b/bin/rpl_run.sh index e019c396b8..5df664733f 100755 --- a/bin/rpl_run.sh +++ b/bin/rpl_run.sh @@ -380,6 +380,7 @@ while [ 1 ] ; do GEN_STATS=1 elif [ "$1" = "--roctx-trace" ] ; then ARG_VAL=0 + GEN_STATS=1 ROCTX_TRACE=1 elif [ "$1" = "--kfd-trace" ] ; then ARG_VAL=0