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 doc: Fix typo in perf.data-file-format.txt

The 'it' should be 'is' here, fix it.

Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lore.kernel.org/r/20230727105001.261420-1-xiujianfeng@huawei.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Xiu Jianfeng and committed by
Arnaldo Carvalho de Melo
1e372014 69a87a32

+1 -1
+1 -1
tools/perf/Documentation/perf.data-file-format.txt
··· 43 43 44 44 Flags section: 45 45 46 - For each of the optional features a perf_file_section it placed after the data 46 + For each of the optional features a perf_file_section is placed after the data 47 47 section if the feature bit is set in the perf_header flags bitset. The 48 48 respective perf_file_section points to the data of the additional header and 49 49 defines its size.