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

/linux-4.4.14/arch/s390/oprofile/
H A Dinit.c35 static unsigned long oprofile_max_interval; variable
192 else if (val > oprofile_max_interval) hw_interval_write()
193 oprofile_hw_interval = oprofile_max_interval; hw_interval_write()
425 &oprofile_max_interval); oprofile_create_hwsampling_files()
473 oprofile_max_interval = hwsampler_query_max_interval(); oprofile_hwsampler_init()
474 if (oprofile_max_interval == 0) 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 250 milliseconds