From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.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 30DE1EEC0 for ; Tue, 11 Mar 2025 13:09:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741698550; cv=none; b=oolbjmESPqwdjDpStBzeEYxoBbAqaHtpD9fnjHFp5PAL4EzQrJ2iSKw2jfHK9dYVzPqMg6zN7DCLv1DdiO91whSs+uOE/ZlkfU02xeiRSgGvA2tuOYCaXNzStDdIQqrbjhpKN5iQ9v13fQvUxAQKNt29IxHZ+1rBBJqz9oIir5g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741698550; c=relaxed/simple; bh=3oKxiRuwa/MVmwmoGHZ7LXpHpTMbcebcJS0NOhXOp2Q=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=UTrSGgaloi6D6TvjdcAEiX3m2ujXZcf6JbhUJqWirS9d9sE+BvHjunm7Nt9g4C1wiji7PUt3ib4R3PCha4FXwnG/vSwu0b29yDxUMb4Ghu61BPOjyhzaGfjOmaRHCN53morOHjlFDjzNbRpW6uMi72Ux3Luvod9ma3b8ESCGy00= 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=KnNNi7ek; arc=none smtp.client-ip=170.10.129.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="KnNNi7ek" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1741698548; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=2rp8S2qoYWcpM+y/XUGLKvTaosjAUEXQWiY3R6tC6Xk=; b=KnNNi7ekSPLXqgysv/Id3UftRSpsnAUe8yvAJejHp4mXT2L0d0DGooVHHUOct4RtiHaU8K ZDnUcOeVSrJ56uZxo/XOSnTSCzP8noFlc2bommOj99UTfmpmA0a27RFO/jqzYYwqjsBu3G z78Uv4wy/VefG1CJ3N9xTLyW8rKIx24= Received: from mx-prod-mc-04.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-605-aIEqmh42NYGkzXEx4iZ2FQ-1; Tue, 11 Mar 2025 09:09:07 -0400 X-MC-Unique: aIEqmh42NYGkzXEx4iZ2FQ-1 X-Mimecast-MFC-AGG-ID: aIEqmh42NYGkzXEx4iZ2FQ_1741698546 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-04.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id B9C3A1955D5D; Tue, 11 Mar 2025 13:09:05 +0000 (UTC) Received: from localhost (unknown [10.22.81.23]) by mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 0C7901800268; Tue, 11 Mar 2025 13:09:04 +0000 (UTC) Date: Tue, 11 Mar 2025 10:09:03 -0300 From: "Luis Claudio R. Goncalves" To: Tomas Glozar Cc: Steven Rostedt , Jonathan Corbet , linux-trace-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, John Kacur Subject: Re: [PATCH 0/4] Documentation/rtla: Cover BPF sample collection Message-ID: References: <20250311114936.148012-1-tglozar@redhat.com> Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250311114936.148012-1-tglozar@redhat.com> X-Scanned-By: MIMEDefang 3.4.1 on 10.30.177.111 On Tue, Mar 11, 2025 at 12:49:32PM +0100, Tomas Glozar wrote: > This is a follow-up to the BPF sample collection patchset [1], > documenting both the feature's build requirements in the readme and > the feature itself in the manpages. > > A few fixes affecting the same manpages are also included in > the patchset. > > [1] https://lore.kernel.org/linux-trace-kernel/20250218145859.27762-1-tglozar@redhat.com/T/#u LGTM. Reviewed-by: Luis Claudio R. Goncalves > Tomas Glozar (4): > Documentation/rtla: Fix duplicate text about timerlat tracer > Documentation/rtla: Fix typo in rtla-timerlat.rst > Documentation/rtla: Fix typo in common_timerlat_description.rst > Documentation/rtla: Include BPF sample collection > > .../tools/rtla/common_timerlat_description.rst | 10 +++++++++- > Documentation/tools/rtla/rtla-timerlat.rst | 9 +++------ > tools/tracing/rtla/README.txt | 7 +++++++ > 3 files changed, 19 insertions(+), 7 deletions(-) > > -- > 2.48.1 > ---end quoted text---