From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754420AbcB2Ofy (ORCPT ); Mon, 29 Feb 2016 09:35:54 -0500 Received: from mail.kernel.org ([198.145.29.136]:50740 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752889AbcB2Ofo (ORCPT ); Mon, 29 Feb 2016 09:35:44 -0500 Date: Mon, 29 Feb 2016 11:35:39 -0300 From: Arnaldo Carvalho de Melo To: Steven Rostedt Cc: LKML , Ingo Molnar , Namhyung Kim Subject: Re: [PATCH v2] tools lib traceevent: Split pevent_print_event() into specific functionality functions Message-ID: <20160229143539.GH8720@kernel.org> References: <20160229090128.43a56704@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160229090128.43a56704@gandalf.local.home> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Mon, Feb 29, 2016 at 09:01:28AM -0500, Steven Rostedt escreveu: > Currently there's a single function that is used to display a record's > data in human readable format. That's pevent_print_event(). > Unfortunately, this gives little room for adding other output within > the line without updating that function call. Thanks, applied. - Arnaldo