]> sourceware.org Git - systemtap.git/commit
PR23160,PR14690: fix to exclude __do_ variants of syscalls
authorJafeer Uddin <juddin@redhat.com>
Tue, 10 Jul 2018 17:05:38 +0000 (13:05 -0400)
committerJafeer Uddin <juddin@redhat.com>
Tue, 10 Jul 2018 17:05:38 +0000 (13:05 -0400)
commita81fb5d448c2d13f15381489ef1655677c483431
tree19923d3f86e7bf2fb2144a8cec78405f0dd06445
parent843827cc54f87158ccec761e29532eb87fa58b9f
PR23160,PR14690: fix to exclude __do_ variants of syscalls

* tapset/linux/sysc_*.stp: changed wildcards to be more specific

* tapset/linux/syscall_aux2.stpm: new file to define @arch_syscall_prefix

* tapsets.cxx: add support for alternation operators in function probes

* util.cxx: add translation from csh-style brace globs to ksh-style @(a|b) to
  be able to use {foo,bar} syntax in places where fnmatch() is used

* util.h: add function prototype for csh_to_ksh()
tapset/linux/sysc_close.stp
tapset/linux/sysc_creat.stp
tapset/linux/sysc_open.stp
tapset/linux/sysc_openat.stp
tapset/linux/sysc_read.stp
tapset/linux/sysc_write.stp
tapset/linux/syscall_aux2.stpm [new file with mode: 0644]
tapsets.cxx
util.cxx
util.h
This page took 0.03005 seconds and 5 git commands to generate.