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

/linux-4.4.14/arch/s390/oprofile/
H A Dop_counter.h13 /* `count' maps to the oprofile_hw_interval variable. */
H A Dinit.c33 static unsigned long oprofile_hw_interval = DEFAULT_INTERVAL; variable
78 retval = hwsampler_start_all(oprofile_hw_interval); __oprofile_hwsampler_start()
175 return oprofilefs_ulong_to_user(oprofile_hw_interval, buf, hw_interval_read()
191 oprofile_hw_interval = oprofile_min_interval; hw_interval_write()
193 oprofile_hw_interval = oprofile_max_interval; hw_interval_write()
195 oprofile_hw_interval = val; hw_interval_write()
478 if (oprofile_hw_interval < oprofile_min_interval) oprofile_hwsampler_init()
479 oprofile_hw_interval = oprofile_min_interval; oprofile_hwsampler_init()
480 if (oprofile_hw_interval > oprofile_max_interval) oprofile_hwsampler_init()
481 oprofile_hw_interval = oprofile_max_interval; oprofile_hwsampler_init()

Completed in 162 milliseconds