Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1585355
| From | Hari Bathini <hbathini@linux.vnet.ibm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v7 7/8] perf tool: update about the new option to show namespace events |
| Date | 2017-02-21 15:10 +0100 |
| Message-ID | <tdjiG-3At-27@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 show namespace events, update the perf-script documentation accordingly. Signed-off-by: Hari Bathini <hbathini@linux.vnet.ibm.com> --- tools/perf/Documentation/perf-script.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/perf/Documentation/perf-script.txt b/tools/perf/Documentation/perf-script.txt index 4ed5f23..62c9b0c 100644 --- a/tools/perf/Documentation/perf-script.txt +++ b/tools/perf/Documentation/perf-script.txt @@ -248,6 +248,9 @@ OPTIONS --show-mmap-events Display mmap related events (e.g. MMAP, MMAP2). +--show-namespace-events + Display namespace events i.e. events of type PERF_RECORD_NAMESPACES. + --show-switch-events Display context switch events i.e. events of type PERF_RECORD_SWITCH or PERF_RECORD_SWITCH_CPU_WIDE.
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v7 7/8] perf tool: update about the new option to show namespace events Hari Bathini <hbathini@linux.vnet.ibm.com> - 2017-02-21 15:10 +0100
csiph-web