Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1561778
| From | Jiri Olsa <jolsa@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v5 2/3] perf tool: add PERF_RECORD_NAMESPACES to include namespaces related info |
| Date | 2017-01-18 14:30 +0100 |
| Message-ID | <t0Ytl-4D1-45@gated-at.bofh.it> (permalink) |
| References | <t0CM9-88g-1@gated-at.bofh.it> <t0CMa-88g-33@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 <hbathini@linux.vnet.ibm.com> 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
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v5 0/3] perf: add support for analyzing events for containers Hari Bathini <hbathini@linux.vnet.ibm.com> - 2017-01-17 15:20 +0100
[PATCH v5 3/3] perf tool: add cgroup identifier entry in perf report Hari Bathini <hbathini@linux.vnet.ibm.com> - 2017-01-17 15:20 +0100
[PATCH v5 1/3] perf: add PERF_RECORD_NAMESPACES to include namespaces related info Hari Bathini <hbathini@linux.vnet.ibm.com> - 2017-01-17 15:20 +0100
Re: [PATCH v5 1/3] perf: add PERF_RECORD_NAMESPACES to include namespaces related info Peter Zijlstra <peterz@infradead.org> - 2017-01-18 15:30 +0100
Re: [PATCH v5 1/3] perf: add PERF_RECORD_NAMESPACES to include namespaces related info Hari Bathini <hbathini@linux.vnet.ibm.com> - 2017-01-20 17:00 +0100
Re: [PATCH v5 1/3] perf: add PERF_RECORD_NAMESPACES to include namespaces related info Peter Zijlstra <peterz@infradead.org> - 2017-01-20 18:00 +0100
[PATCH v5 2/3] perf tool: add PERF_RECORD_NAMESPACES to include namespaces related info Hari Bathini <hbathini@linux.vnet.ibm.com> - 2017-01-17 15:20 +0100
Re: [PATCH v5 2/3] perf tool: add PERF_RECORD_NAMESPACES to include namespaces related info Jiri Olsa <jolsa@redhat.com> - 2017-01-18 14:30 +0100
csiph-web