]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf comm str: Avoid sort during insert
authorIan Rogers <irogers@google.com>
Wed, 3 Jul 2024 17:21:16 +0000 (10:21 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 3 Jul 2024 21:59:15 +0000 (14:59 -0700)
commitfeaaa8be0b1efce6e8fb4222654413246bdc30aa
tree77cfa97e8c568fb28a9c2bfdd4727c281d2b4be5
parent2eae307ec529a48dd6de89c86d0df62c7f5fc537
perf comm str: Avoid sort during insert

The array is sorted, so just move the elements and insert in order.

Fixes: 13ca628716c6 ("perf comm: Add reference count checking to 'struct comm_str'")
Reported-by: Matt Fleming <matt@readmodwrite.com>
Signed-off-by: Ian Rogers <irogers@google.com>
Tested-by: Matt Fleming <matt@readmodwrite.com>
Cc: Steinar Gunderson <sesse@google.com>
Cc: Athira Rajeev <atrajeev@linux.vnet.ibm.com>
Link: https://lore.kernel.org/r/20240703172117.810918-2-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/comm.c