Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753538AbdCTJRy (ORCPT ); Mon, 20 Mar 2017 05:17:54 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:38284 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753522AbdCTJQ6 (ORCPT ); Mon, 20 Mar 2017 05:16:58 -0400 Subject: Re: [PATCH v5 7/7] perf/sdt: List events fetched from uprobe_events To: Masami Hiramatsu References: <20170314150658.7065-1-ravi.bangoria@linux.vnet.ibm.com> <20170314150658.7065-8-ravi.bangoria@linux.vnet.ibm.com> <20170318081455.9bb3126b594ae54da3abe5b2@kernel.org> Cc: mingo@redhat.com, acme@kernel.org, brendan.d.gregg@gmail.com, peterz@infradead.org, alexander.shishkin@linux.intel.com, wangnan0@huawei.com, jolsa@kernel.org, ak@linux.intel.com, treeze.taeung@gmail.com, mathieu.poirier@linaro.org, hekuang@huawei.com, sukadev@linux.vnet.ibm.com, ananth@in.ibm.com, naveen.n.rao@linux.vnet.ibm.com, adrian.hunter@intel.com, linux-kernel@vger.kernel.org, hemant@linux.vnet.ibm.com, Ravi Bangoria From: Ravi Bangoria Date: Mon, 20 Mar 2017 14:46:23 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20170318081455.9bb3126b594ae54da3abe5b2@kernel.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 x-cbid: 17032009-0040-0000-0000-000002EE508D X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00006815; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000206; SDB=6.00836276; UDB=6.00410995; IPR=6.00614044; BA=6.00005220; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00014721; XFM=3.00000013; UTC=2017-03-20 09:16:35 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17032009-0041-0000-0000-000006E25454 Message-Id: <58CF9DE7.7050302@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-03-20_07:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1702020001 definitions=main-1703200085 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 563 Lines: 20 On Saturday 18 March 2017 04:44 AM, Masami Hiramatsu wrote: > The title of this patch seems not correct. Oops. Sorry about that. Actual title is: "perf/sdt: Remove stale warning" Thanks for reporting, Ravi > On Tue, 14 Mar 2017 20:36:58 +0530 > Ravi Bangoria wrote: > >> Perf was showing warning if user tries to record sdt event without >> creating a probepoint. Now we are allowing direct record on sdt >> events, remove this stale warning/hint. >> >> Signed-off-by: Ravi Bangoria