summaryrefslogtreecommitdiffstats
path: root/scripts/tracetool/format/stap.py
Commit message (Collapse)AuthorAgeFilesLines
* trace: extract stap_escape() function for reuseStefan Hajnoczi2014-08-121-3/+8
| | | | | | | | | 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>
* trace: [tracetool] Minimize the amount of per-backend codeLluís Vilanova2014-05-071-3/+39
| | | | | | | Backends now only contain the essential backend-specific code, and most of the work is moved to frontend code. Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
* tracetool: Add support for the 'dtrace' backendLluís Vilanova2012-04-181-0/+20
Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>