Re: [patch V2 22/28] x86/perf/intel/rapl: Cleanup the printk output

From: Andi Kleen
Date: Mon Feb 22 2016 - 13:44:55 EST


Thomas Gleixner <tglx@xxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxx -- Speaking for myself only