aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <[email protected]>2017-02-13 16:52:15 -0300
committerArnaldo Carvalho de Melo <[email protected]>2017-02-13 17:22:34 -0300
commita7c3899c06865c75f8887f33d9043f6e8e780e71 (patch)
tree1ab6a7c9ad3f707ce5113cdd034ac0c53bc88a7e /tools/perf/scripts/python/export-to-postgresql.py
parentd6195a6a2c247515d5832debb51c03a74dc3f8f6 (diff)
perf symbols: No need to check if sym->name is NULL
As it is an array, so will always evaluate to 'true', as reported by clang: builtin-sched.c:2070:19: error: address of array 'sym->name' will always evaluate to 'true' [-Werror,-Wpointer-bool-conversion] if (sym && sym->name) { ~~ ~~~~~^~~~ 1 warning generated. So just ditch all those useless checks. Cc: Adrian Hunter <[email protected]> Cc: David Ahern <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Wang Nan <[email protected]> Link: http://lkml.kernel.org/n/[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