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

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

Completed in 118 milliseconds