summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2023-04-24 12:47:30 +0300
committerSteven Rostedt (Google) <rostedt@goodmis.org>2023-04-26 00:02:13 +0300
commit54a0dffa62de0c91b406ff32082a121ccfa0d7f1 (patch)
treee7a4e7cd9d17aa64e1dbb54dc6b6c8283a3030c4 /tools/perf/scripts/python/task-analyzer.py
parenta99d0d5f4a53f31e0d9c8f3d03436d9709116b6b (diff)
downloadlinux-54a0dffa62de0c91b406ff32082a121ccfa0d7f1.tar.xz
rv: Fix addition on an uninitialized variable 'run'
The variable run is not initialized however it is being accumulated by the return value from the call to ikm_run_monitor. Fix this by initializing run to zero at the start of the function. Link: https://lkml.kernel.org/r/20230424094730.105313-1-colin.i.king@gmail.com Fixes: 4bc4b131d44c ("rv: Add rv tool") Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Acked-by: Daniel Bristot de Oliveira <bristot@kernel.org> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions