Home
last modified time | relevance | path

Searched refs:oprofile_hw_interval (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/s390/oprofile/
Dinit.c33 static unsigned long oprofile_hw_interval = DEFAULT_INTERVAL; variable
78 retval = hwsampler_start_all(oprofile_hw_interval); in __oprofile_hwsampler_start()
175 return oprofilefs_ulong_to_user(oprofile_hw_interval, buf, in hw_interval_read()
191 oprofile_hw_interval = oprofile_min_interval; in hw_interval_write()
193 oprofile_hw_interval = oprofile_max_interval; in hw_interval_write()
195 oprofile_hw_interval = val; in hw_interval_write()
478 if (oprofile_hw_interval < oprofile_min_interval) in oprofile_hwsampler_init()
479 oprofile_hw_interval = oprofile_min_interval; in oprofile_hwsampler_init()
480 if (oprofile_hw_interval > oprofile_max_interval) in oprofile_hwsampler_init()
481 oprofile_hw_interval = oprofile_max_interval; in oprofile_hwsampler_init()