Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752801AbdCTC5F (ORCPT ); Sun, 19 Mar 2017 22:57:05 -0400 Received: from mail-pg0-f65.google.com ([74.125.83.65]:34261 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751877AbdCTC5E (ORCPT ); Sun, 19 Mar 2017 22:57:04 -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 0/4] perf annotate: Bugfixes Date: Mon, 20 Mar 2017 11:56:53 +0900 Message-Id: <1489978617-31396-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: 539 Lines: 20 Hi, perf-annotate has little bugs so I fix them. I'd appreciate some feedback on this patchset. :) Thanks, Taeung Taeung Song (4): perf annotate: Use build-id dir when reading link name perf annotate: Avoid division by zero when calculating percent perf annotate: Fix missing setting nr samples on source_line perf annotate: More exactly grep -v of the objdump command tools/perf/util/annotate.c | 26 ++++++++++++++++++++------ tools/perf/util/annotate.h | 2 +- 2 files changed, 21 insertions(+), 7 deletions(-) -- 2.7.4