Andrej,

Will's patch has been applied after 3.5. You might want to try pulling
from CVS instead of using the 3.5 release.


On Mon, Aug 25, 2008 at 3:42 PM, William Cohen <[EMAIL PROTECTED]> wrote:
> stephane eranian wrote:
>>
>> Hi,
>>>
>>> event name: L2_LD
>>> event name: L2_LINES_IN
>>> event name: L2_LINES_OUT
>>> event name: L2_M_LINES_OUTM
>>> event name: (null)
>>> Segmentation fault (core dumped)
>>
>> I think there is something wrong with the event names (strings).
>> There is no L2_M_LINES_OUTM event, there is:
>>
>>        { .pme_name = "L2_M_LINES_OUT",
>>          .pme_code = 0x27,
>>          .pme_flags = PFMLIB_CORE_CSPEC,
>>          .pme_desc =  "Modified lines evicted from the L2 cache",
>>          .pme_umasks = {
>>                INTEL_CORE_SPECIFICITY_UMASKS,
>>                INTEL_CORE_HW_PREFETCH_UMASKS
>>           },
>>           .pme_numasks = 4
>>        },
>>
>> So it looks like something gets overwritten. Not clear what. I don't
>> have the problem myself, so it must be compiler version dependent.
>
> That failure mode sounds similar to what I encounted a week or so ago
> running things on a pentium M. Might try the attached patch and see if that
> resolves the problem.
>
> -Will
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
perfmon2-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/perfmon2-devel

Reply via email to