]> git.proxmox.com Git - qemu.git/commit
tracetool: Forbid argument name 'next'
authorKevin Wolf <kwolf@redhat.com>
Mon, 12 Mar 2012 09:30:02 +0000 (10:30 +0100)
committerKevin Wolf <kwolf@redhat.com>
Thu, 5 Apr 2012 12:54:39 +0000 (14:54 +0200)
commitfa6b8733c93107d7fcd7018d1822e93ba9edaa94
tree997d298f560d4bac704b1b69bfadc8db54f4aa8d
parentbfe24e1a26d33d57df3c75e7f44273f0b0ca5943
tracetool: Forbid argument name 'next'

It has happened more than once that patches that look perfectly sane
and work with simpletrace broke systemtap because they use 'next' as an
argument name for a tracing function. However, 'next' is a keyword for
systemtap, so we shouldn't use it.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
scripts/tracetool