Home
last modified time | relevance | path

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

/xen/tools/misc/
A Dxenpm.c284 static int get_pxstat_by_cpuid(xc_interface *xc_handle, int cpuid, struct xc_px_stat *pxstat) in get_pxstat_by_cpuid() function
337 ret = get_pxstat_by_cpuid(xc_handle, cpuid, &pxstatinfo); in show_pxstat_by_cpuid()
450 if ( get_pxstat_by_cpuid(xc_handle, 0, NULL) != -ENODEV ) in signal_int_handler()
454 if ( !get_pxstat_by_cpuid(xc_handle, i , &pxstat_end[i]) ) in signal_int_handler()
669 get_pxstat_by_cpuid(xc_handle, 0, NULL) == -ENODEV ) in start_gather_func()
678 get_pxstat_by_cpuid(xc_handle, i, &pxstat_start[i]); in start_gather_func()

Completed in 4 milliseconds