trace: [tracetool] Change format docs to point to the generated file
[qemu/kevin.git] / scripts / tracetool / format / d.py
blob74ee0d36266ec000c350d5066ce32740f30aaf52
1 #!/usr/bin/env python
2 # -*- coding: utf-8 -*-
4 """
5 trace/generated-tracers.dtrace (DTrace only).
6 """
8 __author__ = "Lluís Vilanova <vilanova@ac.upc.edu>"
9 __copyright__ = "Copyright 2012-2014, Lluís Vilanova <vilanova@ac.upc.edu>"
10 __license__ = "GPL version 2 or (at your option) any later version"
12 __maintainer__ = "Stefan Hajnoczi"
13 __email__ = "stefanha@linux.vnet.ibm.com"
16 from tracetool import out
19 def begin(events):
20 out('/* This file is autogenerated by tracetool, do not edit. */')