Received: by 2002:a25:23cc:0:0:0:0:0 with SMTP id j195csp485040ybj; Thu, 7 May 2020 00:04:21 -0700 (PDT) X-Google-Smtp-Source: APiQypI6lB6XFYPacx8OGXJ2SUpPJuPv0CB03c7NGibGgW+VsM8oxa665UuzvMbKfj/I4YsuV7TM X-Received: by 2002:a17:906:b28f:: with SMTP id q15mr10348435ejz.188.1588835061427; Thu, 07 May 2020 00:04:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588835061; cv=none; d=google.com; s=arc-20160816; b=rpbJc6NZ6HdlPVZX2JiKYJZfygF0a5t9cMZnBqnats69T6dKZmSLqZGCE7Wo2lfAf9 8kZROAqHDGl7h2LzC3vVEEJ/dJZ5pH5x6LS0GIbfjZVDiSyp2T4D5PRZfxsjGUXisOCj Hrp1Sbfwe30CqqtE2vozln9WHQVgFDAm/W11egQQPk+BPil9fFJUdJZfEP5RjJSJKo8z 0Ubu6ggQVq3d5da6yJ+XvfM+XPgs1YWF2fcXTlyQzujA6NAY/upWFw1tEWOyK+tiNRZi vZNAOV19ugLwKMme1qu5YKDy1YUZP67AyTd7X73JTgNDC9ve5wqpG/nCpKMjFh5rSiCf 8WRQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :ironport-sdr:ironport-sdr; bh=cE7nVVwod/abkkwFXx9+iEC8+u+sDzFM4HLlBI6sICY=; b=CQKifCjLIHdE/ovMo7izktYZV97/q2tMLiJRC8uQUzBHT+JmyHVlGElm50J7Y5jrKP hAlwQGCC23GpJAMzD0JYxNTOFYKWrV9nr8g/eXMYd9EbFtRiv8/2B27If/9j37s86hWU rVBXlBYimd1c/yfqlfu2nYqq+x5wWHNFE1Y99Rn7BPwZDBMFohxEqZMRC6ROzh13t9Zr nKuUu+W7gVdhR8/3mqH8/Nj6sOW+Q7ZW35dJoswVgvsD+4+YrwHvXPWnC5bwhtHTbBFi yF7HaziFm0i1p0XY2YPSygnY8xCMwZ+HedU2E9aQWCeqYLjXcsX0Bc56HlZywPFjkECu UveA== ARC-Authentication-Results: i=1; mx.google.com; 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=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id kt5si2783223ejb.455.2020.05.07.00.03.58; Thu, 07 May 2020 00:04:21 -0700 (PDT) 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; 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=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726515AbgEGHAX (ORCPT + 99 others); Thu, 7 May 2020 03:00:23 -0400 Received: from mga04.intel.com ([192.55.52.120]:18356 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726320AbgEGHAX (ORCPT ); Thu, 7 May 2020 03:00:23 -0400 IronPort-SDR: FrbUjn/qPGg3lgTX+XFchSdQ46VDQj6iuve+KJo+JPyUlE7DWxBh8zvIHd3u5CqLE5Pac+7/jr LH5zGUkgFtXA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 May 2020 00:00:22 -0700 IronPort-SDR: uA48G0ak6r7Ujr3fd0rvZwpXAVxnEe39zJLxYSAJ3NTH4pk1M1y8/PzhaaJi6oiWs0hcOIGGpu AZAwRAO+BXjA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,362,1583222400"; d="scan'208";a="370026057" Received: from kbl-ppc.sh.intel.com ([10.239.159.118]) by fmsmga001.fm.intel.com with ESMTP; 07 May 2020 00:00:20 -0700 From: Jin Yao To: acme@kernel.org, jolsa@kernel.org, peterz@infradead.org, mingo@redhat.com, alexander.shishkin@linux.intel.com Cc: Linux-kernel@vger.kernel.org, ak@linux.intel.com, kan.liang@intel.com, yao.jin@intel.com, Jin Yao Subject: [PATCH v3 0/4] perf stat: Support overall statistics for interval mode Date: Thu, 7 May 2020 14:58:18 +0800 Message-Id: <20200507065822.8255-1-yao.jin@linux.intel.com> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Currently perf-stat supports to print counts at regular interval (-I), but it's not very easy for user to get the overall statistics. With this patchset, it supports to report the summary at the end of interval output. For example, root@kbl-ppc:~# perf stat -e cycles -I1000 --interval-count 2 # time counts unit events 1.000412064 2,281,114 cycles 2.001383658 2,547,880 cycles Performance counter stats for 'system wide': 4,828,994 cycles 2.002860349 seconds time elapsed root@kbl-ppc:~# perf stat -e cycles,instructions -I1000 --interval-count 2 # time counts unit events 1.000389902 1,536,093 cycles 1.000389902 420,226 instructions # 0.27 insn per cycle 2.001433453 2,213,952 cycles 2.001433453 735,465 instructions # 0.33 insn per cycle Performance counter stats for 'system wide': 3,750,045 cycles 1,155,691 instructions # 0.31 insn per cycle 2.003023361 seconds time elapsed root@kbl-ppc:~# perf stat -M CPI,IPC -I1000 --interval-count 2 # time counts unit events 1.000435121 905,303 inst_retired.any # 2.9 CPI 1.000435121 2,663,333 cycles 1.000435121 914,702 inst_retired.any # 0.3 IPC 1.000435121 2,676,559 cpu_clk_unhalted.thread 2.001615941 1,951,092 inst_retired.any # 1.8 CPI 2.001615941 3,551,357 cycles 2.001615941 1,950,837 inst_retired.any # 0.5 IPC 2.001615941 3,551,044 cpu_clk_unhalted.thread Performance counter stats for 'system wide': 2,856,395 inst_retired.any # 2.2 CPI 6,214,690 cycles 2,865,539 inst_retired.any # 0.5 IPC 6,227,603 cpu_clk_unhalted.thread 2.003403078 seconds time elapsed v3: --- 1. 'perf stat: Fix wrong per-thread runtime stat for interval mode' is a new patch which fixes an existing issue found in test. 2. We use the prev_raw_counts for summary counts. Drop the summary_counts in v2. 3. Fix some issues. v2: --- Rebase to perf/core branch Jin Yao (4): perf stat: Fix wrong per-thread runtime stat for interval mode perf counts: Reset prev_raw_counts counts perf stat: Copy counts from prev_raw_counts to evsel->counts perf stat: Report summary for interval mode tools/perf/builtin-stat.c | 27 +++++++++++++++++++++++++-- tools/perf/util/counts.c | 5 +++++ tools/perf/util/counts.h | 2 ++ tools/perf/util/evsel.c | 1 + tools/perf/util/stat.c | 27 ++++++++++++++++++++++++++- tools/perf/util/stat.h | 2 ++ 6 files changed, 61 insertions(+), 3 deletions(-) -- 2.17.1