Loading
perf annotate: Move some source code related fields from 'struct annotation'...
perf annotate: Move some source code related fields from 'struct annotation' to 'struct annotated_source' stable inclusion from stable-v6.6.54 commit 4c857dcf34a5e642e70dd64b4254d15248ad2096 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IAZ3K2 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=4c857dcf34a5e642e70dd64b4254d15248ad2096 -------------------------------- [ Upstream commit 0aae4c99c5f8f748c6cb5ca03bb3b3ae8cfb10df ] Some fields in the 'struct annotation' are only used with 'struct annotated_source' so better to be moved there in order to reduce memory consumption for other symbols. Reviewed-by:Ian Rogers <irogers@google.com> Signed-off-by:
Namhyung Kim <namhyung@kernel.org> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Cc: Ingo Molnar <mingo@kernel.org> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: https://lore.kernel.org/r/20231103191907.54531-5-namhyung@kernel.org Signed-off-by:
Arnaldo Carvalho de Melo <acme@redhat.com> Stable-dep-of: 3ef44458071a ("perf report: Fix --total-cycles --stdio output error") Signed-off-by:
Sasha Levin <sashal@kernel.org> (cherry picked from commit 4c857dcf34a5e642e70dd64b4254d15248ad2096) Signed-off-by:
Wentao Guan <guanwentao@uniontech.com>