From patchwork Wed Jul 20 20:38:19 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Poirier X-Patchwork-Id: 72493 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp74464qga; Wed, 20 Jul 2016 13:39:17 -0700 (PDT) X-Received: by 10.66.199.72 with SMTP id ji8mr77356252pac.52.1469047157544; Wed, 20 Jul 2016 13:39:17 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id bn10si5198402pac.174.2016.07.20.13.39.16; Wed, 20 Jul 2016 13:39:17 -0700 (PDT) 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; dkim=pass header.i=@linaro.org; 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; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755340AbcGTUi7 (ORCPT + 29 others); Wed, 20 Jul 2016 16:38:59 -0400 Received: from mail-io0-f181.google.com ([209.85.223.181]:33661 "EHLO mail-io0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755265AbcGTUia (ORCPT ); Wed, 20 Jul 2016 16:38:30 -0400 Received: by mail-io0-f181.google.com with SMTP id 38so58396949iol.0 for ; Wed, 20 Jul 2016 13:38:30 -0700 (PDT) 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=bBedE+GJolN99KHkawmdWx4FvOPNWl/vYqQk8N66Fvk=; b=ePjXRILlSOAmtuZAwvndx5WRFuIaiH7BLQXlsncPqthuWi4OG+GQfEABEZRANhOCD/ d8bxMrLN99ylrXDiTmPlb77td+ta7jU4Zv8baEUMLbGqGLWymRb2CrhyPBniny77nDj6 y0/Pq5lF5XQt08nWB8KujNyiFjhOs3XUEGMg0= 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=bBedE+GJolN99KHkawmdWx4FvOPNWl/vYqQk8N66Fvk=; b=EeFqeKLv6YQjIPSjT2OE+1bLTBVh9pHC5ESM2BB5wbHae7AcvucDSOVh+zFYvpFUZ6 6+lwcbrmC9goPE7TXMV4nCHQg34T2CGrqr473JcCtjzszKQv5EDCpyYl4jLvlOla/qtg waFWbtyo/leadk80Vw9y3gIoRH+Vx8ccZv6feSTslJ4rwiNvifmCptkDGlMhccwn2Zzn qQFvR34CMWV9EQarBT1qM36F7LptmshzDzV38RLQiLSh5i6rK57FxOrHZjp2nGB7DqlG ZKgmq/Pm5rn7UcoLpX9Z58RS6JUaak/YMDUwLJOHDzn7azB/PdE7N+cyivWtL3XILmok w/Nw== X-Gm-Message-State: ALyK8tKdKWcNs9P8WTH41uOeilCb4CchBBxnco4ZFzNOlw5fOrta5zvO/pEdRmSwsvNEmRgO X-Received: by 10.107.17.147 with SMTP id 19mr21798839ior.22.1469047109450; Wed, 20 Jul 2016 13:38:29 -0700 (PDT) Received: from t430.cg.shawcable.net (S0106002369de4dac.cg.shawcable.net. [68.147.8.254]) by smtp.gmail.com with ESMTPSA id b14sm9580262itd.11.2016.07.20.13.38.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 20 Jul 2016 13:38:28 -0700 (PDT) From: Mathieu Poirier To: acme@kernel.org, jolsa@kernel.org Cc: peterz@infradead.org, mingo@redhat.com, alexander.shishkin@linux.intel.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH V2 5/6] coresight: adding sink parameter to function coresight_build_path() Date: Wed, 20 Jul 2016 14:38:19 -0600 Message-Id: <1469047100-18131-6-git-send-email-mathieu.poirier@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1469047100-18131-1-git-send-email-mathieu.poirier@linaro.org> References: <1469047100-18131-1-git-send-email-mathieu.poirier@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Up to now function coresight_build_path() was counting on a sink to have been selected (from sysFS) prior to being called. This patch adds a string argument so that a sink matching the argument can be selected. Signed-off-by: Mathieu Poirier --- drivers/hwtracing/coresight/coresight-etm-perf.c | 2 +- drivers/hwtracing/coresight/coresight-priv.h | 3 +- drivers/hwtracing/coresight/coresight.c | 40 +++++++++++++++--------- 3 files changed, 29 insertions(+), 16 deletions(-) -- 2.7.4 diff --git a/drivers/hwtracing/coresight/coresight-etm-perf.c b/drivers/hwtracing/coresight/coresight-etm-perf.c index f4174f36c5a0..f8c7a8733b23 100644 --- a/drivers/hwtracing/coresight/coresight-etm-perf.c +++ b/drivers/hwtracing/coresight/coresight-etm-perf.c @@ -184,7 +184,7 @@ static void *etm_setup_aux(struct perf_event *event, void **pages, * list of devices from source to sink that can be * referenced later when the path is actually needed. */ - event_data->path[cpu] = coresight_build_path(csdev); + event_data->path[cpu] = coresight_build_path(csdev, NULL); if (!event_data->path[cpu]) goto err; } diff --git a/drivers/hwtracing/coresight/coresight-priv.h b/drivers/hwtracing/coresight/coresight-priv.h index ad975c58080d..3cb574b3cdd9 100644 --- a/drivers/hwtracing/coresight/coresight-priv.h +++ b/drivers/hwtracing/coresight/coresight-priv.h @@ -94,7 +94,8 @@ static inline void CS_UNLOCK(void __iomem *addr) void coresight_disable_path(struct list_head *path); int coresight_enable_path(struct list_head *path, u32 mode); struct coresight_device *coresight_get_sink(struct list_head *path); -struct list_head *coresight_build_path(struct coresight_device *csdev); +struct list_head *coresight_build_path(struct coresight_device *csdev, + const char *sink); void coresight_release_path(struct list_head *path); #ifdef CONFIG_CORESIGHT_SOURCE_ETM3X diff --git a/drivers/hwtracing/coresight/coresight.c b/drivers/hwtracing/coresight/coresight.c index d08d1ab9bba5..cbbb51a16dff 100644 --- a/drivers/hwtracing/coresight/coresight.c +++ b/drivers/hwtracing/coresight/coresight.c @@ -372,30 +372,41 @@ struct coresight_device *coresight_get_sink(struct list_head *path) * _coresight_build_path - recursively build a path from a @csdev to a sink. * @csdev: The device to start from. * @path: The list to add devices to. + * @sink: The name of the sink this path should connect with. * - * The tree of Coresight device is traversed until an activated sink is - * found. From there the sink is added to the list along with all the - * devices that led to that point - the end result is a list from source - * to sink. In that list the source is the first device and the sink the - * last one. + * The tree of Coresight device is traversed until an activated sink or + * the one specified by @sink is found. + * From there the sink is added to the list along with all the devices that + * led to that point - the end result is a list from source to sink. In that + * list the source is the first device and the sink the last one. */ static int _coresight_build_path(struct coresight_device *csdev, - struct list_head *path) + struct list_head *path, const char *sink) { int i; bool found = false; struct coresight_node *node; - /* An activated sink has been found. Enqueue the element */ - if ((csdev->type == CORESIGHT_DEV_TYPE_SINK || - csdev->type == CORESIGHT_DEV_TYPE_LINKSINK) && csdev->activated) - goto out; + /* + * First see if we are dealing with a sink. If we have one check if + * it was selected via sysFS or the perf cmd line. + */ + if (csdev->type == CORESIGHT_DEV_TYPE_SINK || + csdev->type == CORESIGHT_DEV_TYPE_LINKSINK) { + /* Activated via perf cmd line */ + if (sink && !strcmp(dev_name(&csdev->dev), sink)) + goto out; + /* Activated via sysFS */ + if (csdev->activated) + goto out; + } /* Not a sink - recursively explore each port found on this element */ for (i = 0; i < csdev->nr_outport; i++) { struct coresight_device *child_dev = csdev->conns[i].child_dev; - if (child_dev && _coresight_build_path(child_dev, path) == 0) { + if (child_dev && + _coresight_build_path(child_dev, path, sink) == 0) { found = true; break; } @@ -422,7 +433,8 @@ out: return 0; } -struct list_head *coresight_build_path(struct coresight_device *csdev) +struct list_head *coresight_build_path(struct coresight_device *csdev, + const char *sink) { struct list_head *path; int rc; @@ -433,7 +445,7 @@ struct list_head *coresight_build_path(struct coresight_device *csdev) INIT_LIST_HEAD(path); - rc = _coresight_build_path(csdev, path); + rc = _coresight_build_path(csdev, path, sink); if (rc) { kfree(path); return ERR_PTR(rc); @@ -508,7 +520,7 @@ int coresight_enable(struct coresight_device *csdev) if (csdev->enable) goto out; - path = coresight_build_path(csdev); + path = coresight_build_path(csdev, NULL); if (IS_ERR(path)) { pr_err("building path(s) failed\n"); ret = PTR_ERR(path);