Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756584AbbKENTx (ORCPT ); Thu, 5 Nov 2015 08:19:53 -0500 Received: from szxga03-in.huawei.com ([119.145.14.66]:7346 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755867AbbKENTv (ORCPT ); Thu, 5 Nov 2015 08:19:51 -0500 From: Wang Nan To: , CC: , , , , , Wang Nan Subject: [PATCH 0/2] perf tools: Two bugfixs related to perf probe Date: Thu, 5 Nov 2015 13:19:23 +0000 Message-ID: <1446729565-27592-1-git-send-email-wangnan0@huawei.com> X-Mailer: git-send-email 1.8.3.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.107.193.248] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020202.563B576E.01B0,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 065f15a0d0f4cae2cc9dd8ab86ab2d3f Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 642 Lines: 20 I found two bugs in perf probe related code. This two patches fix them. Wang Nan (2): perf probe: Only call probe_file__get_events() when fd is valid perf tools: Fix find_perf_probe_point_from_map() which incorrectly returns success tools/perf/builtin-probe.c | 12 ++++++++++-- tools/perf/util/probe-event.c | 3 +++ 2 files changed, 13 insertions(+), 2 deletions(-) -- 1.8.3.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/