From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752479AbbCXO53 (ORCPT ); Tue, 24 Mar 2015 10:57:29 -0400 Received: from mail.kernel.org ([198.145.29.136]:50002 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752222AbbCXO52 (ORCPT ); Tue, 24 Mar 2015 10:57:28 -0400 Date: Tue, 24 Mar 2015 11:57:27 -0300 From: Arnaldo Carvalho de Melo To: Steven Rostedt Cc: linux-kernel@vger.kernel.org, Ingo Molnar , Jiri Olsa , Namhyung Kim , Andrew Morton Subject: Re: [PATCH 0/9] tools lib traceevent: Pulling in updates from trace-cmd Message-ID: <20150324145727.GA5447@kernel.org> References: <20150324135748.506437888@goodmis.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150324135748.506437888@goodmis.org> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Tue, Mar 24, 2015 at 09:57:48AM -0400, Steven Rostedt escreveu: > Arnaldo, > > I took a look at the differences between what I have in trace-cmd and > what is sitting in tools/lib/traceevent, and I put together a patch set > that brings in fixes and updates to libtraceevent. Thanks, will process now. > -- Steve > > Local SHA1: bd9d9602719a24d0843bb04e52b6bf98d9e90881 > > > Josef Bacik (1): > tools lib traceevent: Handle NULL comm name > > Steven Rostedt (1): > tools lib traceevent: Make plugin options either string or boolean > > Steven Rostedt (Red Hat) (7): > tools lib traceevent: Copy trace_clock and free it > tools lib traceevent: Handle '%z' in bprint format > tools lib traceevent: Add pevent_data_pid_from_comm() > tools lib traceevent: Fix whitespace error > tools lib traceevent kbuffer: Remove extra update to data pointer in PADDING > tools lib traceevent: Add way to find sub buffer boundary > tools lib traceevent: Free filter tokens in process_filter() > > ---- > tools/lib/traceevent/event-parse.c | 109 ++++++++++++++++++++++++++++++++++- > tools/lib/traceevent/event-parse.h | 13 ++++- > tools/lib/traceevent/event-plugin.c | 60 +++++++++++++++++-- > tools/lib/traceevent/kbuffer-parse.c | 12 +++- > tools/lib/traceevent/kbuffer.h | 1 + > tools/lib/traceevent/parse-filter.c | 2 + > 6 files changed, 185 insertions(+), 12 deletions(-)