From patchwork Mon Feb 1 08:20:35 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chunyan Zhang X-Patchwork-Id: 60874 Delivered-To: patch@linaro.org Received: by 10.112.130.2 with SMTP id oa2csp2880438lbb; Mon, 1 Feb 2016 00:20:57 -0800 (PST) X-Received: by 10.66.102.70 with SMTP id fm6mr36473428pab.80.1454314857033; Mon, 01 Feb 2016 00:20:57 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id rb5si22811683pab.125.2016.02.01.00.20.56; Mon, 01 Feb 2016 00:20:56 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dkim=pass header.i=@linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752560AbcBAIUz (ORCPT + 30 others); Mon, 1 Feb 2016 03:20:55 -0500 Received: from mail-pf0-f170.google.com ([209.85.192.170]:32843 "EHLO mail-pf0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752338AbcBAIUw (ORCPT ); Mon, 1 Feb 2016 03:20:52 -0500 Received: by mail-pf0-f170.google.com with SMTP id x125so80101306pfb.0 for ; Mon, 01 Feb 2016 00:20:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=4pnUbdNPS4wLf5DszEbaDBhKNwVeq+uy5U5Vo9IBIaY=; b=iNt6pDGErxBCBnpK7myHn8GLa3D2EB4sSWWwuZy74pn0G9iMXYXgWdw+Dq+624/0cC bV/w29DOcIl5Hx005+LqXc7YJA3uIT8yfT5aDU+ANbUMVUJVRFyMjexabyn4d7PnIAEZ sHfagjiC24EekNmFfbqu82z3TjfGem0HqOSUM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=4pnUbdNPS4wLf5DszEbaDBhKNwVeq+uy5U5Vo9IBIaY=; b=fh4/c2IPIW+au1d94N3fJPyDdzNwTTjEPEZewVVW5WOt5hO4/ScNwgUC7uPTScuL9k hVc8k8vbiRNoc2oV6Jk5b4FKxTDZ5asAcyxiOiX5VxbjVP9BEjsId/MUJT9SAl1RfSlT EvQK7WwM31LzwvtPSSfIel9VnvHITN4YGIJY+S/F8HVnlunzBVmiYB1k//lTdKjo0BsI b8/7jA1Bu1lYX9IZ0Bgkc9esePSgdVlX//Rs0pUMbvMYkoophpBR+cOBcQhwUuE18OPF msJZj3qibeXIt8HB3kFhEEu7ThfcX+tQaGcwQFqMBAGMnYi+KDgfn7VKi+5i+3mAm5Q/ Vpgw== X-Gm-Message-State: AG10YOQ/ELIjp76ChrSs8likFNvCWa4JCWNrtN4jK8RKHxKGv1mo7FElbEgcTGQn27WHGKr1 X-Received: by 10.98.32.5 with SMTP id g5mr7162103pfg.74.1454314852249; Mon, 01 Feb 2016 00:20:52 -0800 (PST) Received: from zcy-ubuntu.spreadtrum.com ([175.111.195.49]) by smtp.gmail.com with ESMTPSA id 191sm41032229pfa.23.2016.02.01.00.20.47 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 01 Feb 2016 00:20:51 -0800 (PST) From: Chunyan Zhang To: mathieu.poirier@linaro.org, alexander.shishkin@linux.intel.com Cc: robh@kernel.org, broonie@kernel.org, pratikp@codeaurora.org, nicolas.guion@st.com, corbet@lwn.net, mark.rutland@arm.com, zhang.lyra@gmail.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-api@vger.kernel.org, linux-doc@vger.kernel.org Subject: [PATCH 4/6] Documentations: Add explanations of the case for non-configurable masters Date: Mon, 1 Feb 2016 16:20:35 +0800 Message-Id: <1454314835-9294-1-git-send-email-zhang.chunyan@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1454313529-8860-5-git-send-email-zhang.chunyan@linaro.org> References: <1454313529-8860-5-git-send-email-zhang.chunyan@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org For some STM hardware (e.g. ARM CoreSight STM), the masterID associated to a source is set at the hardware level and not user configurable. Since the masterID information isn't available to SW, introducing a new value of -1 to reflect this reality. Signed-off-by: Chunyan Zhang --- Documentation/trace/stm.txt | 6 ++++++ 1 file changed, 6 insertions(+) -- 1.9.1 diff --git a/Documentation/trace/stm.txt b/Documentation/trace/stm.txt index ea035f9..f03bc2b 100644 --- a/Documentation/trace/stm.txt +++ b/Documentation/trace/stm.txt @@ -47,6 +47,12 @@ through 127 in it. Now, any producer (trace source) identifying itself with "user" identification string will be allocated a master and channel from within these ranges. +$ cat /config/stp-policy/dummy_stm.my-policy/user/masters +-1 -1 + +Would indicate the masters for this rule are set in hardware and +not configurable in user space. + These rules can be nested, for example, one can define a rule "dummy" under "user" directory from the example above and this new rule will be used for trace sources with the id string of "user/dummy".