From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756761AbcB0Seg (ORCPT ); Sat, 27 Feb 2016 13:34:36 -0500 Received: from cdptpa-outbound-snat.email.rr.com ([107.14.166.228]:16196 "EHLO cdptpa-oedge-vip.email.rr.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756590AbcB0Sef (ORCPT ); Sat, 27 Feb 2016 13:34:35 -0500 Date: Sat, 27 Feb 2016 13:34:31 -0500 From: Steven Rostedt To: Taeung Song Cc: Arnaldo Carvalho de Melo , Peter Zijlstra , Ingo Molnar , linux-kernel@vger.kernel.org, Jiri Olsa , Namhyung Kim , Thomas Gleixner , Lai Jiangshan Subject: Re: [RFC] Re: [PATCH v3 1/2] tracing/syscalls: Rename variable 'nr' to '__syscall_nr' Message-ID: <20160227133431.0713749f@grimm.local.home> In-Reply-To: <56D1CA6B.7040809@gmail.com> References: <1456492446-5896-1-git-send-email-treeze.taeung@gmail.com> <20160226135713.GU8720@kernel.org> <20160226132301.3ae065a4@gandalf.local.home> <56D1CA6B.7040809@gmail.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.118:25 X-Cloudmark-Score: 0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 28 Feb 2016 01:10:19 +0900 Taeung Song wrote: > I got it :-) > In conclusion, output of format > (/sys/kernel/debug/tracing/events/syscalls/*/format) > has __syscall_nr for syscall number but the kernel structure > 'syscall_trace_enter' and 'syscall_trace_exit' have not __syscall_nr > variable. > Is it right ? Correct. Just change the output of the format file. Not the data structures in the kernel. Thanks, -- Steve