Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759451AbdCVMqy (ORCPT ); Wed, 22 Mar 2017 08:46:54 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:34200 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758814AbdCVMqq (ORCPT ); Wed, 22 Mar 2017 08:46:46 -0400 From: Taeung Song To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Jiri Olsa , Namhyung Kim , Ingo Molnar , Peter Zijlstra , Wang Nan , Masami Hiramatsu , Taeung Song Subject: [PATCH v2 0/3] perf annotate: Bugfixes Date: Wed, 22 Mar 2017 21:44:56 +0900 Message-Id: <1490186699-24906-1-git-send-email-treeze.taeung@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 562 Lines: 23 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