aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorMichael Ellerman <[email protected]>2020-09-16 21:56:37 +1000
committerMichael Ellerman <[email protected]>2020-09-18 19:59:43 +1000
commitd10ebe79dfae7dc59b6cf77ffa615f0b8dae21bf (patch)
tree53d1f671e30924c9ad7bde29859d6ad94e41390c /tools/perf/scripts/python/export-to-sqlite.py
parentef1edbba52883907caf02ab85e0d00a2e4648f05 (diff)
powerpc/perf: Add declarations to fix sparse warnings
Sparse warns about all the init functions: symbol init_ppc970_pmu was not declared. Should it be static? symbol init_power5p_pmu was not declared. Should it be static? symbol init_power5_pmu was not declared. Should it be static? symbol init_power6_pmu was not declared. Should it be static? symbol init_power7_pmu was not declared. Should it be static? symbol init_power9_pmu was not declared. Should it be static? symbol init_power8_pmu was not declared. Should it be static? symbol init_generic_compat_pmu was not declared. Should it be static? They're already declared in internal.h, so just make sure all the C files include that directly or indirectly. Signed-off-by: Michael Ellerman <[email protected]> Reviewed-by: Madhavan Srinivasan <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions