From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754560AbbIHMCN (ORCPT ); Tue, 8 Sep 2015 08:02:13 -0400 Received: from mga09.intel.com ([134.134.136.24]:34866 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754180AbbIHMCM (ORCPT ); Tue, 8 Sep 2015 08:02:12 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,489,1437462000"; d="scan'208";a="557494938" From: Alexander Shishkin To: Peter Zijlstra Cc: Ingo Molnar , linux-kernel@vger.kernel.org, adrian.hunter@intel.com, x86@kernel.org, hpa@zytor.com, acme@infradead.org Subject: Re: [PATCH 3/3] perf/x86/intel/bts: Set itrace_started in pmu::start to match the new logic In-Reply-To: <1437140050-23363-4-git-send-email-alexander.shishkin@linux.intel.com> References: <1437140050-23363-1-git-send-email-alexander.shishkin@linux.intel.com> <1437140050-23363-4-git-send-email-alexander.shishkin@linux.intel.com> User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) Date: Tue, 08 Sep 2015 15:02:08 +0300 Message-ID: <87d1xtf7b3.fsf@ashishki-desk.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Alexander Shishkin writes: > Since hw::itrace_started is now set in pmu::start to signal the beginning of > the trace, do so also in the intel_bts driver. > > Signed-off-by: Alexander Shishkin Peter, seems like you overlooked this one. Its counterpart to is in Linus' master already: commit 9a6694cfa2390181dec936a17c0d9d21ef7b08d9 Author: Alexander Shishkin Date: Thu Jul 30 16:48:24 2015 +0300 perf/x86/intel/pt: Do not force sync packets on every schedule-in Cheers, -- Alex