From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751692AbbJETUp (ORCPT ); Mon, 5 Oct 2015 15:20:45 -0400 Received: from mail.kernel.org ([198.145.29.136]:40448 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750879AbbJETUo (ORCPT ); Mon, 5 Oct 2015 15:20:44 -0400 Date: Mon, 5 Oct 2015 16:20:40 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: lkml , David Ahern , Ingo Molnar , Namhyung Kim , Peter Zijlstra , "Liang, Kan" , Don Zickus Subject: Re: [PATCH 5/9] perf tools: Introduce 'P' modifier Message-ID: <20151005192040.GI20515@kernel.org> References: <1444068369-20978-1-git-send-email-jolsa@kernel.org> <1444068369-20978-6-git-send-email-jolsa@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1444068369-20978-6-git-send-email-jolsa@kernel.org> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Mon, Oct 05, 2015 at 08:06:05PM +0200, Jiri Olsa escreveu: > The 'P' will cause the event to get maximum possible > detected precise level. > > Following record: > $ perf record -e cycles:P ... > > will detect maximum precise level for 'cycles' event > and use it. I had to do a 'make -C tools/perf clean' to get this to work, i.e. it is not noticing that the parser files were changed and thus need to run again, can you please take a look? Thanks, - Arnaldo