Skip to content

Intel Alder/Raptor Lake P-cores and E-cores #544

@mlurbe97

Description

@mlurbe97

I'm unable to program events on this platforms using the provided function
pcm_c_build_core_event(event_id, event_name)
inside a C code due to there are different events on each type of cores (P and E cores).

Maybe a similar function should be implemented to program events per core
pcm_c_build_core_event_on_core(cpu_id, event_id, event_name)
or a warning should be shown.

Now I'm having 0s on E cores when configuring events for P cores, and viceversa. It could be interesting to monitor similar events on both.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions