--------------------- Notices --------------------- ----Performance Monitoring Event Lists Relocated---- 1. PerfMon event lists are now available on GitHub at https://github.com/intel/perfmon. 2. Starting November 14th, 2022 all https://download.01.org/perfmon/ files (.csv, .txt, .xlsx, .json) will be removed. 3. If you need help migrating to GitHub please email perfmon-support@intel.com or open a GitHub Issue https://github.com/intel/perfmon/issues. Please update all bookmarks, tooling, or other scripting which currently reference https://download.01.org/perfmon/ to use GitHub. ----JSON Layout Changing---- 1. JSON event files will now include a Header object. This header will be used to track event file publication dates, versions, and similar information. 2. Specific details and examples are located at https://github.com/intel/perfmon/issues/22. Please update all tools and scripts processing JSON event files. After this change, the list of events will not be a top level array. First check for Header or Events entries. If present, retrieve the event list array from json_content["Events"].