Could we get this correction into the oprofile CVS? It is a trivial
correction. -Will
Will Cohen wrote:
> I have been going through an looking at setup information for the P4. I
> found that the TC_DELIVER_MODE was incorrect.
>
> 2002-09-26 Will Cohen <wcohen@...>
>
> * module/x86/op_model_p4.c: Correct TC_DELIVER_MODE cccr select.
>
> I also noticed that the event for GLOBAL_POWER_EVENTS is different from
> the one listed in the appendix listing the events. There is a comment in
> module/x86/op_model_p4.c that say comments there is a difference but no
> reason why.
>
> -Will
>
>
> ------------------------------------------------------------------------
>
> --- oprofile/module/x86/op_model_p4.c Wed Sep 25 10:46:47 2002
> +++ oprofile-build.20020925/module/x86/op_model_p4.c Thu Sep 26 13:38:03 2002
> @@ -74,7 +74,7 @@
> },
>
> { /* TC_DELIVER_MODE */
> - 0x04, 0x01,
> + 0x01, 0x01,
> { { CTR_MS_0, MSR_P4_TC_ESCR0},
> { CTR_MS_2, MSR_P4_TC_ESCR1} }
> },
|