From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Rostedt Subject: Re: [PATCH 1/2] tracing/syscalls: allow multiple syscall numbers per syscall Date: Tue, 30 Aug 2016 16:58:30 -0400 Message-ID: <20160830165830.5e494c43@gandalf.local.home> References: <1472463007-6469-1-git-send-email-marcin.nowakowski@imgtec.com> <20160830152955.17633511@gandalf.local.home> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Andy Lutomirski Cc: Marcin Nowakowski , Linux API , Ingo Molnar , open list , Linux MIPS Mailing List List-Id: linux-api@vger.kernel.org On Tue, 30 Aug 2016 12:53:53 -0700 Andy Lutomirski wrote: > Egads! OK, I see why this is a mess. :-) > > I guess we should be creating the metadata from the syscall tables > instead of from the syscall definitions, but I guess that's currently > a nasty per-arch mess. Yep. > > Could we at least have an array of (arch, nr) instead of just an array > of nrs in the metadata? I guess I'm not following you on what would be used for "arch". -- Steve