Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf test perftool_testsuite: Add missing description

Properly name the test cases of perftool_testsuite instead of the
license being taken as the name for 'perf test'.

Signed-off-by: Veronika Molnarova <vmolnaro@redhat.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20250113182605.130719-2-vmolnaro@redhat.com
Signed-off-by: Michael Petlan <mpetlan@redhat.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Veronika Molnarova and committed by
Arnaldo Carvalho de Melo
5afd6d38 9a7b618e

+7 -7
+1 -1
tools/perf/tests/shell/base_probe/test_adding_blacklisted.sh
··· 1 1 #!/bin/bash 2 - 2 + # perf_probe :: Reject blacklisted probes (exclusive) 3 3 # SPDX-License-Identifier: GPL-2.0 4 4 5 5 #
+1 -1
tools/perf/tests/shell/base_probe/test_adding_kernel.sh
··· 1 1 #!/bin/bash 2 - # Add 'perf probe's, list and remove them 2 + # perf_probe :: Add probes, list and remove them (exclusive) 3 3 # SPDX-License-Identifier: GPL-2.0 4 4 5 5 #
+1 -1
tools/perf/tests/shell/base_probe/test_basic.sh
··· 1 1 #!/bin/bash 2 - 2 + # perf_probe :: Basic perf probe functionality (exclusive) 3 3 # SPDX-License-Identifier: GPL-2.0 4 4 5 5 #
+1 -1
tools/perf/tests/shell/base_probe/test_invalid_options.sh
··· 1 1 #!/bin/bash 2 - 2 + # perf_probe :: Reject invalid options (exclusive) 3 3 # SPDX-License-Identifier: GPL-2.0 4 4 5 5 #
+1 -1
tools/perf/tests/shell/base_probe/test_line_semantics.sh
··· 1 1 #!/bin/bash 2 - 2 + # perf_probe :: Check patterns for line semantics (exclusive) 3 3 # SPDX-License-Identifier: GPL-2.0 4 4 5 5 #
+1 -1
tools/perf/tests/shell/base_report/setup.sh
··· 1 1 #!/bin/bash 2 - 2 + # perftool-testsuite :: perf_report 3 3 # SPDX-License-Identifier: GPL-2.0 4 4 5 5 #
+1 -1
tools/perf/tests/shell/base_report/test_basic.sh
··· 1 1 #!/bin/bash 2 - 2 + # perf_report :: Basic perf report options (exclusive) 3 3 # SPDX-License-Identifier: GPL-2.0 4 4 5 5 #