Lines Matching refs:argp
106 static long ioctrl_collect_process_cpu(void __user *argp)
110 struct ucollection_process_cpu_entry __user *entry = argp;
148 static long ioctrl_collect_process_count(void __user *argp)
152 unsigned int __user *count = argp;
186 static long ioctrl_collect_thread_count(void __user *argp)
189 struct ucollection_process_thread_count __user *count = argp;
199 static long ioctrl_collect_app_thread_count(void __user *argp)
202 struct ucollection_process_thread_count __user *count = argp;
241 static long ioctrl_collect_app_thread_cpu(void __user *argp)
244 struct ucollection_thread_cpu_entry __user *entry = argp;
259 static long ioctrl_collect_the_thread_cpu(void __user *argp)
262 struct ucollection_thread_cpu_entry __user *entry = argp;
277 static long ioctrl_collect_the_process_cpu(void __user *argp)
280 struct ucollection_process_cpu_entry __user *entry = argp;
309 long unified_collection_collect_process_cpu(unsigned int cmd, void __user *argp)
314 ret = ioctrl_collect_process_cpu(argp);
317 ret = ioctrl_collect_the_process_cpu(argp);
320 ret = ioctrl_collect_thread_count(argp);
323 ret = ioctrl_collect_app_thread_count(argp);
326 ret = ioctrl_collect_app_thread_cpu(argp);
329 ret = ioctrl_collect_the_thread_cpu(argp);
332 ret = ioctrl_collect_process_count(argp);