]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
perf test perftool_testsuite: Add missing description
authorVeronika Molnarova <vmolnaro@redhat.com>
Mon, 13 Jan 2025 18:25:56 +0000 (19:25 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 14 Jan 2025 17:57:20 +0000 (14:57 -0300)
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>
tools/perf/tests/shell/base_probe/test_adding_blacklisted.sh
tools/perf/tests/shell/base_probe/test_adding_kernel.sh
tools/perf/tests/shell/base_probe/test_basic.sh
tools/perf/tests/shell/base_probe/test_invalid_options.sh
tools/perf/tests/shell/base_probe/test_line_semantics.sh
tools/perf/tests/shell/base_report/setup.sh
tools/perf/tests/shell/base_report/test_basic.sh

index bead723e34af3f0e874e3a9e1dd3433907a275ff..7a1059d1cd07171a6c70dbc3d513e7ba1117111d 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-
+# perf_probe :: Reject blacklisted probes (exclusive)
 # SPDX-License-Identifier: GPL-2.0
 
 #
index f8b5f096d0d723460b580e1d2e44051a32c0bc2e..60b31a9ff2368f33f60ea2b905e83efd2f0f50a7 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Add 'perf probe's, list and remove them
+# perf_probe :: Add probes, list and remove them (exclusive)
 # SPDX-License-Identifier: GPL-2.0
 
 #
index 09669ec479f23d2f57937d5187004e7eda6f5222..a69dc1c9f92c1b9654a53a2bd08b8dde0bf83333 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-
+# perf_probe :: Basic perf probe functionality (exclusive)
 # SPDX-License-Identifier: GPL-2.0
 
 #
index 0f835558a14b2069ca0c199f3664f85005c89742..8d1570c44a54ac75a7208b96df334958f69d0825 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-
+# perf_probe :: Reject invalid options (exclusive)
 # SPDX-License-Identifier: GPL-2.0
 
 #
index b114f3e50b7fe1317edc58a02ff752b35d83d964..2ab70a543087c5437a79932f06c408582075b37f 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-
+# perf_probe :: Check patterns for line semantics (exclusive)
 # SPDX-License-Identifier: GPL-2.0
 
 #
index 4caa496660c64f5ed60719e28d57fcc5fe9ae0d7..b03501b2e8fc53309c4ab03f1de5149aaa273a52 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-
+# perftool-testsuite :: perf_report
 # SPDX-License-Identifier: GPL-2.0
 
 #
index 47677cbd4df31f0a5b4a0e67e591cc6d753f41a4..2398eba4d3fdd3db3e7198381bab49a3087cc455 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-
+# perf_report :: Basic perf report options (exclusive)
 # SPDX-License-Identifier: GPL-2.0
 
 #