From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932881AbeALAs3 (ORCPT + 1 other); Thu, 11 Jan 2018 19:48:29 -0500 Received: from mail.kernel.org ([198.145.29.99]:56102 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932500AbeALAsX (ORCPT ); Thu, 11 Jan 2018 19:48:23 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E0C1021747 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=rostedt@goodmis.org Message-Id: <20180112004741.378806573@goodmis.org> User-Agent: quilt/0.63-1 Date: Thu, 11 Jan 2018 19:47:41 -0500 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Arnaldo Carvalho de Melo , Ingo Molnar , Andrew Morton , Namhyung Kim Subject: [PATCH 00/10] tools lib traceveent: Pull updates from trace-cmd library Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: I went through the commits that were added to event-parse in trace-cmd and synced them up for what is in tools/lib/traceevent. These are patches that are missing from the kernel tree. Federico Vaga (1): lib traceevent: Use asprintf when possible Jan Kiszka (1): lib traceevent: Print value of unknown symbolic fields Michael Sartain (2): lib, traceevent: Fix bad force_token escape sequence lib traceevent: Add UL suffix to MISSING_EVENTS Steven Rostedt (VMware) (5): lib traceevent: Show value of flags that have not been parsed lib traceevent: Simplify pointer print logic and fix %pF lib traceevent: Handle new pointer processing of bprint strings lib traceevent: Show contents (in hex) of data of unrecognized type records lib traceevent: Fix get_field_str() for dynamic strings Taeung Song (1): lib traceeevent: Fix missing break in FALSE case of pevent_filter_clear_trivial() ---- tools/lib/traceevent/event-parse.c | 62 +++++++++++++++++++++++++++++------- tools/lib/traceevent/event-plugin.c | 24 ++++++-------- tools/lib/traceevent/kbuffer-parse.c | 4 +-- tools/lib/traceevent/parse-filter.c | 22 ++++++++----- 4 files changed, 76 insertions(+), 36 deletions(-)