Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp5156968ybl; Tue, 10 Dec 2019 01:15:53 -0800 (PST) X-Google-Smtp-Source: APXvYqxiwpMyQ7HZMHUuq43t65QcePQvk1x4ivzh7KlZwmJE1BtZAwY8cW55WCes6OH8Dlcmsbuz X-Received: by 2002:aca:37d7:: with SMTP id e206mr3171433oia.87.1575969353639; Tue, 10 Dec 2019 01:15:53 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575969353; cv=none; d=google.com; s=arc-20160816; b=B6lWpejlZSAOsto8JWHHbZPfd1hZ8CS4nMVBAEk9onAkJOb6RkDB6bDjX2TyhVGNZX 6s2Qi7xj/M/6MYTq0HiidiY5LJYYaTDka4F0HTJbnD72+SZalXg5w1C9VEueB2nTM712 ppRgApRlhwf/WV5wXlLqVnyGflTT7n4PKIrqEugTmP91LMsglmrFrhCljkrhrO86Ul4H fIr+c4JLCE8YRYf4v15VG1nFLpi0ah76a+ZlSaQFsqyx3NH5mzjQ0XB584NgFDdU3z2V WBW9NhVcK3vuYW5VIV+xWa8jnsgLfoMhQODeL1gcRinIQnH3hlmtSypXkW3DYfa+wRyo rHyA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=zoLX04cUif6MktBw2FKkcF9zEwP/9aOzUuze9ioXOB4=; b=CYPH1GDuqwD0wsU96vzy46YcXqU0vBsRu9OatfL0Mbv0WV+zksuA06DUhdyA1U/S1y dRo2vf9+aon+b86srhYwj5pzWDZwx2sQFS5pl00zC/zceOindxtTWGgScfecA9y32p9f RZrQQrPvn99TJC3IRE+Zbjz5pq2WKf1saOoKHx9PNSb/NX9CfR4erfCAkkCBz1xrkhWE OFnt+PNphwkLPQwTgFEIpnYvCvU+wnXAT4iZI6T/5um0Io3MMKhTuJsvKdN9M2rPM9gn AAdW2V4KYu8dhtmnXulWG8zl1RsUPd/1PNuav4O+fchKbG1ScvBQ8BOsDt0JnI5LPvrU omAw== ARC-Authentication-Results: i=1; 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a1si1540616otr.45.2019.12.10.01.15.41; Tue, 10 Dec 2019 01:15:53 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727178AbfLJJO4 (ORCPT + 99 others); Tue, 10 Dec 2019 04:14:56 -0500 Received: from mga12.intel.com ([192.55.52.136]:29109 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726911AbfLJJO4 (ORCPT ); Tue, 10 Dec 2019 04:14:56 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Dec 2019 01:14:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,299,1571727600"; d="scan'208";a="244777863" Received: from nntpdsd52-183.inn.intel.com ([10.125.52.183]) by fmsmga002.fm.intel.com with ESMTP; 10 Dec 2019 01:14:52 -0800 From: roman.sudarikov@linux.intel.com To: peterz@infradead.org, mingo@redhat.com, acme@kernel.org, mark.rutland@arm.com, alexander.shishkin@linux.intel.com, jolsa@redhat.com, namhyung@kernel.org, linux-kernel@vger.kernel.org, eranian@google.com, bgregg@netflix.com, ak@linux.intel.com, kan.liang@linux.intel.com Cc: alexander.antonov@intel.com, roman.sudarikov@linux.intel.com Subject: [PATCH v2 0/3] perf x86: Exposing IO stack to IO PMON mapping through sysfs Date: Tue, 10 Dec 2019 12:14:48 +0300 Message-Id: <20191210091451.6054-1-roman.sudarikov@linux.intel.com> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Roman Sudarikov The previous version can be found at: v1: https://lkml.org/lkml/2019/11/26/447 Changes in this revision are: v1 -> v2: - Fixed process related issues; - This patch set includes kernel support for IIO stack to PMON mapping; - Stephane raised concerns regarding output format which may require code changes in the user space part of the feature only. We will continue output format discussion in the context of user space update. Intel® Xeon® Scalable processor family (code name Skylake-SP) makes significant changes in the integrated I/O (IIO) architecture. The new solution introduces IIO stacks which are responsible for managing traffic between the PCIe domain and the Mesh domain. Each IIO stack has its own PMON block and can handle either DMI port, x16 PCIe root port, MCP-Link or various built-in accelerators. IIO PMON blocks allow concurrent monitoring of I/O flows up to 4 x4 bifurcation within each IIO stack. Software is supposed to program required perf counters within each IIO stack and gather performance data. The tricky thing here is that IIO PMON reports data per IIO stack but users have no idea what IIO stacks are - they only know devices which are connected to the platform. Understanding IIO stack concept to find which IIO stack that particular IO device is connected to, or to identify an IIO PMON block to program for monitoring specific IIO stack assumes a lot of implicit knowledge about given Intel server platform architecture. This patch set introduces: 1. An infrastructure for exposing an Uncore unit to Uncore PMON mapping through sysfs-backend; 2. A new --iiostat mode in perf stat to provide I/O performance metrics per I/O device. Usage examples: 1. List all devices below IIO stacks ./perf stat --iiostat=show Sample output w/o libpci: S0-RootPort0-uncore_iio_0<00:00.0> S1-RootPort0-uncore_iio_0<81:00.0> S0-RootPort1-uncore_iio_1<18:00.0> S1-RootPort1-uncore_iio_1<86:00.0> S1-RootPort1-uncore_iio_1<88:00.0> S0-RootPort2-uncore_iio_2<3d:00.0> S1-RootPort2-uncore_iio_2 S1-RootPort3-uncore_iio_3 Sample output with libpci: S0-RootPort0-uncore_iio_0<00:00.0 Sky Lake-E DMI3 Registers> S1-RootPort0-uncore_iio_0<81:00.0 Ethernet Controller X710 for 10GbE SFP+> S0-RootPort1-uncore_iio_1<18:00.0 Omni-Path HFI Silicon 100 Series [discrete]> S1-RootPort1-uncore_iio_1<86:00.0 Ethernet Controller XL710 for 40GbE QSFP+> S1-RootPort1-uncore_iio_1<88:00.0 Ethernet Controller XL710 for 40GbE QSFP+> S0-RootPort2-uncore_iio_2<3d:00.0 Ethernet Connection X722 for 10GBASE-T> S1-RootPort2-uncore_iio_2 S1-RootPort3-uncore_iio_3 2. Collect metrics for all I/O devices below IIO stack ./perf stat --iiostat -- dd if=/dev/zero of=/dev/nvme0n1 bs=1M oflag=direct 357708+0 records in 357707+0 records out 375083606016 bytes (375 GB, 349 GiB) copied, 215.381 s, 1.7 GB/s Performance counter stats for 'system wide': device Inbound Read(MB) Inbound Write(MB) Outbound Read(MB) Outbound Write(MB) 00:00.0 0 0 0 0 81:00.0 0 0 0 0 18:00.0 0 0 0 0 86:00.0 0 0 0 0 88:00.0 0 0 0 0 3b:00.0 3 0 0 0 3c:03.0 3 0 0 0 3d:00.0 3 0 0 0 af:00.0 0 0 0 0 da:00.0 358559 44 0 22 215.383783574 seconds time elapsed 3. Collect metrics for comma separted list of I/O devices ./perf stat --iiostat=da:00.0 -- dd if=/dev/zero of=/dev/nvme0n1 bs=1M oflag=direct 381555+0 records in 381554+0 records out 400088457216 bytes (400 GB, 373 GiB) copied, 374.044 s, 1.1 GB/s Performance counter stats for 'system wide': device Inbound Read(MB) Inbound Write(MB) Outbound Read(MB) Outbound Write(MB) da:00.0 382462 47 0 23 374.045775505 seconds time elapsed Roman Sudarikov (3): perf x86: Infrastructure for exposing an Uncore unit to PMON mapping perf x86: Add compaction function for uncore attributes perf x86: Exposing an Uncore unit to PMON for Intel Xeon® server platform arch/x86/events/intel/uncore.c | 50 ++++++++- arch/x86/events/intel/uncore.h | 10 +- arch/x86/events/intel/uncore_snbep.c | 162 +++++++++++++++++++++++++++ 3 files changed, 220 insertions(+), 2 deletions(-) base-commit: 219d54332a09e8d8741c1e1982f5eae56099de85 -- 2.19.1