From: Arnaldo Carvalho de Melo Date: Tue, 21 Jun 2022 15:34:37 +0000 (-0300) Subject: perf trace beauty: Fix generation of errno id->str table on ALT Linux X-Git-Tag: v6.1-rc5~985^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3713e2494b6ab98f0476bb575b22323775f7d77a;p=platform%2Fkernel%2Flinux-starfive.git perf trace beauty: Fix generation of errno id->str table on ALT Linux For some reason using: cat < Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/trace/beauty/arch_errno_names.sh b/tools/perf/trace/beauty/arch_errno_names.sh index 2c5f72f..37c53ba 100755 --- a/tools/perf/trace/beauty/arch_errno_names.sh +++ b/tools/perf/trace/beauty/arch_errno_names.sh @@ -33,23 +33,13 @@ create_errno_lookup_func() local arch=$(arch_string "$1") local nr name - cat <