Move perfmon_configs dir into omniperf_soc dir. Rename config dirs for clarity

Signed-off-by: colramos-amd <colramos@amd.com>
This commit is contained in:
colramos-amd
2023-12-11 12:26:26 -06:00
committed by Karl W. Schulz
parent b99d448d3b
commit fbe6b2d683
126 changed files with 10 additions and 31 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class OmniProfiler_Base():
self.__profiler = profiler_mode
self.__soc = soc
self.__perfmon_dir = os.path.join(str(config.omniperf_home), "perfmon_configs")
self.__perfmon_dir = os.path.join(str(config.omniperf_home), "omniperf_soc", "profile_configs")
def get_args(self):
return self.__args