andikleen / pmu-tools

Intel PMU profiling tools
GNU General Public License v2.0
1.98k stars 331 forks source link

event_download: Fetch events from GitHub #438

Closed edwarddavidbaker closed 1 year ago

edwarddavidbaker commented 1 year ago

Hi Andi,

This pull request swaps the previous download.01.org URL with GitHub. We merged readme.txt into README.md and those file paths are updated here as well. Please review when you get a minute. Additional steps/details are also tracked in the parent issue at https://github.com/intel/perfmon/issues/17 . Sorry again about any extra work or interruption this causes.

ed@ebaker-MOBL3:~/pmu-tools$ rm -r ~/.cache/pmu-events/

ed@ebaker-MOBL3:~/pmu-tools$ ./event_download.py -a
Downloading https://raw.githubusercontent.com/intel/perfmon/main/mapfile.csv to mapfile.csv
Downloading https://raw.githubusercontent.com/intel/perfmon/main/NHM-EX/events/NehalemEX_core.json to GenuineIntel-6-2E-core.json
Downloading https://raw.githubusercontent.com/intel/perfmon/main/NHM-EP/events/NehalemEP_core.json to GenuineIntel-6-1E-core.json
Downloading https://raw.githubusercontent.com/intel/perfmon/main/NHM-EP/events/NehalemEP_core.json to GenuineIntel-6-1F-core.json
Downloading https://raw.githubusercontent.com/intel/perfmon/main/NHM-EP/events/NehalemEP_core.json to GenuineIntel-6-1A-core.json
<snip>
Downloading https://raw.githubusercontent.com/intel/perfmon/main/ADL/events/alderlake_uncore.json to GenuineIntel-6-BE-uncore.json
Downloading https://raw.githubusercontent.com/intel/perfmon/main/MTL/events/meteorlake_crestmont_core.json to GenuineIntel-6-AA-hybridcore.json
Downloading https://raw.githubusercontent.com/intel/perfmon/main/MTL/events/meteorlake_redwoodcove_core.json to GenuineIntel-6-AA-hybridcore.json
Downloading https://raw.githubusercontent.com/intel/perfmon/main/README.md to README.md
Downloading https://raw.githubusercontent.com/intel/perfmon/main/LICENSE to LICENSE
my event list /home/ed/.cache/pmu-events/GenuineIntel-6-8E-core.json
andikleen commented 1 year ago

Thanks!