]> git.proxmox.com Git - qemu.git/commit
Avoid all systemtap reserved words
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 2 Nov 2012 12:00:53 +0000 (12:00 +0000)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 16 Nov 2012 12:12:13 +0000 (13:12 +0100)
commit81dee729c1a8fccaab8cd978721acca0282f43c9
treecdfb89efb25ea571cfc6ecdcfa2cfa50a1f2e5bc
parent6801038bc52d61f81ac8a25fbe392f1bad982887
Avoid all systemtap reserved words

Over time various systemtap reserved words have been blacklisted
in the trace backend generator. The list is not complete though,
so there is continued risk of problems in the future. Preempt
such problems by specifying the full list of systemtap keywords
listed in its parser as identified here:

  http://sourceware.org/ml/systemtap/2012-q4/msg00157.html

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
scripts/tracetool/backend/dtrace.py