Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/oprofile/
Doprofile_files.c33 return oprofilefs_ulong_to_user(jiffies_to_msecs(oprofile_time_slice), in timeout_read()
70 return oprofilefs_ulong_to_user(oprofile_backtrace_depth, buf, count, in depth_read()
107 return oprofilefs_ulong_to_user(sizeof(void *), buf, count, offset); in pointer_size_read()
131 return oprofilefs_ulong_to_user(oprofile_started, buf, count, offset); in enable_read()
Doprofilefs.c53 ssize_t oprofilefs_ulong_to_user(unsigned long val, char __user *buf, size_t count, loff_t *offset) in oprofilefs_ulong_to_user() function
96 return oprofilefs_ulong_to_user(*val, buf, count, offset); in ulong_read_file()
180 return oprofilefs_ulong_to_user(atomic_read(val), buf, count, offset); in atomic_read_file()
/linux-4.1.27/arch/s390/oprofile/
Dinit.c126 return oprofilefs_ulong_to_user(hwsampler_enabled, buf, count, offset); in hwsampler_read()
174 return oprofilefs_ulong_to_user(oprofile_hw_interval, buf, in hw_interval_read()
217 return oprofilefs_ulong_to_user(0, buf, count, offset); in hwsampler_zero_read()
247 return oprofilefs_ulong_to_user(counter_config.kernel, in hwsampler_kernel_read()
282 return oprofilefs_ulong_to_user(counter_config.user, in hwsampler_user_read()
322 return oprofilefs_ulong_to_user(!hwsampler_enabled, buf, count, offset); in timer_enabled_read()
/linux-4.1.27/include/linux/
Doprofile.h158 ssize_t oprofilefs_ulong_to_user(unsigned long val, char __user * buf, size_t count, loff_t * offse…