All logging should use call new functions

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


[ROCm/rocprofiler-compute commit: 5bf38a4fed]
Šī revīzija ir iekļauta:
colramos-amd
2024-01-30 17:25:16 -06:00
revīziju iesūtīja Karl W. Schulz
vecāks cfdf288cba
revīzija a1371462ba
26 mainīti faili ar 474 papildinājumiem un 337 dzēšanām
@@ -23,7 +23,7 @@
##############################################################################el
from omniperf_analyze.analysis_base import OmniAnalyze_Base
from utils.utils import demarcate, error
from utils.utils import demarcate, console_error
from utils import file_io, parser, tty
from utils.kernel_name_shortener import kernel_name_shortener
@@ -37,7 +37,7 @@ class cli_analysis(OmniAnalyze_Base):
"""Perform any pre-processing steps prior to analysis."""
super().pre_processing()
if self.get_args().random_port:
error("--gui flag is required to enable --random-port")
console_error("--gui flag is required to enable --random-port")
for d in self.get_args().path:
# demangle and overwrite original 'Kernel_Name'
kernel_name_shortener(d[0], self.get_args().kernel_verbose)