andikleen / pmu-tools

Intel PMU profiling tools
GNU General Public License v2.0
1.98k stars 331 forks source link

toplev: Treat RPL as ADL #441

Closed StephanDollberg closed 1 year ago

StephanDollberg commented 1 year ago

According to perfmon they are the same topdown wise.

$ lscpu | grep -i model
Model name:                      13th Gen Intel(R) Core(TM) i9-13900K
Model:                           183

Not sure whether I need to amend somewhere else as well but from early testing it seems to work like this (eventlist_alias maybe?).

Also happy to hold off with this if you want to do it completely differently but it seemed simple enough.

andikleen commented 1 year ago

Thanks! Yes makes sense.