Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/oprofile/
Dinit.c33 static unsigned long oprofile_min_interval; variable
189 if (val < oprofile_min_interval) in hw_interval_write()
190 oprofile_hw_interval = oprofile_min_interval; in hw_interval_write()
422 &oprofile_min_interval); in oprofile_create_hwsampling_files()
469 oprofile_min_interval = hwsampler_query_min_interval(); in oprofile_hwsampler_init()
470 if (oprofile_min_interval == 0) in oprofile_hwsampler_init()
477 if (oprofile_hw_interval < oprofile_min_interval) in oprofile_hwsampler_init()
478 oprofile_hw_interval = oprofile_min_interval; in oprofile_hwsampler_init()