Skip to content

Commit

Permalink
updated perfmon to the latest version
Browse files Browse the repository at this point in the history
Change-Id: I9944d45e17a4e418a11baea381c067dedece039e
  • Loading branch information
rdementi committed Sep 17, 2024
1 parent 2bd84c2 commit e72f9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perfmon
Submodule perfmon updated 58 files
+3 −3 .github/workflows/bandit.yml
+0 −22 .github/workflows/check-markdown-links.yml
+2 −2 .github/workflows/create-perf-json.yml
+0 −21 .github/workflows/mlc_config.json
+1 −1 .github/workflows/scorecard.yml
+36 −0 .github/workflows/verify-mapfile.yml
+3 −0 .gitignore
+740 −12 GNR/events/graniterapids_core.json
+39 −3 GNR/events/graniterapids_uncore.json
+399 −3 GNR/events/graniterapids_uncore_experimental.json
+5 −5 GRR/events/grandridge_core.json
+3 −3 GRR/events/grandridge_uncore.json
+3 −3 GRR/events/grandridge_uncore_experimental.json
+265 −5 MTL/events/meteorlake_crestmont_core.json
+29 −3 MTL/events/meteorlake_redwoodcove_core.json
+3 −3 MTL/events/meteorlake_uncore.json
+3 −3 MTL/events/meteorlake_uncore_experimental.json
+5 −5 SRF/events/sierraforest_core.json
+75 −3 SRF/events/sierraforest_uncore.json
+435 −75 SRF/events/sierraforest_uncore_experimental.json
+49 −20 mapfile.csv
+1 −1 requirements.txt
+9 −0 scripts/ci/verify_mapfile/.coveragerc
+54 −0 scripts/ci/verify_mapfile/README.md
+0 −0 scripts/ci/verify_mapfile/__init__.py
+49 −0 scripts/ci/verify_mapfile/mapfile_schema.json
+1 −0 scripts/ci/verify_mapfile/requirements.txt
+159 −0 scripts/ci/verify_mapfile/test_data/00_missing_mapfile_column/mapfile.csv
+11 −0 scripts/ci/verify_mapfile/test_data/01_missing_event_file/SPR/events/sapphirerapids_core.json
+11 −0 scripts/ci/verify_mapfile/test_data/01_missing_event_file/SPR/events/sapphirerapids_uncore.json
+4 −0 scripts/ci/verify_mapfile/test_data/01_missing_event_file/mapfile.csv
+11 −0 scripts/ci/verify_mapfile/test_data/02_mismatched_versions/SPR/events/sapphirerapids_core.json
+11 −0 scripts/ci/verify_mapfile/test_data/02_mismatched_versions/SPR/events/sapphirerapids_uncore.json
+3 −0 scripts/ci/verify_mapfile/test_data/02_mismatched_versions/mapfile.csv
+159 −0 scripts/ci/verify_mapfile/test_data/03_correct_event_types/mapfile.csv
+13 −0 scripts/ci/verify_mapfile/test_data/04_platform_referencing_multiple_event_dirs/mapfile.csv
+11 −0 scripts/ci/verify_mapfile/test_data/05_mapfile_missing_event_file_reference/ICX/events/icelakex_core.json
+11 −0 scripts/ci/verify_mapfile/test_data/05_mapfile_missing_event_file_reference/ICX/events/icelakex_uncore.json
+11 −0 ...rify_mapfile/test_data/05_mapfile_missing_event_file_reference/ICX/events/icelakex_uncore_experimental.json
+6 −0 scripts/ci/verify_mapfile/test_data/05_mapfile_missing_event_file_reference/mapfile.csv
+4 −0 scripts/ci/verify_mapfile/test_data/06_extra_mapfile_column/mapfile.csv
+25 −0 scripts/ci/verify_mapfile/test_data/07_duplicate_event_file_type/mapfile.csv
+11 −0 scripts/ci/verify_mapfile/test_data/08_mismatched_event_file_versions/mapfile.csv
+11 −0 scripts/ci/verify_mapfile/test_data/09_correct_mapfile/SPR/events/sapphirerapids_core.json
+11 −0 scripts/ci/verify_mapfile/test_data/09_correct_mapfile/SPR/events/sapphirerapids_uncore.json
+3 −0 scripts/ci/verify_mapfile/test_data/09_correct_mapfile/mapfile.csv
+3 −0 scripts/ci/verify_mapfile/test_data/10_bad_mapfile_version/mapfile.csv
+4 −0 scripts/ci/verify_mapfile/test_data/11_mismatched_file_type/mapfile.csv
+3 −0 scripts/ci/verify_mapfile/test_data/12_unexpected_file_path/mapfile.csv
+16 −0 scripts/ci/verify_mapfile/test_data/13_duplicate_metric_entries/mapfile.csv
+149 −0 scripts/ci/verify_mapfile/test_verify_mapfile.py
+333 −0 scripts/ci/verify_mapfile/verify_mapfile.py
+0 −5 scripts/config/perf-uncore-events-snr.csv
+5 −0 scripts/create_perf_json.py
+1 −1 scripts/metric.py
+30 −30 scripts/perf/cascadelakex/uncore-cache.json
+30 −30 scripts/perf/skylakex/uncore-cache.json
+0 −57 scripts/perf/snowridgex/uncore-cache.json

0 comments on commit e72f9b9

Please sign in to comment.