aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorVasily Gorbik <[email protected]>2019-07-14 20:49:23 +0200
committerHeiko Carstens <[email protected]>2019-07-23 10:45:53 +0200
commit5518aed82d2abd97f8d3ec91d8ba455d939e8cd1 (patch)
tree503de6456632eb2baef928cd80f65547d06f0f83 /tools/perf/scripts/python/exported-sql-viewer.py
parenta963609e27786e2b0a80e649ca78798bf769c5d3 (diff)
s390: wire up clone3 system call
Tested (64-bit and compat mode) using program from http://lkml.kernel.org/r/[email protected] with the following: return syscall(__NR_clone, flags, 0, pidfd, 0, 0); changed to: return syscall(__NR_clone, 0, flags, pidfd, 0, 0); due to CLONE_BACKWARDS2. Signed-off-by: Vasily Gorbik <[email protected]> Acked-by: Christian Borntraeger <[email protected]> Signed-off-by: Heiko Carstens <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions