Searched refs:oprofile_hw_interval (Results 1 – 1 of 1) sorted by relevance
32 static unsigned long oprofile_hw_interval = DEFAULT_INTERVAL; variable77 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()