Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/oprofile/
Dinit.c35 static unsigned long oprofile_max_interval; variable
192 else if (val > oprofile_max_interval) in hw_interval_write()
193 oprofile_hw_interval = oprofile_max_interval; in hw_interval_write()
425 &oprofile_max_interval); in oprofile_create_hwsampling_files()
473 oprofile_max_interval = hwsampler_query_max_interval(); in oprofile_hwsampler_init()
474 if (oprofile_max_interval == 0) in oprofile_hwsampler_init()
480 if (oprofile_hw_interval > oprofile_max_interval) in oprofile_hwsampler_init()
481 oprofile_hw_interval = oprofile_max_interval; in oprofile_hwsampler_init()