Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1712242

[PATCH v2 0/4] perf annotate: Support --show-nr-samples and circulating view

From Taeung Song <treeze.taeung@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/4] perf annotate: Support --show-nr-samples and circulating view
Date 2017-08-15 17:20 +0200
Message-ID <ueLNo-2Xb-17@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hello,

Add --show-nr-samples option to perf-annotate
so that it corresponds with perf-report.

And support the three view based on percent,
total period and number of samples on the annotate TUI browser,
circulating them like below:

  Percent -> Period -> Samples -> Percent ...

I'd appreciate some feedback on my patchkit. :)
The code is available on 'perf/ann-nr-samples' branch at

  git://github.com/taeung/linux-perf.git

Thanks,
Taeung

v2:
- period and nr-samples view can't be used at the same time (Arnaldo)

Taeung Song (4):
  perf annotate stdio: Support --show-nr-samples option
  perf annotate: Period and samples view can't be used at the same time
  perf annotate browser: Support --show-nr-samples option
  perf annotate browser: Circulate percent, total period and samples
    view

 tools/perf/builtin-annotate.c     | 10 ++++++++--
 tools/perf/ui/browsers/annotate.c | 31 +++++++++++++++++++++++++------
 tools/perf/util/annotate.c        |  6 +++++-
 3 files changed, 38 insertions(+), 9 deletions(-)

-- 
2.7.4

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH v2 0/4] perf annotate: Support --show-nr-samples and circulating view Taeung Song <treeze.taeung@gmail.com> - 2017-08-15 17:20 +0200

csiph-web