From patchwork Wed Jul 8 20:28:50 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steven Rostedt X-Patchwork-Id: 11652495 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6FC4D1709 for ; Wed, 8 Jul 2020 20:30:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 641C92078A for ; Wed, 8 Jul 2020 20:30:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726044AbgGHUaU (ORCPT ); Wed, 8 Jul 2020 16:30:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:38820 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726140AbgGHUaT (ORCPT ); Wed, 8 Jul 2020 16:30:19 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 09B182078C for ; Wed, 8 Jul 2020 20:30:19 +0000 (UTC) Received: from rostedt by gandalf.local.home with local (Exim 4.93) (envelope-from ) id 1jtGhs-004NMQ-Qt for linux-trace-devel@vger.kernel.org; Wed, 08 Jul 2020 16:30:16 -0400 Message-ID: <20200708202850.764168067@goodmis.org> User-Agent: quilt/0.66 Date: Wed, 08 Jul 2020 16:28:50 -0400 From: Steven Rostedt To: linux-trace-devel@vger.kernel.org Subject: [PATCH 0/5] trace-cmd: Triaging bugzillas and fixes Sender: linux-trace-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-trace-devel@vger.kernel.org This includes the two updates Tzvetomir did, as well as fixes for bugzillas: 207069, 205953, and 204703 Steven Rostedt (VMware) (3): trace-cmd: Explicitly state what trace-cmd report -f does tools lib traceevent: Let function symbols be used in operations trace-cmd: Print raw hex for flags when trace-cmd report -R Tzvetomir Stoyanov (VMware) (2): trace-cmd: Fix trace-cmd report -t to show full timestamp tools lib traceveent: Fix kbuffer_start_of_data() to return the first record ---- Documentation/trace-cmd-report.1.txt | 4 ++- lib/traceevent/event-parse.c | 49 +++++++++++++++++++++++++++- lib/traceevent/kbuffer-parse.c | 7 +++- tracecmd/trace-read.c | 63 ++++++++++++++++++++++++++---------- tracecmd/trace-usage.c | 2 +- 5 files changed, 104 insertions(+), 21 deletions(-)