commit | a76ccf3c1cb06576af091c5ac8bc264515b1bb7f | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Sun Jun 22 21:46:04 2014 +0800 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Tue Aug 12 14:26:11 2014 +0100 |
tree | 1abca48701be45aa32e8e13e4ef9b1637b8800af | |
parent | 2d591ce2aeebf9620ff527c7946844a3122afeec [diff] |
trace: extract stap_escape() function for reuse SystemTap reserved words sometimes conflict with QEMU variable names. We escape them to prevent conflicts. Move escaping into its own function so the next patch can reuse it. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>