diff options
| author | Ian Rogers <irogers@google.com> | 2026-04-12 05:08:04 +0300 |
|---|---|---|
| committer | Namhyung Kim <namhyung@kernel.org> | 2026-04-12 22:12:11 +0300 |
| commit | fab205e49286ab01cbc6fa8debd65a5a6e6cca71 (patch) | |
| tree | ff3728ddc652ef37ee48f1a9d7bc7a2398d057b3 /tools | |
| parent | 4e03d6494f9504f8af46ba68a2a8b6877c196789 (diff) | |
| download | linux-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.h | 2 |
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; |
