mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
perf sample: Fix documentation typo
s/PEF/PERF/ Signed-off-by: Ian Rogers <irogers@google.com> Signed-off-by: Namhyung Kim <namhyung@kernel.org>
This commit is contained in:
parent
4e03d6494f
commit
fab205e492
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user