From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751635AbcBVSov (ORCPT ); Mon, 22 Feb 2016 13:44:51 -0500 Received: from mga01.intel.com ([192.55.52.88]:10068 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751221AbcBVSou (ORCPT ); Mon, 22 Feb 2016 13:44:50 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,485,1449561600"; d="scan'208";a="52619893" From: Andi Kleen To: Thomas Gleixner Cc: LKML , Peter Zijlstra , x86@kernel.org, Borislav Petkov , Stephane Eranian , Harish Chegondi , Kan Liang , Andi Kleen , Jacob Pan Subject: Re: [patch V2 22/28] x86/perf/intel/rapl: Cleanup the printk output References: <20160222110337.198341739@linutronix.de> <20160222110442.063337470@linutronix.de> Date: Mon, 22 Feb 2016 10:44:48 -0800 In-Reply-To: <20160222110442.063337470@linutronix.de> (Thomas Gleixner's message of "Mon, 22 Feb 2016 11:06:59 -0000") Message-ID: <87lh6cpotb.fsf@tassilo.jf.intel.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (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 Thomas Gleixner writes: > > +static void __init rapl_advertise(void) > +{ > + int i; > + > + pr_info("API unit is 2^-32 Joules, %d fixed counters, %llu ms ovfl timer\n", > + hweight32(rapl_cntr_mask), rapl_timer_ms); Does the final resulting line contain RAPL for grepping? Ideally would be similar as before in case someone has a parser for this. -Andi -- ak@linux.intel.com -- Speaking for myself only