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


Groups > linux.kernel > #1606426

[PATCH v2 0/3] perf annotate: Bugfixes

From Taeung Song <treeze.taeung@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/3] perf annotate: Bugfixes
Date 2017-03-22 13:50 +0100
Message-ID <tnNS9-2sZ-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

perf-annotate has little bugs so I fix them.
I'd appreciate some feedback on this patchset. :)

Thanks,
Taeung

v2:
- more clearly commit log messages (Arnaldo)
- rebased on current acme/perf/core

Taeung Song (3):
  perf annotate: Fix a bug reading link name from a build-id file
  perf annotate: Fix a bug of division by zero when calculating percent
  perf annotate: Fix missing number of samples

 tools/perf/util/annotate.c | 24 +++++++++++++++++++-----
 tools/perf/util/annotate.h |  2 +-
 2 files changed, 20 insertions(+), 6 deletions(-)

-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/3] perf annotate: Bugfixes Taeung Song <treeze.taeung@gmail.com> - 2017-03-22 13:50 +0100
  [PATCH v2 2/3] perf annotate: Fix a bug of division by zero when calculating percent Taeung Song <treeze.taeung@gmail.com> - 2017-03-22 13:50 +0100
  [PATCH v2 3/3] perf annotate: Fix missing number of samples Taeung Song <treeze.taeung@gmail.com> - 2017-03-22 13:50 +0100
  [PATCH v2 1/3] perf annotate: Fix a bug reading link name from a build-id file Taeung Song <treeze.taeung@gmail.com> - 2017-03-22 13:50 +0100

csiph-web