Searched refs:oprofilefs_ulong_to_user (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/drivers/oprofile/ |
| D | oprofile_files.c | 33 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()
|
| D | oprofilefs.c | 53 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.4.14/arch/s390/oprofile/ |
| D | init.c | 127 return oprofilefs_ulong_to_user(hwsampler_enabled, buf, count, offset); in hwsampler_read() 175 return oprofilefs_ulong_to_user(oprofile_hw_interval, buf, in hw_interval_read() 218 return oprofilefs_ulong_to_user(0, buf, count, offset); in hwsampler_zero_read() 248 return oprofilefs_ulong_to_user(counter_config.kernel, in hwsampler_kernel_read() 283 return oprofilefs_ulong_to_user(counter_config.user, in hwsampler_user_read() 323 return oprofilefs_ulong_to_user(!hwsampler_enabled, buf, count, offset); in timer_enabled_read()
|
| /linux-4.4.14/include/linux/ |
| D | oprofile.h | 158 ssize_t oprofilefs_ulong_to_user(unsigned long val, char __user * buf, size_t count, loff_t * offse…
|