perf test: Fix comment ordering
authorBlake Jones <blakejones@google.com>
Sat, 26 Jul 2025 00:40:23 +0000 (17:40 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Sat, 26 Jul 2025 22:34:48 +0000 (15:34 -0700)
commitd89c58068aa667295fa75d0613c869b612bd6249
treef1eeaedf7f191b8d99605e426b1fe21986eb2a77
parent6e19839a80b8713b836722ba9d99a3ab12cfb651
perf test: Fix comment ordering

The previous commit that introduced this test overlooked a behavior of
"perf test list", causing it to print "SPDX-License-Identifier: GPL-2.0"
as a description for that test.  This reorders the comments to fix that
issue.

Fixes: edf2cadf01e8 ("perf test: add test for BPF metadata collection")
Signed-off-by: Blake Jones <blakejones@google.com>
Reviewed-by: Ian Rogers <irogers@google.com>
Link: https://lore.kernel.org/r/20250726004023.3466563-1-blakejones@google.com
[ update the commit message a little bit ]
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/tests/shell/test_bpf_metadata.sh