[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170824162737.7813-1-jolsa@kernel.org>
Date: Thu, 24 Aug 2017 18:27:27 +0200
From: Jiri Olsa <jolsa@...nel.org>
To: Arnaldo Carvalho de Melo <acme@...nel.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>
Cc: lkml <linux-kernel@...r.kernel.org>,
Ingo Molnar <mingo@...nel.org>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Namhyung Kim <namhyung@...nel.org>,
David Ahern <dsahern@...il.com>,
Andi Kleen <andi@...stfloor.org>,
Mark Rutland <mark.rutland@....com>
Subject: [PATCH 00/10] perf: inherit_stat related fixes
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(-)
Powered by blists - more mailing lists