Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1585362
| From | Hari Bathini <hbathini@linux.vnet.ibm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v7 3/8] perf tool: update about the new option to record namespace events |
| Date | 2017-02-21 15:10 +0100 |
| Message-ID | <tdjiG-3At-31@gated-at.bofh.it> (permalink) |
| References | <tdjiF-3At-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Now that we have a new option to record namespace events, update the perf-record documentation accordingly. Signed-off-by: Hari Bathini <hbathini@linux.vnet.ibm.com> --- tools/perf/Documentation/perf-record.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/perf/Documentation/perf-record.txt b/tools/perf/Documentation/perf-record.txt index 27256bc..9c85a65 100644 --- a/tools/perf/Documentation/perf-record.txt +++ b/tools/perf/Documentation/perf-record.txt @@ -347,6 +347,9 @@ Enable weightened sampling. An additional weight is recorded per sample and can displayed with the weight and local_weight sort keys. This currently works for TSX abort events and some memory events in precise mode on modern Intel CPUs. +--namespaces:: +Record events of type PERF_RECORD_NAMESPACES. + --transaction:: Record transaction flags for transaction related events.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v7 0/8] perf: add support for analyzing events for containers Hari Bathini <hbathini@linux.vnet.ibm.com> - 2017-02-21 15:10 +0100
[PATCH v7 8/8] perf tool: add cgroup identifier entry in perf report Hari Bathini <hbathini@linux.vnet.ibm.com> - 2017-02-21 15:10 +0100
Re: [PATCH v7 8/8] perf tool: add cgroup identifier entry in perf report Jiri Olsa <jolsa@redhat.com> - 2017-02-22 17:50 +0100
[PATCH v7 5/8] perf tool: add print support for namespace events Hari Bathini <hbathini@linux.vnet.ibm.com> - 2017-02-21 15:10 +0100
[PATCH v7 3/8] perf tool: update about the new option to record namespace events Hari Bathini <hbathini@linux.vnet.ibm.com> - 2017-02-21 15:10 +0100
[PATCH v7 6/8] perf tool: add script print support for namespace events Hari Bathini <hbathini@linux.vnet.ibm.com> - 2017-02-21 15:10 +0100
[PATCH v7 4/8] perf tool: synthesize namespace events for current processes Hari Bathini <hbathini@linux.vnet.ibm.com> - 2017-02-21 15:10 +0100
Re: [PATCH v7 0/8] perf: add support for analyzing events for containers Jiri Olsa <jolsa@redhat.com> - 2017-02-22 12:20 +0100
Re: [PATCH v7 0/8] perf: add support for analyzing events for containers Hari Bathini <hbathini@linux.vnet.ibm.com> - 2017-02-22 13:50 +0100
Re: [PATCH v7 0/8] perf: add support for analyzing events for containers Jiri Olsa <jolsa@redhat.com> - 2017-02-22 15:00 +0100
csiph-web