Enable rocprofv1 for additional socs (#391)

* Enable rocprofv1 for gfx940/941/942.

Signed-off-by: xuchen-amd <xuchen@amd.com>

* Enable rocprofv1 for gfx940/941/942.

Enable rocprofv1 for gfx940/941/942, removing rocscope.
Jira Tracking: https://ontrack-internal.amd.com/browse/SWDEV-474924

Signed-off-by: xuchen-amd <xuchen@amd.com>

---------

Signed-off-by: xuchen-amd <xuchen@amd.com>
Tento commit je obsažen v:
xuchen-amd
2024-08-07 12:26:28 -04:00
odevzdal David Galiffi
rodič 8bcd0c9b0f
revize 6cea66edaf
3 změnil soubory, kde provedl 3 přidání a 3 odebrání
+1 -1
Zobrazit soubor
@@ -50,7 +50,7 @@ class gfx940_soc(OmniSoC_Base):
str(config.omniperf_home), "omniperf_soc", "profile_configs", "gfx940"
)
)
self.set_compatible_profilers(["rocprofv2"])
self.set_compatible_profilers(["rocprofv1", "rocprofv2"])
# Per IP block max number of simultaneous counters. GFX IP Blocks
self.set_perfmon_config(
{
+1 -1
Zobrazit soubor
@@ -50,7 +50,7 @@ class gfx941_soc(OmniSoC_Base):
str(config.omniperf_home), "omniperf_soc", "profile_configs", "gfx940"
)
)
self.set_compatible_profilers(["rocprofv2"])
self.set_compatible_profilers(["rocprofv1", "rocprofv2"])
# Per IP block max number of simultaneous counters. GFX IP Blocks
self.set_perfmon_config(
{
+1 -1
Zobrazit soubor
@@ -50,7 +50,7 @@ class gfx942_soc(OmniSoC_Base):
str(config.omniperf_home), "omniperf_soc", "profile_configs", "gfx940"
)
)
self.set_compatible_profilers(["rocprofv2"])
self.set_compatible_profilers(["rocprofv1", "rocprofv2"])
# Per IP block max number of simultaneous counters. GFX IP Blocks
self.set_perfmon_config(
{