From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 38401C433EF for ; Mon, 13 Dec 2021 16:12:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240524AbhLMQMA (ORCPT ); Mon, 13 Dec 2021 11:12:00 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36718 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240592AbhLMQL5 (ORCPT ); Mon, 13 Dec 2021 11:11:57 -0500 Received: from mail-il1-x135.google.com (mail-il1-x135.google.com [IPv6:2607:f8b0:4864:20::135]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 38E03C06173F for ; Mon, 13 Dec 2021 08:11:57 -0800 (PST) Received: by mail-il1-x135.google.com with SMTP id x15so4005171ilc.5 for ; Mon, 13 Dec 2021 08:11:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=GWZEvFuar9rN105nEC+aiw/ydL2RBtp76S79ck0h82E=; b=o0PDk65VJg7zIfkIafamReiLcsf3Pebser72g/jI4vXeBBE017j+eMW4nXD0GRsIuK mtiVAPJtb4fIRuFusxRTONW6NJIKsscth4NMs+JxOp7EO1xXELTgnjy0k8amKMpU9awP l6H1s3dhZT2UpCG6J8I49ePRQqbK2pNFElxenc/kcpecNCZZGkMO6uyC65Mug4fKRx4V lXoAy4lnWInoilZ37/TFud5N/htbGRyx/mo03blRAqFXYLDjP6kmUrbflV0rrl0IOY1w FRFQo/reHAQ2LF215vHE+FeTT/k5TkRzbHpZStGLp9ZfMG/uYS2aGDKXJrZ+8TOf1UjG 1gnw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=GWZEvFuar9rN105nEC+aiw/ydL2RBtp76S79ck0h82E=; b=i+7zg0M+ylJuYpl2LPNBtuRRGaEtHoDRD06uB1Q6+Xi2Oh/3pcJ2X6CKAHibc0Zsu4 cmj88JBQygI2xMFhbxpOwOwKKBBXAm1fB0BpWtOFoHKvht9Ts8NeDrbW5bVr7927OvXc x2EW02ey0loch4EfdrEYk9gF+pO+q32pS7sEVgYs0ysSbKO5d6jmz3uEzwE/7bTUlLAm g54GQrD2uvWBjAEZFofRzSPkDgbxcF0vwGbOw/5VWGVO5Njm8UxlXBfrEFd/2oq85DPk dYMigFVkPxSmJV1Y2E3tlrGrOYaIs49d8pZIagTSTO4qI9vct2O1htXUOpnKfNmFSzWQ g38Q== X-Gm-Message-State: AOAM530mIf6QKJPoOn3HUOARIn3h2aPIJacZ3wxtBnj3QtBCjXnedEQ/ 4JBsgT9uEYbRbm6zi0cAdjKI1QuWm7MciVh2QLBEyg== X-Google-Smtp-Source: ABdhPJy2kmLpJTHaTFfVt4wg/dvac+Oj1qYrg+RBsMJiJrDgT1spIieIP9CENP91Xyvli29ipWu2zzWtuk9yux3421o= X-Received: by 2002:a05:6e02:168a:: with SMTP id f10mr8997823ila.2.1639411916494; Mon, 13 Dec 2021 08:11:56 -0800 (PST) MIME-Version: 1.0 References: <20211208024607.1784932-1-irogers@google.com> <20211208024607.1784932-22-irogers@google.com> In-Reply-To: From: Ian Rogers Date: Mon, 13 Dec 2021 08:11:44 -0800 Message-ID: Subject: Re: [PATCH 21/22] perf cpumap: Trim the cpu_aggr_map To: Jiri Olsa Cc: Andi Kleen , Namhyung Kim , John Garry , Kajol Jain , "Paul A . Clarke" , Arnaldo Carvalho de Melo , Riccardo Mancini , Kan Liang , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org, Vineet Singh , James Clark , Mathieu Poirier , Suzuki K Poulose , Mike Leach , Leo Yan , coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, eranian@google.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Dec 11, 2021 at 11:24 AM Jiri Olsa wrote: > > On Tue, Dec 07, 2021 at 06:46:06PM -0800, Ian Rogers wrote: > > cpu_aggr_map__new removes duplicates, when this happens shrink the > > array. > > > > Signed-off-by: Ian Rogers > > --- > > tools/perf/util/cpumap.c | 7 ++++++- > > 1 file changed, 6 insertions(+), 1 deletion(-) > > > > diff --git a/tools/perf/util/cpumap.c b/tools/perf/util/cpumap.c > > index 8a72ee996722..985c87f1f1ca 100644 > > --- a/tools/perf/util/cpumap.c > > +++ b/tools/perf/util/cpumap.c > > @@ -185,7 +185,12 @@ struct cpu_aggr_map *cpu_aggr_map__new(const struct perf_cpu_map *cpus, > > c->nr++; > > } > > } > > - > > + /* Trim. */ > > + if (c->nr != cpus->nr) { > > + c = realloc(c, sizeof(struct cpu_aggr_map) + sizeof(struct aggr_cpu_id) * c->nr); > > + if (!c) > > + return NULL; > > + } > > curious.. we should do this, but did you detect some big waste in here? No real size implications, but I was after coaxing address sanitizer into detecting potential index out of bounds problems. Thanks, Ian > thanks, > jirka > > > /* ensure we process id in increasing order */ > > qsort(c->map, c->nr, sizeof(struct aggr_cpu_id), aggr_cpu_id__cmp); > > > > -- > > 2.34.1.400.ga245620fadb-goog > > >