Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757192Ab0G2LvZ (ORCPT ); Thu, 29 Jul 2010 07:51:25 -0400 Received: from mail9.hitachi.co.jp ([133.145.228.44]:48232 "EHLO mail9.hitachi.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756930Ab0G2LvX (ORCPT ); Thu, 29 Jul 2010 07:51:23 -0400 X-AuditID: b753bd60-a82c0ba000005a63-c4-4c516b36d9cc Message-ID: <4C516B33.9000007@hitachi.com> Date: Thu, 29 Jul 2010 20:51:15 +0900 From: Masami Hiramatsu Organization: Systems Development Lab., Hitachi, Ltd., Japan User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Srikar Dronamraju Cc: Peter Zijlstra , Ingo Molnar , Steven Rostedt , Randy Dunlap , Arnaldo Carvalho de Melo , Linus Torvalds , Christoph Hellwig , Oleg Nesterov , Mark Wielaard , Mathieu Desnoyers , LKML , Naren A Devaiah , Jim Keniston , Frederic Weisbecker , "Frank Ch. Eigler" , Ananth N Mavinakayanahalli , Andrew Morton , "Paul E. McKenney" , 2nddept-manager@sdl.hitachi.co.jp Subject: Re: [PATCHv10 2.6.35-rc6-tip 10/14] perf: rename common fields/functions from kprobe to probe. References: <20100727110855.24690.26901.sendpatchset@localhost6.localdomain6> <20100727111055.24690.20846.sendpatchset@localhost6.localdomain6> In-Reply-To: <20100727111055.24690.20846.sendpatchset@localhost6.localdomain6> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAA== X-FMFTCR: RANGEA Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 896 Lines: 24 Srikar Dronamraju wrote: > As a precursor for perf to support uprobes, rename fields/functions > that had kprobe in their name but can be shared across perf-kprobes > and perf-uprobes to probe. Yeah, renaming itself is OK for me. But please do it carefully, I can see some gaps between 1st line and 2nd line like below after applying this patch... static int kprobe_convert_to_perf_probe(struct probe_trace_point *tp, struct perf_probe_point *pp) But just a trivial style issue. :) -- Masami HIRAMATSU 2nd Research Dept. Hitachi, Ltd., Systems Development Laboratory E-mail: masami.hiramatsu.pt@hitachi.com -- 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/