]> git.ipfire.org Git - thirdparty/libvirt.git/commit
src: rewrite systemtap probe generator in Python
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 30 Aug 2019 12:22:54 +0000 (13:22 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 20 Nov 2019 14:45:25 +0000 (14:45 +0000)
commit952c018efe6d7b32cc4f240ba660a3b6c93c0c9d
treee3cce93512713063e7b3d028123f304f8b191881
parentd30a1ad04431c245ee606d7825e8a1f3d8e691c8
src: rewrite systemtap probe generator in Python

As part of a goal to eliminate Perl from libvirt build tools,
rewrite the dtrace2systemtap.pl tool in Python.

This was a straight conversion, manually going line-by-line to
change the syntax from Perl to Python. Thus the overall structure
of the file and approach is the same.

The "--with-modules" flag was dropped because this functionality
is not implicitly always enabled.

Tested-by: Cole Robinson <crobinso@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Makefile.am
scripts/dtrace2systemtap.py [new file with mode: 0755]
src/Makefile.am
src/dtrace2systemtap.pl [deleted file]