From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753197AbdARNV6 (ORCPT ); Wed, 18 Jan 2017 08:21:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49358 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752914AbdARNVz (ORCPT ); Wed, 18 Jan 2017 08:21:55 -0500 Date: Wed, 18 Jan 2017 14:14:01 +0100 From: Jiri Olsa To: Hari Bathini Cc: ast@fb.com, peterz@infradead.org, lkml , acme@kernel.org, alexander.shishkin@linux.intel.com, mingo@redhat.com, daniel@iogearbox.net, rostedt@goodmis.org, Ananth N Mavinakayanahalli , ebiederm@xmission.com, sargun@sargun.me, Aravinda Prasad , brendan.d.gregg@gmail.com Subject: Re: [PATCH v5 2/3] perf tool: add PERF_RECORD_NAMESPACES to include namespaces related info Message-ID: <20170118131401.GB22162@krava> References: <148466259095.32153.10361763951552633449.stgit@hbathini.in.ibm.com> <148466265189.32153.11889447823332171550.stgit@hbathini.in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <148466265189.32153.11889447823332171550.stgit@hbathini.in.ibm.com> User-Agent: Mutt/1.7.1 (2016-10-04) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Wed, 18 Jan 2017 13:14:06 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 17, 2017 at 07:47:38PM +0530, Hari Bathini wrote: > This patch updates perf tool to examine PERF_RECORD_NAMESPACES events > emitted by the kernel when fork, clone, setns or unshare are invoked. > Also, it synthesizes PERF_RECORD_NAMESPACES events for processes that > were running prior to invocation of perf record, the data for which > is taken from /proc/$PID/ns. These changes make way for analyzing > events with regard to namespaces. > > Signed-off-by: Hari Bathini could you please rebase this on latest Arnaldo's perf/core? I've got following conflicts: patching file tools/include/uapi/linux/perf_event.h patching file tools/perf/builtin-annotate.c patching file tools/perf/builtin-diff.c patching file tools/perf/builtin-inject.c patching file tools/perf/builtin-kmem.c Hunk #1 succeeded at 965 (offset 1 line). patching file tools/perf/builtin-kvm.c patching file tools/perf/builtin-lock.c patching file tools/perf/builtin-mem.c patching file tools/perf/builtin-record.c Hunk #1 FAILED at 842. Hunk #2 succeeded at 982 (offset 33 lines). Hunk #3 succeeded at 996 (offset 33 lines). Hunk #4 succeeded at 1515 (offset 109 lines). Hunk #5 succeeded at 1630 (offset 109 lines). 1 out of 5 hunks FAILED -- saving rejects to file tools/perf/builtin-record.c.rej patching file tools/perf/builtin-report.c patching file tools/perf/builtin-sched.c Hunk #1 succeeded at 3272 (offset 105 lines). patching file tools/perf/builtin-script.c Hunk #5 FAILED at 2219. 1 out of 5 hunks FAILED -- saving rejects to file tools/perf/builtin-script.c.rej patching file tools/perf/builtin-trace.c Hunk #1 succeeded at 2415 (offset 1 line). patching file tools/perf/perf.h patching file tools/perf/util/Build patching file tools/perf/util/data-convert-bt.c patching file tools/perf/util/event.c patching file tools/perf/util/event.h patching file tools/perf/util/evsel.c patching file tools/perf/util/machine.c Hunk #2 succeeded at 502 (offset 19 lines). Hunk #3 succeeded at 1570 (offset 19 lines). patching file tools/perf/util/machine.h patching file tools/perf/util/namespaces.c patching file tools/perf/util/namespaces.h patching file tools/perf/util/session.c patching file tools/perf/util/thread.c patching file tools/perf/util/thread.h patching file tools/perf/util/tool.h thanks, jirka