Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754174AbbB0Osi (ORCPT ); Fri, 27 Feb 2015 09:48:38 -0500 Received: from foss.arm.com ([217.140.101.70]:43534 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752394AbbB0Osh (ORCPT ); Fri, 27 Feb 2015 09:48:37 -0500 From: Javi Merino To: acme@redhat.com, jolsa@redhat.com Cc: linux-kernel@vger.kernel.org, Javi Merino Subject: [PATCH v6 0/2] Add array printing support to libtraceevent Date: Fri, 27 Feb 2015 14:48:13 +0000 Message-Id: <1425048495-10271-1-git-send-email-javi.merino@arm.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 863 Lines: 24 This series add support to libtraceevent for dynamic arrays in traces. The kernel learned to create this traces in 6ea22486ba46 ("tracing: Add array printing helper"), which was merged for v4.0-rc1. No changes since v5: http://thread.gmane.org/gmane.linux.kernel/1877410/focus=1877409 Javi Merino (2): tools lib traceevent: factor out allocating and processing args tools lib traceevent: Add support for __print_array() tools/lib/traceevent/event-parse.c | 158 +++++++++++++++++++++++++++++-------- tools/lib/traceevent/event-parse.h | 8 ++ 2 files changed, 135 insertions(+), 31 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/