Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c54 ssize_t oprofilefs_ulong_to_user(unsigned long val, char __user *buf, size_t count, loff_t *offset) in oprofilefs_ulong_to_user() function
97 return oprofilefs_ulong_to_user(*val, buf, count, offset); in ulong_read_file()
184 return oprofilefs_ulong_to_user(atomic_read(val), buf, count, offset); in atomic_read_file()
/kernel/linux/linux-5.10/include/linux/
Doprofile.h158 ssize_t oprofilefs_ulong_to_user(unsigned long val, char __user * buf, size_t count, loff_t * offse…