]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf test: Remove cpu-list BPF cgroup counter test
authorMichael Petlan <mpetlan@redhat.com>
Fri, 1 Nov 2024 10:28:12 +0000 (11:28 +0100)
committerNamhyung Kim <namhyung@kernel.org>
Tue, 5 Nov 2024 06:10:48 +0000 (22:10 -0800)
commitc741c7b5e98357e9f45e012f8c4295b5aed8d5c0
tree56229d42d2029fc9464d99bd1b29558f18c3cf07
parent13e17c9ff49119aa2826dbf1e130f34d4d7a55d9
perf test: Remove cpu-list BPF cgroup counter test

The cpu-list part of this testcase has proven itself to be unreliable.
Sometimes, we get "<not counted>" for system.slice when pinned to CPUs
0 and 1. In such case, the test fails.

Since we cannot simply guarantee that any system.slice load will run
on any arbitrary list of CPUs, except the whole set of all CPUs, let's
rather remove the cpu-list subtest.

Fixes: a84260e314029e6dc9904fd ("perf test stat_bpf_counters_cgrp: Enhance perf stat cgroup BPF counter test")
Signed-off-by: Michael Petlan <mpetlan@redhat.com>
Cc: vmolnaro@redhat.com
Cc: bpf@vger.kernel.org
Link: https://lore.kernel.org/r/20241101102812.576425-1-mpetlan@redhat.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/tests/shell/stat_bpf_counters_cgrp.sh