From 2acc8e98c183fba54fa48e90b86929bb4a4bb05d Mon Sep 17 00:00:00 2001 From: colramos-amd Date: Tue, 12 Mar 2024 18:21:35 -0500 Subject: [PATCH] Found a bug in kernel filtering and fixed Signed-off-by: colramos-amd --- src/omniperf_profile/profiler_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/omniperf_profile/profiler_base.py b/src/omniperf_profile/profiler_base.py index feac03efb5..7829899b44 100644 --- a/src/omniperf_profile/profiler_base.py +++ b/src/omniperf_profile/profiler_base.py @@ -361,7 +361,7 @@ class OmniProfiler_Base: if not success: console_error(output) else: - console_error(output) + console_debug(output) # Dispatch filtering (inplace replacement) if not self.__args.dispatch == None: