Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1585355 > unrolled thread
| Started by | Hari Bathini <hbathini@linux.vnet.ibm.com> |
|---|---|
| First post | 2017-02-21 15:10 +0100 |
| Last post | 2017-02-21 15:10 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[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
| From | Hari Bathini <hbathini@linux.vnet.ibm.com> |
|---|---|
| Date | 2017-02-21 15:10 +0100 |
| Subject | [PATCH v7 7/8] perf tool: update about the new option to show namespace events |
| Message-ID | <tdjiG-3At-27@gated-at.bofh.it> |
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 top | Article view | linux.kernel
csiph-web