summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2026-04-12 05:08:04 +0300
committerNamhyung Kim <namhyung@kernel.org>2026-04-12 22:12:11 +0300
commitfab205e49286ab01cbc6fa8debd65a5a6e6cca71 (patch)
treeff3728ddc652ef37ee48f1a9d7bc7a2398d057b3 /tools
parent4e03d6494f9504f8af46ba68a2a8b6877c196789 (diff)
downloadlinux-fab205e49286ab01cbc6fa8debd65a5a6e6cca71.tar.xz
perf sample: Fix documentation typo
s/PEF/PERF/ Signed-off-by: Ian Rogers <irogers@google.com> Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/util/sample.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/sample.h b/tools/perf/util/sample.h
index ca0c407c4423..e556c9b656ea 100644
--- a/tools/perf/util/sample.h
+++ b/tools/perf/util/sample.h
@@ -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;