summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorBrian Gerst <brgerst@gmail.com>2020-03-13 22:51:39 +0300
committerThomas Gleixner <tglx@linutronix.de>2020-03-21 18:03:23 +0300
commita845a6cf1dad16fa86007c86702fb27fec89d38b (patch)
treeb4df83116cfe35c805d14f6441abfd9ff937998e /tools/perf/scripts/python/stackcollapse.py
parentcab56d3484d4bb8b21e4d9500392ac1ce99af026 (diff)
downloadlinux-a845a6cf1dad16fa86007c86702fb27fec89d38b.tar.xz
x86/entry/32: Clean up syscall_32.tbl
After removal of the __ia32_ prefix, remove compat entries that are now identical to the native entry. Converted with this script and fixing up whitespace: while read nr abi name entry compat; do if [ "${nr:0:1}" = "#" ]; then echo $nr $abi $name $entry $compat continue fi if [ "$entry" = "$compat" ]; then compat="" fi echo "$nr $abi $name $entry $compat" done Signed-off-by: Brian Gerst <brgerst@gmail.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/20200313195144.164260-14-brgerst@gmail.com
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions