]> 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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Dec 2021 09:30:16 +0000 (10:30 +0100)
commit827c26c65878bdac13f191e486313f490ae71bfa
tree9198138493730e49d3b1b8d54cf4f1b5f10d08b4
parentc626dc87130b4a72b921607c2966df3cba95d5ee
perf inject: Fix itrace space allowed for new attributes

commit 66a0f866a278e6c78905d873ee3d1b70062b895f upstream.

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>
[Adrian: Backport to v5.15]
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/perf/builtin-inject.c