Home
last modified time | relevance | path

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

/Linux-v4.19/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()
183 return oprofilefs_ulong_to_user(atomic_read(val), buf, count, offset); in atomic_read_file()
/Linux-v4.19/include/linux/
Doprofile.h158 ssize_t oprofilefs_ulong_to_user(unsigned long val, char __user * buf, size_t count, loff_t * offse…