From patchwork Tue Mar 11 11:49:35 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomas Glozar X-Patchwork-Id: 14011716 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (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 A828C259CAE for ; Tue, 11 Mar 2025 12:16:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741695372; cv=none; b=Uir6kKJN8lB44RtVbqU3n4UUHGqUOCzTl2AXzP5+q6ACLMPETcks/nENmqF6c8VbAvIsZXNvYsDS03aMjkxUxfwtXPrqmP+W0I0hgmBQ5Se0R8aYcB0ROV6BRj6DRhgHD6w631AsT2gPArhbBbNqh3p/pJEN5PaUAfrEAvqxpgM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741695372; c=relaxed/simple; bh=fRHs3Ff/W5kbzg5bD6e6vpqb2FQAcxBWnsIFeimddFQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=l2ajna80yz7ENXytdqNcsYJ0TqIUPM4vKVCnkx/GcTSJJkbnquzQDZwhMfUe03shF4XsnuEQaxiDX29785Aq2CqPf8lql7aCFii95k6QTRpyYcF18PkoTnSEotb09VznnaJgGcUvdAL34VBg3z0Vb0MB5gsXCH4qr+y44reoPbw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=M0EJRlL8; arc=none smtp.client-ip=170.10.133.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="M0EJRlL8" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1741695369; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=e09hgAlOvONQaqsisKrmeO4/k1qVQ0bCEc0kyllMp+M=; b=M0EJRlL8nOe7gXs2L86J4xd+I1fNCdZdA8dP/X09/qroFMoNPepOSNAimCKOvCHblP7hro LPLOceBiaEIi/qe6vZfsP9fIV3R2a959q8uiZjj40yuUeDJI8vHzz5Wc7uvkY8H9KGg/4y A8/LR4fd1ZGtpX9Y0Lv99K4KTc2ZxUY= Received: from mx-prod-mc-06.mail-002.prod.us-west-2.aws.redhat.com (ec2-35-165-154-97.us-west-2.compute.amazonaws.com [35.165.154.97]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-498-LOPHxXFpN_CQvU1-ymhR6g-1; Tue, 11 Mar 2025 08:16:05 -0400 X-MC-Unique: LOPHxXFpN_CQvU1-ymhR6g-1 X-Mimecast-MFC-AGG-ID: LOPHxXFpN_CQvU1-ymhR6g_1741695364 Received: from mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.111]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-06.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id CCDD01800361; Tue, 11 Mar 2025 12:16:03 +0000 (UTC) Received: from fedora.brq.redhat.com (unknown [10.43.17.52]) by mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 7DC71180094A; Tue, 11 Mar 2025 12:16:01 +0000 (UTC) From: Tomas Glozar To: Steven Rostedt , Jonathan Corbet Cc: linux-trace-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, John Kacur , Luis Goncalves , Tomas Glozar Subject: [PATCH 3/4] Documentation/rtla: Fix typo in common_timerlat_description.rst Date: Tue, 11 Mar 2025 12:49:35 +0100 Message-ID: <20250311114936.148012-4-tglozar@redhat.com> In-Reply-To: <20250311114936.148012-1-tglozar@redhat.com> References: <20250311114936.148012-1-tglozar@redhat.com> Precedence: bulk X-Mailing-List: linux-trace-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.30.177.111 Fix "it enable" to "it enables". Fixes: 29380d4055e5 ("rtla: Add rtla timerlat documentation") Signed-off-by: Tomas Glozar --- Documentation/tools/rtla/common_timerlat_description.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/tools/rtla/common_timerlat_description.rst b/Documentation/tools/rtla/common_timerlat_description.rst index 321201cb8597..8cd3e717baa8 100644 --- a/Documentation/tools/rtla/common_timerlat_description.rst +++ b/Documentation/tools/rtla/common_timerlat_description.rst @@ -6,5 +6,5 @@ debugging of operating system timer latency. The *timerlat* tracer outputs information in two ways. It periodically prints the timer latency at the timer *IRQ* handler and the *Thread* -handler. It also enable the trace of the most relevant information via +handler. It also enables the trace of the most relevant information via **osnoise:** tracepoints.