Re: [PATCH v2 00/21] perf metric: Fixes and allow modifiers
From: Arnaldo Carvalho de Melo <acme@kernel.org>
Date: 2021-10-20 14:32:05
Also in:
lkml
From: Arnaldo Carvalho de Melo <acme@kernel.org>
Date: 2021-10-20 14:32:05
Also in:
lkml
Em Fri, Oct 15, 2021 at 10:21:11AM -0700, Ian Rogers escreveu:
There are 4 main changes in this patch set: - perf metric: Modify resolution and recursion check. - perf parse-events: Add new "metric-id" term. - perf metrics: Modify setup and deduplication - perf metric: Allow modifiers on metrics.
Thanks, applied. Replaced the v1 with this one since it never hit the published perf/core branch. - Arnaldo