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:
committed by
Karl W. Schulz
parent
b99d448d3b
commit
fbe6b2d683
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user