Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/oprofile/
Dinit.c39 static int hwsampler_enabled; variable
88 hwsampler_running = hwsampler_enabled; in oprofile_hwsampler_start()
126 return oprofilefs_ulong_to_user(hwsampler_enabled, buf, count, offset); in hwsampler_read()
153 hwsampler_enabled = val; in hwsampler_write()
322 return oprofilefs_ulong_to_user(!hwsampler_enabled, buf, count, offset); in timer_enabled_read()
353 hwsampler_enabled = !val; in timer_enabled_write()
378 hwsampler_enabled = 1; in oprofile_create_hwsampling_files()