]> git.baikalelectronics.ru Git - kernel.git/commit
perf inject: Fix itrace space allowed for new attributes
authorAdrian Hunter <adrian.hunter@intel.com>
Thu, 25 Nov 2021 07:14:57 +0000 (09:14 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 7 Dec 2021 00:57:52 +0000 (21:57 -0300)
commitfcabc448a9f82b4ecf3e3f68d050dc621a90686e
tree4f3934b7ef0c7256ff41ca99fc3732042eebc01e
parenta404db5ba92a246f0425814509b142c364b0bca7
perf inject: Fix itrace space allowed for new attributes

The space allowed for new attributes can be too small if existing header
information is large. That can happen, for example, if there are very
many CPUs, due to having an event ID per CPU per event being stored in the
header information.

Fix by adding the existing header.data_offset. Also increase the extra
space allowed to 8KiB and align to a 4KiB boundary for neatness.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lore.kernel.org/lkml/20211125071457.2066863-1-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-inject.c