Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp3625848pxb; Mon, 24 Jan 2022 13:49:47 -0800 (PST) X-Google-Smtp-Source: ABdhPJw9NUHbPicg2VNjyia04WMvXczyV/mfwIx33BPoA37q9a4YiRavsku5J77yVN80gudWjkSM X-Received: by 2002:a17:90a:c20a:: with SMTP id e10mr217812pjt.165.1643060986919; Mon, 24 Jan 2022 13:49:46 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1643060986; cv=none; d=google.com; s=arc-20160816; b=HDRsNod3Nogd13K5gLUi08tVcmSVXIB3XQIDZ84U0HcVW+UKhTC4KJVNHs2p5shv9n FShz2QAC87BjKRJ4F4STwClsqFTGt8ZeE53Bm86E8/4Ru1lG276wwVeb1w0rgyK1de/F RPJcw4AU+HzXhNF/T+UzrQUlkVBJx6z14/yRZeXNVwbKGjGuqbYhByK0K3YmYS0MyBTy 3nI8sonGbPZ1XV5MePgd9YJxz0XiQCVf7oE5LAPaPuKX7dEUaniNJOfrD7pA7s+QTv10 eauyoNYa3LJUqAX10vzxiIpRKRvstsPqsBEA3n5ZTeDoSD0UUUh+khr1etBmSsibs3ts cZWA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=91EnOARX/Tt8f1puD2B8Fqvakeap/flTkI7deupwnrU=; b=ICLIOiYHS2ePRA2IrB8uJLaIxPkVcK+jQMcZet8r6t3PbZ6Q67uxgi1Suo4aoe4KB9 9hrt0zsIVAq2ZcatM2/mX+PgtaGM5QEUTIdO8hCPqdJKO1T6KebwYjbR3yxFjVXAo3vb B4MZCqTgJtk+nB/zXkuDr1K0uED0cVSlHvNte2jucY2aVkoFSZzNOyMsSLrKQgaU3D0B ixx4TVj0YHBwG2Hxsd926Cr+PwmKNM1kmeJJHhsa3J9+gZ+YyGlxh1uJCQXhYt3Csp2r NQZxUIshz4e7Rf2kb3+IOhhRGHSk2pzrOOXqTH1Q1pSDTn5S8XQi/+5Fwpq0kakKzqJt /ULg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b="SilDmNG/"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 36si19868462pgl.179.2022.01.24.13.49.32; Mon, 24 Jan 2022 13:49:46 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b="SilDmNG/"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1455978AbiAXVhB (ORCPT + 99 others); Mon, 24 Jan 2022 16:37:01 -0500 Received: from dfw.source.kernel.org ([139.178.84.217]:41414 "EHLO dfw.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1391015AbiAXUqs (ORCPT ); Mon, 24 Jan 2022 15:46:48 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id CB13B60B1A; Mon, 24 Jan 2022 20:46:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 98CB5C340E5; Mon, 24 Jan 2022 20:46:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1643057207; bh=ADWlPxviep3j3KSwqXUux5ntWlp2DypFvaeUKSbxgpI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=SilDmNG/I31KIZ7tOT8xg6lTgUxUeh7dkWq32NTeg8HWQ79yALdHWa527kKKmS36X 5ib+xQhrVyzfAGzyYdKAGC2ny2rzZjJGLx6t83Le4IzTko8ANr0r76XZ/k4otTh5cK HI+V7AOSEzGcs70unKeVoJ1Cdu42mDY4Hb3up9gg= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, German Gomex , Mike Leach , Mathieu Poirier Subject: [PATCH 5.15 736/846] Documentation: coresight: Fix documentation issue Date: Mon, 24 Jan 2022 19:44:13 +0100 Message-Id: <20220124184126.387849341@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220124184100.867127425@linuxfoundation.org> References: <20220124184100.867127425@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Mike Leach commit 66bd1333abd7fa191f13b929c9119d6cd3df27b0 upstream. Fix the description of the directories and attributes used in cs_etm as used by perf. Drop the references to the 'configurations' sub-directory which had been removed in an earlier version of the patchset. Fixes: f71cd93d5ea4 ("Documentation: coresight: Add documentation for CoreSight config") Reported-by: German Gomex Signed-off-by: Mike Leach Link: https://lore.kernel.org/r/20211117164220.14883-1-mike.leach@linaro.org Signed-off-by: Mathieu Poirier Signed-off-by: Greg Kroah-Hartman --- Documentation/trace/coresight/coresight-config.rst | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) --- a/Documentation/trace/coresight/coresight-config.rst +++ b/Documentation/trace/coresight/coresight-config.rst @@ -211,19 +211,13 @@ also declared in the perf 'cs_etm' event be selected when running trace under perf:: $ ls /sys/devices/cs_etm - configurations format perf_event_mux_interval_ms sinks type - events nr_addr_filters power + cpu0 cpu2 events nr_addr_filters power subsystem uevent + cpu1 cpu3 format perf_event_mux_interval_ms sinks type -Key directories here are 'configurations' - which lists the loaded -configurations, and 'events' - a generic perf directory which allows -selection on the perf command line.:: +The key directory here is 'events' - a generic perf directory which allows +selection on the perf command line. As with the sinks entries, this provides +a hash of the configuration name. - $ ls configurations/ - autofdo - $ cat configurations/autofdo - 0xa7c3dddd - -As with the sinks entries, this provides a hash of the configuration name. The entry in the 'events' directory uses perfs built in syntax generator to substitute the syntax for the name when evaluating the command::