Skip to content

Commit

Permalink
Add some PMU basic test cases for OpenEuler and Anolis OS on EMR plat…
Browse files Browse the repository at this point in the history
…form.

Signed-off-by: Ma, Yongwei <[email protected]>
  • Loading branch information
Ma, Yongwei authored and ysun committed Sep 4, 2024
1 parent 10fbc5d commit f6d1466
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions scenario/emr-oe/tests_pmu
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# This file collects the basic Performance Monitoring Unit(PMU) cases on Intel® Architecture-based platforms.
# @hw_dep:
# @other_dep: yum install perf
# @other_warn: Disable watchdog when running with vPMU. $echo 0 > /proc/sys/kernel/nmi_watchdog
pmu_tests.sh -t benchmark -w 0
pmu_tests.sh -t benchmark -w 1
pmu_tests.sh -t uncore
pmu_tests.sh -t uncore_events
pmu_iommu_tests.sh -t iommu_clocks
apebs_tests.sh -t data_src -w 0
apebs_tests.sh -t ip_1 -w 0
apebs_tests.sh -t ip_2 -w 0
apebs_tests.sh -t lbr_1 -w 0
apebs_tests.sh -t lbr_2 -w 0
apebs_tests.sh -t large_pebs -w 0
apebs_tests.sh -t large_pebs -w 1
apebs_tests.sh -t xmm_1 -w 1
apebs_tests.sh -t xmm_2 -w 1
apebs_tests.sh -t ip_1 -w 1
apebs_tests.sh -t ip_2 -w 1
apebs_tests.sh -t data_src -w 1
apebs_tests.sh -t lbr_1 -w 1
apebs_tests.sh -t lbr_2 -w 1
apebs_tests.sh -t ip_1 -w 1
apebs_tests.sh -t ip_2 -w 1
apebs_tests.sh -t data_src -w 1

0 comments on commit f6d1466

Please sign in to comment.