intel / perfmon

https://perfmon-events.intel.com
BSD 3-Clause "New" or "Revised" License
227 stars 36 forks source link

Deprecate PEBS attribute on new platforms #114

Open edwarddavidbaker opened 11 months ago

edwarddavidbaker commented 11 months ago

Summary

The goal of this issue is to track changes, discussions, and outstanding issues related to JSON event attributes for Processor Event Based Sampling (PEBS). Specifically PEBS is being replaced with a new attribute Precise in combination with existing attributes such as CollectPEBSRecord.

Replacing the previous PEBS attribute with Precise and CollectPEBSRecord will simplify usage and succinctly describe event capabilities.

Platforms

Overall process

  1. Add Precise to above platforms.
  2. Update tools and downstream users. Help transition from PEBS to CollectPEBSRecord and Precise.
  3. Remove PEBS from the above list of platforms.

Current status

Adding Precise to platforms.

edwarddavidbaker commented 3 months ago