Home
last modified time | relevance | path

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

/xen/tools/libxc/
A Dxc_misc.c424 sysctl.u.perfc_op.cmd = XEN_SYSCTL_PERFCOP_reset; in xc_perfc_reset()
425 set_xen_guest_handle(sysctl.u.perfc_op.desc, HYPERCALL_BUFFER_NULL); in xc_perfc_reset()
426 set_xen_guest_handle(sysctl.u.perfc_op.val, HYPERCALL_BUFFER_NULL); in xc_perfc_reset()
439 sysctl.u.perfc_op.cmd = XEN_SYSCTL_PERFCOP_query; in xc_perfc_query_number()
440 set_xen_guest_handle(sysctl.u.perfc_op.desc, HYPERCALL_BUFFER_NULL); in xc_perfc_query_number()
441 set_xen_guest_handle(sysctl.u.perfc_op.val, HYPERCALL_BUFFER_NULL); in xc_perfc_query_number()
446 *nbr_desc = sysctl.u.perfc_op.nr_counters; in xc_perfc_query_number()
448 *nbr_val = sysctl.u.perfc_op.nr_vals; in xc_perfc_query_number()
462 sysctl.u.perfc_op.cmd = XEN_SYSCTL_PERFCOP_query; in xc_perfc_query()
463 set_xen_guest_handle(sysctl.u.perfc_op.desc, desc); in xc_perfc_query()
[all …]
/xen/xen/common/
A Dsysctl.c118 ret = perfc_control(&op->u.perfc_op); in do_sysctl()
/xen/xen/include/public/
A Dsysctl.h1104 struct xen_sysctl_perfc_op perfc_op; member

Completed in 10 milliseconds