[PATCH v3 0/2] perf hist: Fix bogus profiles when filters are enabled

Dmitry Vyukov posted 2 patches 11 months ago
tools/perf/util/hist.c | 114 +++++++++++++++++++----------------------
tools/perf/util/hist.h |  14 +++--
2 files changed, 59 insertions(+), 69 deletions(-)
[PATCH v3 0/2] perf hist: Fix bogus profiles when filters are enabled
Posted by Dmitry Vyukov 11 months ago
Dmitry Vyukov (2):
  perf hist: Deduplicate cmp/sort/collapse code
  perf hist: Fix bogus profiles when filters are enabled

 tools/perf/util/hist.c | 114 +++++++++++++++++++----------------------
 tools/perf/util/hist.h |  14 +++--
 2 files changed, 59 insertions(+), 69 deletions(-)


base-commit: 619f0b6fad524f08d493a98d55bac9ab8895e3a6
-- 
2.48.0.rc2.279.g1de40edade-goog
Re: [PATCH v3 0/2] perf hist: Fix bogus profiles when filters are enabled
Posted by Namhyung Kim 11 months ago
On Wed, 15 Jan 2025 09:00:40 +0100, Dmitry Vyukov wrote:

> Dmitry Vyukov (2):
>   perf hist: Deduplicate cmp/sort/collapse code
>   perf hist: Fix bogus profiles when filters are enabled
> 
>  tools/perf/util/hist.c | 114 +++++++++++++++++++----------------------
>  tools/perf/util/hist.h |  14 +++--
>  2 files changed, 59 insertions(+), 69 deletions(-)
> 
> [...]

Applied to perf-tools-next, thanks!

Best regards,
Namhyung