Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/oprofile/
Dinit.c32 static unsigned long oprofile_hw_interval = DEFAULT_INTERVAL; variable
77 retval = hwsampler_start_all(oprofile_hw_interval); in __oprofile_hwsampler_start()
174 return oprofilefs_ulong_to_user(oprofile_hw_interval, buf, in hw_interval_read()
190 oprofile_hw_interval = oprofile_min_interval; in hw_interval_write()
192 oprofile_hw_interval = oprofile_max_interval; in hw_interval_write()
194 oprofile_hw_interval = val; in hw_interval_write()
477 if (oprofile_hw_interval < oprofile_min_interval) in oprofile_hwsampler_init()
478 oprofile_hw_interval = oprofile_min_interval; in oprofile_hwsampler_init()
479 if (oprofile_hw_interval > oprofile_max_interval) in oprofile_hwsampler_init()
480 oprofile_hw_interval = oprofile_max_interval; in oprofile_hwsampler_init()