Received: by 10.192.165.148 with SMTP id m20csp148028imm; Thu, 26 Apr 2018 18:06:21 -0700 (PDT) X-Google-Smtp-Source: AB8JxZoDhNlpsDUfWcr+5LAZAyTTgCFEJZ25Xlx5CihaVW3HUBseOolzAMzmrwWsFKZzD5lZWmaa X-Received: by 2002:a17:902:8501:: with SMTP id bj1-v6mr262478plb.239.1524791181408; Thu, 26 Apr 2018 18:06:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524791181; cv=none; d=google.com; s=arc-20160816; b=si38Jzjb28D468QdI9ojGmovczQHMk/JcY801VzVeaMwpTzhXvfStymb72cjkDtnZc BTXgZsm7KXkKgqNYuemhYv9lxhHa3Rd7iECmoKEUfdRGJoZkXDQxEkHH1yqem4S7KvH0 0gEcH6BOmt+Ch6YXaJgToGi28eNGAjpTU4uw1cjyBce+3r3vnALgO93N2Hkiygoj2HgE IqXkTapS2rNF/kn/CYj2c3SehsRlID+tV4G8BUIQP0xj/6YE3zD4SAMoGlCwUeI52nwt QnfyXSb4VPTnpTmSmEobdurE63h/Qpw1I1Pz2w2rlbHu5PqUFC7OUdyLSP8YzXyXF0OH yiUQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=SlAFfk3vS7fqjWGjmDonA41nLjgpOCJxq1LptQD02Tg=; b=MydnhAZ+TUoHwIiY0048EpPzW67v+LyGnAPo2Rpm4brrYtwaI5dDoAlzhmGOZqxokb x4EQYdFNTE4dNaVGvM0S+fgJM+BD/vwCGZfKlXg8kWs57Vw+vcKyQuucSu0GlSQJdNF8 RIx/Ep4Tl+YOaNgO8TPgduCd+l6xrJPvc/29vvPpfeufO5B3HGlwYMVcVDlCrthYZi2b NhLzNgS0S8A0W1uGfPa3gl85M3HNmJvxQm9L570BzZSvM2yCMdt+4/lA5IijBEQsA207 EbTcX5zWIbfDcWwotrHk4GqHfUbcT1LNefzQDGSxEKDrIZ6kg97/oHYnkAplcmYgvFCA K5qQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b6si100706pfk.342.2018.04.26.18.06.07; Thu, 26 Apr 2018 18:06:21 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756991AbeD0BE7 (ORCPT + 99 others); Thu, 26 Apr 2018 21:04:59 -0400 Received: from mga17.intel.com ([192.55.52.151]:20910 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751279AbeD0BE5 (ORCPT ); Thu, 26 Apr 2018 21:04:57 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Apr 2018 18:04:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,333,1520924400"; d="scan'208";a="36775232" Received: from rpastern-mobl3.ger.corp.intel.com (HELO localhost) ([10.255.87.27]) by orsmga008.jf.intel.com with ESMTP; 26 Apr 2018 18:04:55 -0700 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/3] A few hist trigger fixes Date: Thu, 26 Apr 2018 20:04:46 -0500 Message-Id: X-Mailer: git-send-email 1.9.3 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Steve, Here are a few patches that fix some problems found when testing the hist trigger inter-event (e.g. latency) support patches. The first fixes a problem I noticed when printing flags. The remaining two add some hist_err() calls for fields, the first reported by Masami, the second something I noticed when fixing the first. Thanks, Tom The following changes since commit 0566e40ce7c493d39006cdd7edf17bfdc52eb2ac: tracing: initcall: Ordered comparison of function pointers (2018-04-26 15:02:46 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/zanussi/linux-trace.git ftrace/hist-fixes-1 Tom Zanussi (3): tracing: Restore proper field flag printing when displaying triggers tracing: Add field parsing hist error for hist triggers tracing: Add field modifier parsing hist error for hist triggers kernel/trace/trace_events_hist.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) -- 1.9.3