From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753830AbdHXQ1o (ORCPT ); Thu, 24 Aug 2017 12:27:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53690 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753808AbdHXQ1l (ORCPT ); Thu, 24 Aug 2017 12:27:41 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com E4C1861476 Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=none smtp.mailfrom=jolsa@kernel.org DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com E4C1861476 From: Jiri Olsa To: Arnaldo Carvalho de Melo , Peter Zijlstra Cc: lkml , Ingo Molnar , Alexander Shishkin , Namhyung Kim , David Ahern , Andi Kleen , Mark Rutland Subject: [PATCH 00/10] perf: inherit_stat related fixes Date: Thu, 24 Aug 2017 18:27:27 +0200 Message-Id: <20170824162737.7813-1-jolsa@kernel.org> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Thu, 24 Aug 2017 16:27:41 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org hi, Mark reported an issue with inherit_stat code and posted a fix [1]. I found we have some issues with that in perf tool as well, so sending his fix together with perf tool fixes. The patchset is also available in: git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git perf/values thanks, jirka [1] https://marc.info/?l=linux-kernel&m=150238662928203&w=2 --- Jiri Olsa (10): perf/x86: Add warning on proper cpu during event's update perf: Fix leader for removed sibling event in perf_group_detach perf: Make sure we read only scheduled events perf record: Set read_format for inherit_stat perf report: Add dump_read function perf values: Fix thread index bug perf values: Fix allocation check perf values: Zero value buffers perf report: Group stat values on global event id perf stat: Support inherit/no-inherit terms arch/x86/events/core.c | 2 ++ kernel/events/core.c | 11 ++++++++--- tools/perf/builtin-report.c | 6 +----- tools/perf/builtin-stat.c | 19 +++++++++++++++++++ tools/perf/util/evsel.c | 7 ++++++- tools/perf/util/parse-events.c | 2 ++ tools/perf/util/session.c | 25 +++++++++++++++++++++++++ tools/perf/util/values.c | 17 +++++++++++------ 8 files changed, 74 insertions(+), 15 deletions(-)