lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Wed, 16 Aug 2017 00:13:03 +0900
From:   Taeung Song <treeze.taeung@...il.com>
To:     Arnaldo Carvalho de Melo <acme@...nel.org>
Cc:     linux-kernel@...r.kernel.org, taeung@...slab.kr,
        Jiri Olsa <jolsa@...hat.com>,
        Milian Wolff <milian.wolff@...b.com>,
        Namhyung Kim <namhyung@...nel.org>
Subject: [PATCH v2 0/4] perf annotate: Support --show-nr-samples and circulating view

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ