lkml.org 
[lkml]   [2022]   [Jan]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [RFC PATCH v2 1/5] perf stat: Implement --topdown with metrics
From
Date
On 11/01/2022 15:07, Andrew Kilroy wrote:
> }
> +
> +bool topdown_can_use_json_metrics(void)

nit: maybe topdown_can_use_metricgroups() could be better

> +{
> +#if defined(__aarch64__)
> + return true;
> +#else
> + return false;
> +#endif

it might be worth just having !x86, just that is prob too much forward
looking

> +}
> +

\
 
 \ /
  Last update: 2022-01-28 14:45    [W:0.455 / U:0.000 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site