Li, Aubrey wrote:
> Hi Jitendra
>
>> Hi Aubrey,
>>
>>> So I assume the following command line give you nothing, right?
>>> # dtrace -l | grep cpu_change_speed
>>>
>> Yes, I don't see anything.See below:
>> bash-3.2# dtrace -l|grep cpu_change_speed
>> bash-3.2#
>>
>>
> Can you post the output of this command on your machine?
>
> # kstat -i 0 -m cpu_info | grep supported_frequencies_Hz
>
bash-3.2# kstat -i 0 -m cpu_info | grep supported_frequencies_Hz
supported_frequencies_Hz 1000000000
And the output of "dtrace -l|grep cyclic-start" is as below:
bash-3.2# dtrace -l|grep cyclic-start
5125 sdt genunix cyclic_softint
cyclic-start
5126 sdt genunix cyclic_remove_pend
cyclic-start
5127 sdt genunix cyclic_expire
cyclic-start
Thanks
Jitendra
> Thanks,
> -Aubrey
>