Commit 5afd6d38 authored by Veronika Molnarova's avatar Veronika Molnarova Committed by Arnaldo Carvalho de Melo
Browse files

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: default avatarVeronika 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: default avatarMichael Petlan <mpetlan@redhat.com>
Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 9a7b618e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/bash

# perf_probe :: Reject blacklisted probes (exclusive)
# SPDX-License-Identifier: GPL-2.0

#
+1 −1
Original line number Diff line number Diff line
#!/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

#
+1 −1
Original line number Diff line number Diff line
#!/bin/bash

# perf_probe :: Basic perf probe functionality (exclusive)
# SPDX-License-Identifier: GPL-2.0

#
+1 −1
Original line number Diff line number Diff line
#!/bin/bash

# perf_probe :: Reject invalid options (exclusive)
# SPDX-License-Identifier: GPL-2.0

#
+1 −1
Original line number Diff line number Diff line
#!/bin/bash

# perf_probe :: Check patterns for line semantics (exclusive)
# SPDX-License-Identifier: GPL-2.0

#
Loading