Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Doprofile.h154 ssize_t oprofilefs_str_to_user(char const * str, char __user * buf, size_t count, loff_t * offset);
/linux-2.6.39/drivers/oprofile/
Doprofile_files.c119 return oprofilefs_str_to_user(oprofile_ops.cpu_type, buf, count, offset); in cpu_type_read()
Doprofilefs.c45 ssize_t oprofilefs_str_to_user(char const *str, char __user *buf, size_t count, loff_t *offset) in oprofilefs_str_to_user() function