9c7c797
9c7c797
# Disable perfschema.func_file_io and perfschema.func_mutex, which fail
9c7c797
# because cycle counter returns 0 every time on ARM architectures.
9c7c797
# This is caused by missing hardware performance counter support on ARM.
9c7c797
# Discussion about fixing that can be found in RH bug #741325.
9c7c797
9c7c797
perfschema.func_file_io   : rhbz#773116 cycle counter does not work on arm
9c7c797
perfschema.func_mutex     : rhbz#773116 cycle counter does not work on arm