Deprecate PEBS attribute on new platforms
edwarddavidbaker opened this issue · comments
Ed Baker commented
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
- All new platforms.
- Existing platforms starting at ICL and ICX.
Overall process
- Add
Precise
to above platforms. - Update tools and downstream users. Help transition from
PEBS
toCollectPEBSRecord
andPrecise
. - Remove
PEBS
from the above list of platforms.
Current status
Adding Precise
to platforms.
Ed Baker commented
- Related changes
- andikleen/pmu-tools@5a218cf and follow-up commit andikleen/pmu-tools@4aca2d5 .