From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966757AbcHEOOE (ORCPT ); Fri, 5 Aug 2016 10:14:04 -0400 Received: from smtprelay0046.hostedemail.com ([216.40.44.46]:42369 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S934849AbcHEOOC (ORCPT ); Fri, 5 Aug 2016 10:14:02 -0400 X-Session-Marker: 726F737465647440676F6F646D69732E6F7267 X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,rostedt@goodmis.org,:::::::::::::::,RULES_HIT:41:355:379:541:599:800:960:973:988:989:1260:1277:1311:1313:1314:1345:1359:1437:1515:1516:1518:1534:1539:1593:1594:1711:1730:1747:1777:1792:2198:2199:2393:2553:2559:2562:2689:2733:3138:3139:3140:3141:3142:3352:3622:3865:3867:3868:3871:3872:3874:5007:6120:6261:7875:9040:10004:10400:10848:10967:11232:11658:11914:12296:12517:12519:12740:13069:13161:13229:13311:13357:13439:13618:14181:14659:14721:21080:30054:30070:30090:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:2,LUA_SUMMARY:none X-HE-Tag: boat27_3f206b89a0f2f X-Filterd-Recvd-Size: 1814 Date: Fri, 5 Aug 2016 10:13:52 -0400 From: Steven Rostedt To: Jiri Olsa Cc: Namhyung Kim , Jiri Olsa , Arnaldo Carvalho de Melo , lkml , David Ahern , Ingo Molnar , Peter Zijlstra Subject: Re: [RFC 0/4] tools lib traceevent: Install fixes Message-ID: <20160805101352.6bc16cdf@gandalf.local.home> In-Reply-To: <20160802140144.GA18401@krava> References: <1470073292-18114-1-git-send-email-jolsa@kernel.org> <20160802031055.GB25068@danjae.aot.lge.com> <20160802093134.GB2036@krava> <20160802094823.4a58b42f@gandalf.local.home> <20160802140144.GA18401@krava> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2 Aug 2016 16:01:44 +0200 Jiri Olsa wrote: > > BTW, before we start making this ready for their own libraries, I'd > > like to make some changes with the naming convention. Mainly with > > event_format and format_field. > > > > Perhaps we should change them to pevent_event and pevent_field? > > right, it does not have any global prefix for public symbols > > I'd actualy expect something like 'traceevent_', > but 'pevent' is ok as well I guess OK, what's the consensus here? Should we keep "pevent_" or switch to the longer "traceevent_"? I want to make the patch that gets this ready to ship! -- Steve