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

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

Completed in 125 milliseconds