Searched refs:xenoprof_init (Results 1 – 4 of 4) sorted by relevance
92 struct xenoprof_init { struct97 typedef struct xenoprof_init xenoprof_init_t; argument
608 struct xenoprof_init xenoprof_init; in xenoprof_op_init() local611 if ( copy_from_guest(&xenoprof_init, arg, 1) ) in xenoprof_op_init()614 if ( (ret = xenoprof_arch_init(&xenoprof_init.num_events, in xenoprof_op_init()615 xenoprof_init.cpu_type)) ) in xenoprof_op_init()624 xenoprof_init.is_primary = in xenoprof_op_init()627 if ( xenoprof_init.is_primary ) in xenoprof_op_init()630 return __copy_to_guest(arg, &xenoprof_init, 1) ? -EFAULT : 0; in xenoprof_op_init()
12 #define xen_oprof_init xenoprof_init
133 ? xenoprof_init xenoprof.h
Completed in 5 milliseconds