X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..d9a64523371fa019c4575bb400cbbc3a50ac9903:/osfmk/man/processor_set_statistics.html diff --git a/osfmk/man/processor_set_statistics.html b/osfmk/man/processor_set_statistics.html old mode 100755 new mode 100644 index 5bd65369d..315304bfc --- a/osfmk/man/processor_set_statistics.html +++ b/osfmk/man/processor_set_statistics.html @@ -1 +1,53 @@ -

processor_set_statistics


Function - Return scheduling statistics for a processor set.

SYNOPSIS

kern_return_t	processor_set_statistics
		(processor_set_t	processor_set_control,
		processor_set_flavor_t	flavor,
		processor_set_info_t	processor_set_info,
		mach_msg_type_number_t	processor_set_info_count);

PARAMETERS

processor_set_control
[in processor-set-control send right] A processor set control port for which information is desired.
flavor
[in scalar] The type of information requested.
PROCESSOR_SET_LOAD_INFO
Load statistics for the processor set. The returned structure is processor_set_load_info.
processor_set_info
[out structure] Information about the processor set.
processor_set_info_count
[in/out scalar] On input, the maximum size of the buffer; on output, the size returned (in natural-sized units).

DESCRIPTION

The processor_set_statistics function returns statistics for a processor set as specified by flavor.

RETURN VALUES

Only generic errors apply.

RELATED INFORMATION

Functions: processor_set_info.

Data Structures: processor_set_load_info. \ No newline at end of file +

processor_set_statistics

+
+

+Function - Return scheduling statistics for a processor set. +

SYNOPSIS

+
+kern_return_t	processor_set_statistics
+		(processor_set_t	processor_set_control,
+		processor_set_flavor_t	flavor,
+		processor_set_info_t	processor_set_info,
+		mach_msg_type_number_t	processor_set_info_count);
+
+

PARAMETERS

+
+
processor_set_control +
+[in processor-set-control send right] +A processor set control port for +which information is desired. +
flavor +
+[in scalar] +The type of information requested. +
+
PROCESSOR_SET_LOAD_INFO +
+Load statistics for the processor set. The returned structure is +processor_set_load_info. +
+
processor_set_info +
+[out structure] +Information about the processor set. +
processor_set_info_count +
+[in/out scalar] +On input, the maximum size of the buffer; on output, the +size returned (in natural-sized units). +
+

DESCRIPTION

+

+The processor_set_statistics function returns statistics +for a processor set as specified by flavor. +

RETURN VALUES

+

+Only generic errors apply. +

RELATED INFORMATION

+

+Functions: +processor_set_info. +

+Data Structures: +processor_set_load_info.