summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorTiezhu Yang <yangtiezhu@loongson.cn>2023-05-30 18:09:59 +0800
committerArnaldo Carvalho de Melo <acme@redhat.com>2023-06-05 11:37:05 -0300
commitd6e1cc6b7220073d6d5d2edd79edf2d36da046bf (patch)
treec87706cd230e3b17d88a49b66f2f3aebaa34aee4 /tools/perf/scripts/python/exported-sql-viewer.py
parent0d0db47634611bf25bb933fec801faa91702a3ab (diff)
downloadlinux-d6e1cc6b7220073d6d5d2edd79edf2d36da046bf.tar.gz
linux-d6e1cc6b7220073d6d5d2edd79edf2d36da046bf.tar.bz2
linux-d6e1cc6b7220073d6d5d2edd79edf2d36da046bf.zip
perf arm64: Handle __NR3264_ prefixed syscall number
After commit 9854e7ad35fe ("perf arm64: Simplify mksyscalltbl"), in the generated syscall table file syscalls.c, there exist some __NR3264_ prefixed syscall numbers such as [__NR3264_ftruncate], it looks like not so good, just do some small filter operations to handle __NR3264_ prefixed syscall number as a digital number. Without this patch: [__NR3264_ftruncate] = "ftruncate", With this patch: [46] = "ftruncate", Suggested-by: Alexander Kapshuk <alexander.kapshuk@gmail.com> Reviewed-by: Huacai Chen <chenhuacai@loongson.cn> Reviewed-by: Leo Yan <leo.yan@linaro.org> Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> Acked-by: Ian Rogers <irogers@google.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: loongarch@lists.linux.dev Link: https://lore.kernel.org/r/1685441401-8709-4-git-send-email-yangtiezhu@loongson.cn Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions