From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753226AbeC1ULC (ORCPT ); Wed, 28 Mar 2018 16:11:02 -0400 Received: from mga05.intel.com ([192.55.52.43]:45376 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752447AbeC1ULA (ORCPT ); Wed, 28 Mar 2018 16:11:00 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,373,1517904000"; d="scan'208";a="42092837" From: Tom Zanussi To: rostedt@goodmis.org Cc: tglx@linutronix.de, mhiramat@kernel.org, namhyung@kernel.org, vedang.patel@intel.com, bigeasy@linutronix.de, joel.opensrc@gmail.com, joelaf@google.com, mathieu.desnoyers@efficios.com, baohong.liu@intel.com, rajvi.jingar@intel.com, julia@ni.com, fengguang.wu@intel.com, linux-kernel@vger.kernel.org, linux-rt-users@vger.kernel.org, Tom Zanussi Subject: [PATCH 0/4] tracing: A few inter-event bugfixes Date: Wed, 28 Mar 2018 15:10:52 -0500 Message-Id: X-Mailer: git-send-email 1.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Steven, Here are a few bugfixes that should be applied on top of the 'Inter-event (e.g. latency) support v9' patchset. The first two are things introduced by the refactoring of the last version, the third I noticed when adding further actions for a future add-on, and the last was prompted by a patch for a similar problem posted this morning by Arnd Bergmann. Thanks, Tom The following changes since commit 80765597bc587feae8dbc8ce97a0f32e12a6e625: tracing: Rewrite filter logic to be simpler and faster (2018-03-14 12:35:39 -0400) are available in the git repository at: https://github.com/tzanussi/linux-trace-inter-event.git tzanussi/inter-event-update1 https://github.com/tzanussi/linux-trace-inter-event/tree/tzanussi/inter-event-update1 Tom Zanussi (4): tracing: Fix display of hist trigger expressions containing timestamps tracing: Don't add flag strings when displaying variable references tracing: Add action comparisons when testing matching hist triggers tracing: Make sure variable string fields are NULL-terminated kernel/trace/trace_events_hist.c | 75 +++++++++++++++++++++++++++++++--------- 1 file changed, 58 insertions(+), 17 deletions(-) -- 1.9.3