Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

perf sample: Fix documentation typo

s/PEF/PERF/

Signed-off-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>

authored by

Ian Rogers and committed by
Namhyung Kim
fab205e4 4e03d649

+1 -1
+1 -1
tools/perf/util/sample.h
··· 126 126 u64 time; 127 127 /** @addr: The sample event PERF_SAMPLE_ADDR value. */ 128 128 u64 addr; 129 - /** @id: The sample event PERF_SAMPLE_ID or PEF_SAMPLE_IDENTIFIER value. */ 129 + /** @id: The sample event PERF_SAMPLE_ID or PERF_SAMPLE_IDENTIFIER value. */ 130 130 u64 id; 131 131 /** @stream_id: The sample event PERF_SAMPLE_STREAM_ID value. */ 132 132 u64 stream_id;