diff options
author | 2023-07-02 18:53:03 -0700 | |
---|---|---|
committer | 2023-07-02 18:53:03 -0700 | |
commit | 3fbff91afbf0148e937b8718ed865b073c587d9f (patch) | |
tree | f69741c34579567af3d31f68737ea322d9311892 /tools/perf/scripts/python/arm-cs-trace-disasm.py | |
parent | Merge branch 'master' into mm-hotfixes-stable (diff) | |
parent | Merge tag 'iomap-6.5-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux (diff) | |
download | wireguard-linux-3fbff91afbf0148e937b8718ed865b073c587d9f.tar.xz wireguard-linux-3fbff91afbf0148e937b8718ed865b073c587d9f.zip |
Merge branch 'master' into mm-hotfixes-stable
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
-rwxr-xr-x | tools/perf/scripts/python/arm-cs-trace-disasm.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/scripts/python/arm-cs-trace-disasm.py b/tools/perf/scripts/python/arm-cs-trace-disasm.py index 4339692a8d0b..d59ff53f1d94 100755 --- a/tools/perf/scripts/python/arm-cs-trace-disasm.py +++ b/tools/perf/scripts/python/arm-cs-trace-disasm.py @@ -9,7 +9,6 @@ from __future__ import print_function import os from os import path -import sys import re from subprocess import * from optparse import OptionParser, make_option |