Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933734Ab3CVPMz (ORCPT ); Fri, 22 Mar 2013 11:12:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8570 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933510Ab3CVPMy (ORCPT ); Fri, 22 Mar 2013 11:12:54 -0400 Date: Fri, 22 Mar 2013 16:10:34 +0100 From: Oleg Nesterov To: Anton Arapov Cc: Srikar Dronamraju , LKML , Josh Stone , Frank Eigler , Peter Zijlstra , Ingo Molnar , Ananth N Mavinakayanahalli , adrian.m.negreanu@intel.com, Torsten.Polle@gmx.de Subject: Re: [PATCH 0/7] uretprobes: return probes implementation Message-ID: <20130322151034.GC17286@redhat.com> References: <1363957745-6657-1-git-send-email-anton@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1363957745-6657-1-git-send-email-anton@redhat.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 618 Lines: 18 On 03/22, Anton Arapov wrote: > > this is core implementation of the uretprobes. This enables a breakpoint > on function's return for the tools such as perf. And, before we ask Ingo to pull, we should teach trace_uprobe.c to handle "perf -x func%return". This looks simple, but probably we need to add the additional "ulong bp_vaddr" argument for rp_handler(). Oleg. -- 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/