You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently event file versions in this repository are tracked via mapfile.csv and git history. The filenames themselves do not have version information. Version information is going to be re-introduced to event files with a dedicated header section.
Software updates required
The list of events are no longer tracked as a top level array. Instead first check for Header or Events entries. If present, retrieve the event list array from json_content["Events"].
Recently a Header was introduced to Intel event files [1]. This commit
checks for the presence of the new structure and pulls events from
'Events' accordingly.
[1] intel/perfmon#22
Recently a Header was introduced to Intel event files [1]. This commit
checks for the presence of the new structure and pulls events from
'Events' accordingly.
[1] intel/perfmon#22
Recently a Header was introduced to Intel event files [1]. This commit
checks for the presence of the new structure and pulls events from
'Events' accordingly.
[1] intel/perfmon#22
Currently event file versions in this repository are tracked via mapfile.csv and git history. The filenames themselves do not have version information. Version information is going to be re-introduced to event files with a dedicated header section.
Software updates required
The list of events are no longer tracked as a top level array. Instead first check for
Header
orEvents
entries. If present, retrieve the event list array fromjson_content["Events"]
.Examples:
Example from
alderlake_goldencove_core.json
Current
This change
The text was updated successfully, but these errors were encountered: