aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorMathieu Poirier <[email protected]>2018-02-12 13:32:37 -0700
committerArnaldo Carvalho de Melo <[email protected]>2018-02-16 14:55:40 -0300
commitd2785de15f1bd42d613d56bbac5a007e7293b874 (patch)
treefb9abf83a911122ef07778e7d4ea0845eeb01dd4 /tools/perf/scripts/python/export-to-postgresql.py
parent147c508f3004df6e2958f6c8867909531c2a15e2 (diff)
perf auxtrace arm: Fixing uninitialised variable
When working natively on arm64 the compiler gets pesky and complains that variable 'i' is uninitialised, something that breaks the compilation. Here no further checks are needed since variable 'found_spe' can only be true if variable 'i' has been initialised as part of the for loop. Signed-off-by: Mathieu Poirier <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Jin Yao <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions