Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/oprofile/
Dinit.c40 static int hwsampler_enabled; variable
89 hwsampler_running = hwsampler_enabled; in oprofile_hwsampler_start()
127 return oprofilefs_ulong_to_user(hwsampler_enabled, buf, count, offset); in hwsampler_read()
154 hwsampler_enabled = val; in hwsampler_write()
323 return oprofilefs_ulong_to_user(!hwsampler_enabled, buf, count, offset); in timer_enabled_read()
354 hwsampler_enabled = !val; in timer_enabled_write()
379 hwsampler_enabled = 1; in oprofile_create_hwsampling_files()