From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754158AbdHUXCe (ORCPT ); Mon, 21 Aug 2017 19:02:34 -0400 Received: from mga07.intel.com ([134.134.136.100]:38417 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753600AbdHUXCd (ORCPT ); Mon, 21 Aug 2017 19:02:33 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,410,1498546800"; d="scan'208";a="1006183709" From: Andi Kleen To: Stephane Eranian Cc: linux-kernel@vger.kernel.org, acme@redhat.com, peterz@infradead.org, mingo@elte.hu, kan.liang@intel.com, jolsa@redhat.com Subject: Re: [PATCH] perf record: enable multiplexing scaling via -R References: <1503342849-2036-1-git-send-email-eranian@google.com> Date: Mon, 21 Aug 2017 16:02:28 -0700 In-Reply-To: <1503342849-2036-1-git-send-email-eranian@google.com> (Stephane Eranian's message of "Mon, 21 Aug 2017 12:14:09 -0700") Message-ID: <87wp5wr0cb.fsf@firstfloor.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) 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 Stephane Eranian writes: > > To activate, the user must use: > $ perf record -a -R .... I don't know why you're overloading the existing raw mode? It has nothing to do with that. -Andi