blob: eda15b54513401fb109e94dfb9e1b418d58c56c0 [file] [log] [blame]
#/bin/bash
nohz_full=$(cat /sys/devices/system/cpu/nohz_full | xargs)
./dynticks-testing.py
if [ "$nohz_full" != "(null)" ]
then
./noise_parse.py -c $nohz_full trace
fi