Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create_perf_json: Don't drop PCU umasks
The UMask was dropped for consistency with: https://github.com/intel/event-converter-for-linux-perf/blob/master/uncore_csv_json.py#L67 However, it leads to all events having the same encoding. Don't drop the umask which makes them consistent with other libraries like libpfm4: https://sourceforge.net/p/perfmon2/libpfm4/ci/master/tree/lib/events/intel_skx_unc_pcu_events.h#l30 A long standing todo () convert to right filter for occupancy
- Loading branch information