From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3wtDLm1JynzDqj1 for ; Thu, 22 Jun 2017 04:50:56 +1000 (AEST) Received: from pps.filterd (m0098409.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.20/8.16.0.20) with SMTP id v5LIn59M059255 for ; Wed, 21 Jun 2017 14:50:54 -0400 Received: from e23smtp07.au.ibm.com (e23smtp07.au.ibm.com [202.81.31.140]) by mx0a-001b2d01.pphosted.com with ESMTP id 2b7v51xjj2-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 21 Jun 2017 14:50:54 -0400 Received: from localhost by e23smtp07.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 22 Jun 2017 04:50:51 +1000 Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay10.au.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id v5LIonAA3801348 for ; Thu, 22 Jun 2017 04:50:49 +1000 Received: from d23av02.au.ibm.com (localhost [127.0.0.1]) by d23av02.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id v5LIodFr004800 for ; Thu, 22 Jun 2017 04:50:40 +1000 From: "Naveen N. Rao" To: Steven Rostedt Cc: Ananth N Mavinakayanahalli , Masami Hiramatsu , Michael Ellerman , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: [PATCH 0/2] A couple of small updates/fixes for kprobes tracer Date: Thu, 22 Jun 2017 00:20:26 +0530 Message-Id: List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Two simple updates for kprobes tracer: - the first patch is a convenience and allows to probe module symbols as well as any dot symbols (necessary on powerpc64 elfv1) without having to provide a name for the probepoint. - the second patch updates the newly added multiple_kprobes.tc test case for powerpc. Thanks, Naveen Naveen N. Rao (2): trace/kprobes: Sanitize derived event names selftests/ftrace: Update multiple kprobes test for powerpc kernel/trace/trace_kprobe.c | 9 +++++++++ tools/testing/selftests/ftrace/test.d/kprobe/multiple_kprobes.tc | 8 ++++---- 2 files changed, 13 insertions(+), 4 deletions(-) -- 2.13.1