Re: [PATCH v4 0/5] A mechanism for efficient support for per-function metrics
From: Ingo Molnar
Date: Sat Apr 12 2025 - 16:42:41 EST
* Ian Rogers <irogers@xxxxxxxxxx> wrote:
> I don't think work should be gated on cleaning up perf report, top,
> etc. which still needs clean up for things like hybrid events. As the
> histograms should use the sample's period then I believe things
> should just work in much the same way as leader sampling can work.
> It'd be worth checking.
Yeah, so I think burst-profiling is basically still a single-event
profiling mode - with a tooling-side filter that skips the long-periods
and includes the burst-periods, and transforms all the statistics and
counts to make sense in the usual perf context.
Ie. I don't think it should be overly intrusive, and it could be a nice
performance & profiling quality feature we'd consider using by default
eventually.
Thanks,
Ingo