1*e13b1fa5SApple OSS Distributions<h2>processor_set_statistics</h2> 2*e13b1fa5SApple OSS Distributions<hr> 3*e13b1fa5SApple OSS Distributions<p> 4*e13b1fa5SApple OSS Distributions<strong>Function</strong> - Return scheduling statistics for a processor set. 5*e13b1fa5SApple OSS Distributions<h3>SYNOPSIS</h3> 6*e13b1fa5SApple OSS Distributions<pre> 7*e13b1fa5SApple OSS Distributions<strong>kern_return_t processor_set_statistics</strong> 8*e13b1fa5SApple OSS Distributions <strong>(processor_set_t</strong> <var>processor_set_control</var>, 9*e13b1fa5SApple OSS Distributions <strong>processor_set_flavor_t</strong> <var>flavor</var>, 10*e13b1fa5SApple OSS Distributions <strong>processor_set_info_t</strong> <var>processor_set_info</var>, 11*e13b1fa5SApple OSS Distributions <strong>mach_msg_type_number_t</strong> <var>processor_set_info_count</var><strong>);</strong> 12*e13b1fa5SApple OSS Distributions</pre> 13*e13b1fa5SApple OSS Distributions<h3>PARAMETERS</h3> 14*e13b1fa5SApple OSS Distributions<dl> 15*e13b1fa5SApple OSS Distributions<dt> <var>processor_set_control</var> 16*e13b1fa5SApple OSS Distributions<dd> 17*e13b1fa5SApple OSS Distributions[in processor-set-control send right] 18*e13b1fa5SApple OSS DistributionsA processor set control port for 19*e13b1fa5SApple OSS Distributionswhich information is desired. 20*e13b1fa5SApple OSS Distributions<dt> <var>flavor</var> 21*e13b1fa5SApple OSS Distributions<dd> 22*e13b1fa5SApple OSS Distributions[in scalar] 23*e13b1fa5SApple OSS DistributionsThe type of information requested. 24*e13b1fa5SApple OSS Distributions<dl> 25*e13b1fa5SApple OSS Distributions<dt> <strong>PROCESSOR_SET_LOAD_INFO</strong> 26*e13b1fa5SApple OSS Distributions<dd> 27*e13b1fa5SApple OSS DistributionsLoad statistics for the processor set. The returned structure is 28*e13b1fa5SApple OSS Distributions<strong>processor_set_load_info</strong>. 29*e13b1fa5SApple OSS Distributions</dl> 30*e13b1fa5SApple OSS Distributions<dt> <var>processor_set_info</var> 31*e13b1fa5SApple OSS Distributions<dd> 32*e13b1fa5SApple OSS Distributions[out structure] 33*e13b1fa5SApple OSS DistributionsInformation about the processor set. 34*e13b1fa5SApple OSS Distributions<dt> <var>processor_set_info_count</var> 35*e13b1fa5SApple OSS Distributions<dd> 36*e13b1fa5SApple OSS Distributions[in/out scalar] 37*e13b1fa5SApple OSS DistributionsOn input, the maximum size of the buffer; on output, the 38*e13b1fa5SApple OSS Distributionssize returned (in natural-sized units). 39*e13b1fa5SApple OSS Distributions</dl> 40*e13b1fa5SApple OSS Distributions<h3>DESCRIPTION</h3> 41*e13b1fa5SApple OSS Distributions<p> 42*e13b1fa5SApple OSS DistributionsThe <strong>processor_set_statistics</strong> function returns statistics 43*e13b1fa5SApple OSS Distributionsfor a processor set as specified by <var>flavor</var>. 44*e13b1fa5SApple OSS Distributions<h3>RETURN VALUES</h3> 45*e13b1fa5SApple OSS Distributions<p> 46*e13b1fa5SApple OSS DistributionsOnly generic errors apply. 47*e13b1fa5SApple OSS Distributions<h3>RELATED INFORMATION</h3> 48*e13b1fa5SApple OSS Distributions<p> 49*e13b1fa5SApple OSS DistributionsFunctions: 50*e13b1fa5SApple OSS Distributions<a href="processor_set_info.html">processor_set_info</a>. 51*e13b1fa5SApple OSS Distributions<p> 52*e13b1fa5SApple OSS DistributionsData Structures: 53*e13b1fa5SApple OSS Distributions<a href="processor_set_load_info.html">processor_set_load_info</a>. 54