From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932474AbcCWSJr (ORCPT ); Wed, 23 Mar 2016 14:09:47 -0400 Received: from mail.kernel.org ([198.145.29.136]:38220 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932418AbcCWSJq (ORCPT ); Wed, 23 Mar 2016 14:09:46 -0400 Date: Wed, 23 Mar 2016 15:09:40 -0300 From: Arnaldo Carvalho de Melo To: Steven Rostedt Cc: LKML , Ingo Molnar , Namhyung Kim Subject: Re: tools lib traceevent: Remove redundant CPU output Message-ID: <20160323180940.GF25862@kernel.org> References: <20160323101628.459375d2@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160323101628.459375d2@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 Wed, Mar 23, 2016 at 10:16:28AM -0400, Steven Rostedt escreveu: > Commit a6745330789f "tools lib traceevent: Split pevent_print_event() > into specific functionality functions" Broke apart the function > pevent_print_event() into three functions. The first function prints > the comm, pid and CPU, the second prints the timestamp. But that commit > added the printing of the CPU in the timestamp function, which now > causes pevent_print_event() to duplicate the CPU output. > > Remove the redundant printing of the record's CPU from the timestamp > function. Thanks, applied. - Arnaldo