From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755333Ab3EPCv5 (ORCPT ); Wed, 15 May 2013 22:51:57 -0400 Received: from lgeamrelo01.lge.com ([156.147.1.125]:58688 "EHLO LGEAMRELO01.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755231Ab3EPCv4 (ORCPT ); Wed, 15 May 2013 22:51:56 -0400 X-AuditID: 9c93017d-b7b62ae000004f69-7c-519449caee0b From: Namhyung Kim To: Jiri Olsa Cc: Arnaldo Carvalho de Melo , Peter Zijlstra , Paul Mackerras , Ingo Molnar , Namhyung Kim , LKML , Steven Rostedt , Frederic Weisbecker , David Ahern , Stephane Eranian Subject: Re: [PATCH 03/15] perf util: Save pid-cmdline mapping into tracing header References: <1368526439-31966-1-git-send-email-namhyung@kernel.org> <1368526439-31966-4-git-send-email-namhyung@kernel.org> <20130515212124.GC5814@krava.redhat.com> Date: Thu, 16 May 2013 11:51:54 +0900 In-Reply-To: <20130515212124.GC5814@krava.redhat.com> (Jiri Olsa's message of "Wed, 15 May 2013 23:21:24 +0200") Message-ID: <877giz4oxh.fsf@sejong.aot.lge.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 15 May 2013 23:21:24 +0200, Jiri Olsa wrote: > On Tue, May 14, 2013 at 07:13:47PM +0900, Namhyung Kim wrote: >> +void parse_saved_cmdline(struct pevent *pevent, >> + char *file, unsigned int size __maybe_unused) > > any reason for the size parameter? I can see some other > functions already following this prototype, but I dont > see the reason.. just curious ;) I don't know, but copied those. ;) I guess we can get rid of it. Steve, any comments? Thanks, Namhyung > > void parse_ftrace_printk(struct pevent *pevent, > char *file, unsigned int size __maybe_unused) > > void parse_proc_kallsyms(struct pevent *pevent, > char *file, unsigned int size __maybe_unused) > > > jirka