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.

-------------------------------------------------------------------------
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