diff options
author | Reinette Chatre <[email protected]> | 2024-10-24 14:18:38 -0700 |
---|---|---|
committer | Shuah Khan <[email protected]> | 2024-11-04 17:02:02 -0700 |
commit | 18f5744e8200e3c2bfeb896d6d3c10c3f0946318 (patch) | |
tree | f7f5d8cf6e2556d9ac9266b5a1d65a26523a7d2d /tools/perf/scripts/python/syscall-counts.py | |
parent | cecc795329fc3e0ea2e84567ee57570cc050cf6b (diff) |
selftests/resctrl: Make functions only used in same file static
Fix following sparse warnings:
tools/testing/selftests/resctrl/resctrl_val.c:47:6: warning: symbol 'membw_initialize_perf_event_attr' was not declared. Should it be static?
tools/testing/selftests/resctrl/resctrl_val.c:64:6: warning: symbol 'membw_ioctl_perf_event_ioc_reset_enable' was not declared. Should it be
static?
tools/testing/selftests/resctrl/resctrl_val.c:70:6: warning: symbol 'membw_ioctl_perf_event_ioc_disable' was not declared. Should it be static?
tools/testing/selftests/resctrl/resctrl_val.c:81:6: warning: symbol 'get_event_and_umask' was not declared. Should it be static?
Signed-off-by: Reinette Chatre <[email protected]>
Reviewed-by: Ilpo Järvinen <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions