]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
perf sample: Fix documentation typo
authorIan Rogers <irogers@google.com>
Sun, 12 Apr 2026 02:08:04 +0000 (19:08 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Sun, 12 Apr 2026 19:12:11 +0000 (12:12 -0700)
s/PEF/PERF/

Signed-off-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/sample.h

index ca0c407c4423a4bc0b8098c657238b50ff5a3a17..e556c9b656ea9cd68af8adeeb1be45c4f3fdd4cd 100644 (file)
@@ -126,7 +126,7 @@ struct perf_sample {
        u64 time;
        /** @addr: The sample event PERF_SAMPLE_ADDR value. */
        u64 addr;
-       /** @id: The sample event PERF_SAMPLE_ID or PEF_SAMPLE_IDENTIFIER value. */
+       /** @id: The sample event PERF_SAMPLE_ID or PERF_SAMPLE_IDENTIFIER value. */
        u64 id;
        /** @stream_id: The sample event PERF_SAMPLE_STREAM_ID value. */
        u64 stream_id;