Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/oprofile/
Dinit.c34 static unsigned long oprofile_min_interval; variable
190 if (val < oprofile_min_interval) in hw_interval_write()
191 oprofile_hw_interval = oprofile_min_interval; in hw_interval_write()
423 &oprofile_min_interval); in oprofile_create_hwsampling_files()
470 oprofile_min_interval = hwsampler_query_min_interval(); in oprofile_hwsampler_init()
471 if (oprofile_min_interval == 0) in oprofile_hwsampler_init()
478 if (oprofile_hw_interval < oprofile_min_interval) in oprofile_hwsampler_init()
479 oprofile_hw_interval = oprofile_min_interval; in oprofile_hwsampler_init()