From nobody Tue Dec 2 02:05:06 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9C104309DAB for ; Thu, 20 Nov 2025 23:26:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763681195; cv=none; b=L5ohsy1jQFDvwdGFVNYcXLP/vG4//50TOkGIGQK6frb0V9zChvlU2LO7BUW1yjj+QEDXCvZrCWDyF0ifeXINLm/Kuc+L8p9Qimc7hYXvOe8rGigr7oDBJBLOL7PoecoGt4DRQFTO66ziZZZY5hZzB2dInCJxI4ewjhJldDGTxxk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763681195; c=relaxed/simple; bh=8eGhIKXNRUoV8uBdDIeypQ5Pd3mRS8xyiFSFP4Qae60=; h=Message-ID:Date:From:To:Cc:Subject:References:MIME-Version: Content-Type; b=AtFmEjXvtEvrBvc2b01ygpqGc0JSXTjpkp2yLdcdRRdaBBafXMy8qUF84VL65OQsOdb7G7MHmrdnaqq1oDyEjFmtkydektJT8nutT+y8oI2eYwqmDcOfmvSU0qNGydKL++WzA8OkzZTRz7ECWu3uHIfe4h+sUX+IOW2jpfOFVeg= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Bh288IyR; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Bh288IyR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7F24EC116B1; Thu, 20 Nov 2025 23:26:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1763681195; bh=8eGhIKXNRUoV8uBdDIeypQ5Pd3mRS8xyiFSFP4Qae60=; h=Date:From:To:Cc:Subject:References:From; b=Bh288IyRQsM4BRMbO74nVpvmVJ0eGUrOJYfccrr0mZl/AfskiKy+jeMytXsTxZ8YZ xQSAu52GG32LswqCE+WnKgbuXw8ECLYOrIygA6RhiOQOwyoOSBFiaB+nYU172Jk/cb 0u/GsLEl/+xku8Zlns68hAIQWdLuf8J4t5Lbph2hpzDnlCL2aqrYHpOFFAqSUiBju8 0cT8iAZmZow2K2jTJl95CTH6HVs5f8IDxvs3jFEjw3x8lLTJFBpcG6SZa9dD0RzYsF IIKA4E2qcs6WqBpXnhy3qz1pJA5IY3hyTyrz4SquL+gUxP9mEUZ0yLQ+7g4iz+Xs03 wDKXduVzzLQxA== Received: from rostedt by gandalf with local (Exim 4.98.2) (envelope-from ) id 1vME3Q-000000041te-2URx; Thu, 20 Nov 2025 18:27:08 -0500 Message-ID: <20251120232708.443295251@kernel.org> User-Agent: quilt/0.68 Date: Thu, 20 Nov 2025 18:23:30 -0500 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Tomas Glozar , John Kacur , Wander Lairson Costa Subject: [for-next][PATCH 07/16] rtla/tests: Fix osnoise test calling timerlat References: <20251120232323.271532418@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Tomas Glozar osnoise test "top stop at failed action" is calling timerlat instead of osnoise by mistake. Fix it so that it calls the correct RTLA subcommand. Fixes: 05b7e10687c ("tools/rtla: Add remaining support for osnoise actions") Reviewed-by: Wander Lairson Costa Link: https://lore.kernel.org/r/20251007095341.186923-3-tglozar@redhat.com Signed-off-by: Tomas Glozar --- tools/tracing/rtla/tests/osnoise.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tracing/rtla/tests/osnoise.t b/tools/tracing/rtla/tests/= osnoise.t index 08196443fef1..396334608920 100644 --- a/tools/tracing/rtla/tests/osnoise.t +++ b/tools/tracing/rtla/tests/osnoise.t @@ -37,7 +37,7 @@ check "multiple actions" \ check "hist stop at failed action" \ "osnoise hist -S 2 --on-threshold shell,command=3D'echo -n 1; false' --on= -threshold shell,command=3D'echo -n 2'" 2 "^1# RTLA osnoise histogram$" check "top stop at failed action" \ - "timerlat top -T 2 --on-threshold shell,command=3D'echo -n abc; false' --= on-threshold shell,command=3D'echo -n defgh'" 2 "^abc" "defgh" + "osnoise top -S 2 --on-threshold shell,command=3D'echo -n abc; false' --o= n-threshold shell,command=3D'echo -n defgh'" 2 "^abc" "defgh" check "hist with continue" \ "osnoise hist -S 2 -d 5s --on-threshold shell,command=3D'echo TestOutput'= --on-threshold continue" 0 "^TestOutput$" check "top with continue" \ --=20 2.51.0