Received: by 10.223.176.5 with SMTP id f5csp2461603wra; Thu, 1 Feb 2018 00:40:56 -0800 (PST) X-Google-Smtp-Source: AH8x226l7pMIk3328ByOdk8ocELycm9DwSp15vDAspL3orgtjMlackkyMjK9BNsB6yPw5cJaR1f8 X-Received: by 2002:a17:902:b595:: with SMTP id a21-v6mr10968368pls.253.1517474456375; Thu, 01 Feb 2018 00:40:56 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517474456; cv=none; d=google.com; s=arc-20160816; b=RXZ6rPsBn1iop+DQY6GjIIagsnT/t/n2pBv0VboVGCGwpyfgfofM8m4zh0SXtTE3/9 QQBweC7eLqR0xaUt71EWSGu2dsHE+Wrpq7W9lBytKuCkrduDz47nwVTOoVQdOqnr8ZC0 b99BR9K/aNBJ0zYSzkzJl+jpSwjJ1xdHRuttPanmoVHYkKY6qrjFjJsve4nfevQwrvx6 GLfGXJrJ3MiGvYgEg1dYu1eAnV5wtU662ndmcszyVLGtKyFpM8qHtnkJsFbuygcKiFTA E6noJav2278WigjQucNDrXzWODucGFT3VHCKNhoyRgoOWqBRVh1oTOXTVJaES0aVwfio J/Rg== 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=4d1DFP7nr0lBvuG320T9mnWpZxLgyDXQo+QhUOi9kRY=; b=AVKCvsKJxI5Z9r31aSLNHUh4QCIQubxrYuhaGlYQnLCpPfMScSX9nnIaZajHeQsxPc M7O71krlE/h8FKPMRVQDwvnfJxzsGKpUdMzhHk75I6Rhzu2MHCytJHdpCom6dPkR9za1 bdRmV9wXCSUkriaJ/epg0UmQ3e9kts34YJd68DsNIYm+Lhrl2p4t4YlRwBEZBNvqXsbZ 3EejEl6rKhOsIunhnQIlGUHLPOkaUVkBbNMXkuWoFDndzjUEckC2GFCeI0Wk45nIAUFD t8DGhIJs2nddSv0ltOvBokXBoeRTsyHwZeEMuFDo0SF8RUQPurJzHqCm1dVpG58aUGjG ICXw== 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 b11-v6si1467996plm.241.2018.02.01.00.40.40; Thu, 01 Feb 2018 00:40:56 -0800 (PST) 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 S1751712AbeBAIiS (ORCPT + 99 others); Thu, 1 Feb 2018 03:38:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33264 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751423AbeBAIiQ (ORCPT ); Thu, 1 Feb 2018 03:38:16 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A12454673; Thu, 1 Feb 2018 08:38:16 +0000 (UTC) Received: from krava.redhat.com (ovpn-204-213.brq.redhat.com [10.40.204.213]) by smtp.corp.redhat.com (Postfix) with ESMTP id E896A620CB; Thu, 1 Feb 2018 08:38:13 +0000 (UTC) From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: lkml , Ingo Molnar , Namhyung Kim , David Ahern , Andi Kleen , Alexander Shishkin , Peter Zijlstra , Stephane Eranian Subject: [PATCH 0/3] perf: PEBS/period freerunning fixes Date: Thu, 1 Feb 2018 09:38:09 +0100 Message-Id: <20180201083812.11359-1-jolsa@kernel.org> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Thu, 01 Feb 2018 08:38:16 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org hi, Stephan reported that we don't support period for enabling large PEBS data, which there's no reason for. Sending fix for that plus related perf tool period fixes Stephan reported. thanks, jirka --- Jiri Olsa (3): perf tools: Fix period/freq terms setup perf record: Fix period option handling x86/events/intel/ds: Add PERF_SAMPLE_PERIOD into PEBS_FREERUNNING_FLAGS arch/x86/events/perf_event.h | 3 ++- tools/perf/builtin-record.c | 3 ++- tools/perf/perf.h | 1 + tools/perf/util/evsel.c | 13 ++++++++++--- 4 files changed, 15 insertions(+), 5 deletions(-)