Skip to content

Commit 5afd6d3

Browse files
notValordacmel
authored andcommitted
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>
1 parent 9a7b618 commit 5afd6d3

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

tools/perf/tests/shell/base_probe/test_adding_blacklisted.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
2+
# perf_probe :: Reject blacklisted probes (exclusive)
33
# SPDX-License-Identifier: GPL-2.0
44

55
#

tools/perf/tests/shell/base_probe/test_adding_kernel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Add 'perf probe's, list and remove them
2+
# perf_probe :: Add probes, list and remove them (exclusive)
33
# SPDX-License-Identifier: GPL-2.0
44

55
#

tools/perf/tests/shell/base_probe/test_basic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
2+
# perf_probe :: Basic perf probe functionality (exclusive)
33
# SPDX-License-Identifier: GPL-2.0
44

55
#

tools/perf/tests/shell/base_probe/test_invalid_options.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
2+
# perf_probe :: Reject invalid options (exclusive)
33
# SPDX-License-Identifier: GPL-2.0
44

55
#

tools/perf/tests/shell/base_probe/test_line_semantics.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
2+
# perf_probe :: Check patterns for line semantics (exclusive)
33
# SPDX-License-Identifier: GPL-2.0
44

55
#

tools/perf/tests/shell/base_report/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
2+
# perftool-testsuite :: perf_report
33
# SPDX-License-Identifier: GPL-2.0
44

55
#

tools/perf/tests/shell/base_report/test_basic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
2+
# perf_report :: Basic perf report options (exclusive)
33
# SPDX-License-Identifier: GPL-2.0
44

55
#

0 commit comments

Comments
 (0)