Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1501071 > unrolled thread
| Started by | Arnaldo Carvalho de Melo <acme@kernel.org> |
|---|---|
| First post | 2016-10-14 18:00 +0200 |
| Last post | 2016-10-14 18:00 +0200 |
| 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.
Re: [PATCH] perf: dynamically change verbosity level in perf top Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-10-14 18:00 +0200
| From | Arnaldo Carvalho de Melo <acme@kernel.org> |
|---|---|
| Date | 2016-10-14 18:00 +0200 |
| Subject | Re: [PATCH] perf: dynamically change verbosity level in perf top |
| Message-ID | <ssd3Q-3e1-9@gated-at.bofh.it> |
Em Wed, Oct 12, 2016 at 11:48:22PM +0200, Alexis Berlemont escreveu: > Hi, > > Here is a small patch which tries to fulfill a point in the perf todo > list: > > * Make pressing 'V' multiple times to go on cycling thru various > verbosity levels in 'perf top', so that info that is present in > 'perf top -v' can be obtained without having to restart the tool > (acme). > > After a small grep in the code, the max verbosity level seems 3; so, > we cycle at 4; I did not dare define a MAX_VERBOSE_LEVEL constant. Works like a charm, thanks for doing this, feel free to go over other entries in that list :-) I made changes only in the cset log message, adding the text you wrote above and adding a: Suggested-and-Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Thanks! - Arnaldo > Alexis. > > Alexis Berlemont (1): > perf: dynamically change verbosity level in perf top > > tools/perf/ui/browsers/hists.c | 5 ++++- > tools/perf/util/map.c | 17 ++++++++++++----- > 2 files changed, 16 insertions(+), 6 deletions(-) > > -- > 2.10.0
Back to top | Article view | linux.kernel
csiph-web