]> xenbits.xensource.com Git - qemu-xen-unstable.git/commitdiff
trace: [tracetool] Change format docs to point to the generated file
authorLluís Vilanova <vilanova@ac.upc.edu>
Sun, 23 Feb 2014 19:37:30 +0000 (20:37 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Wed, 7 May 2014 17:07:18 +0000 (19:07 +0200)
Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
scripts/tracetool/format/c.py
scripts/tracetool/format/d.py
scripts/tracetool/format/events_c.py
scripts/tracetool/format/events_h.py
scripts/tracetool/format/h.py
scripts/tracetool/format/ust_events_c.py
scripts/tracetool/format/ust_events_h.py

index 35555aee1f1b12ea0ccc485de826d526b29922b1..930140b02066be9bd8e84df39a79d2f55715613b 100644 (file)
@@ -2,11 +2,11 @@
 # -*- coding: utf-8 -*-
 
 """
-Generate .c file.
+trace/generated-tracers.c
 """
 
 __author__     = "Lluís Vilanova <vilanova@ac.upc.edu>"
-__copyright__  = "Copyright 2012, Lluís Vilanova <vilanova@ac.upc.edu>"
+__copyright__  = "Copyright 2012-2014, Lluís Vilanova <vilanova@ac.upc.edu>"
 __license__    = "GPL version 2 or (at your option) any later version"
 
 __maintainer__ = "Stefan Hajnoczi"
index a2d594773c1d0ad907488961fded10c04d0ab2bd..74ee0d36266ec000c350d5066ce32740f30aaf52 100644 (file)
@@ -2,11 +2,11 @@
 # -*- coding: utf-8 -*-
 
 """
-Generate .d file (DTrace only).
+trace/generated-tracers.dtrace (DTrace only).
 """
 
 __author__     = "Lluís Vilanova <vilanova@ac.upc.edu>"
-__copyright__  = "Copyright 2012, Lluís Vilanova <vilanova@ac.upc.edu>"
+__copyright__  = "Copyright 2012-2014, Lluís Vilanova <vilanova@ac.upc.edu>"
 __license__    = "GPL version 2 or (at your option) any later version"
 
 __maintainer__ = "Stefan Hajnoczi"
index d670ec83d572e5fa71c0c03dd16f5602159ec740..ea668ee099f2577e34f81b1454ce68db5c4faf50 100644 (file)
@@ -2,11 +2,11 @@
 # -*- coding: utf-8 -*-
 
 """
-Generate .c for event description.
+trace/generated-events.c
 """
 
 __author__     = "Lluís Vilanova <vilanova@ac.upc.edu>"
-__copyright__  = "Copyright 2012, Lluís Vilanova <vilanova@ac.upc.edu>"
+__copyright__  = "Copyright 2012-2014, Lluís Vilanova <vilanova@ac.upc.edu>"
 __license__    = "GPL version 2 or (at your option) any later version"
 
 __maintainer__ = "Stefan Hajnoczi"
index d30ccea8a137adb4dfe3978fffcd3da5fe50f0dc..f3febae937fbe71f794ba6ac064e6c13155d621d 100644 (file)
@@ -2,11 +2,11 @@
 # -*- coding: utf-8 -*-
 
 """
-Generate .h for event description.
+trace/generated-events.h
 """
 
 __author__     = "Lluís Vilanova <vilanova@ac.upc.edu>"
-__copyright__  = "Copyright 2012, Lluís Vilanova <vilanova@ac.upc.edu>"
+__copyright__  = "Copyright 2012-2014, Lluís Vilanova <vilanova@ac.upc.edu>"
 __license__    = "GPL version 2 or (at your option) any later version"
 
 __maintainer__ = "Stefan Hajnoczi"
index 9b0903d6f9d44bcc3505f628b283073aeffd90a6..85f011f76be9222e36f7f9b710fbf312e32dfc90 100644 (file)
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 """
-Generate .h file.
+trace/generated-tracers.h
 """
 
 __author__     = "Lluís Vilanova <vilanova@ac.upc.edu>"
index 116e7132253fe277de0da4233ded05b895052af8..d048b0a5518e85f964c729c9f3f15b437ffda8af 100644 (file)
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 """
-Generate .c for LTTng ust event description.
+trace/generated-ust.c
 """
 
 __author__     = "Mohamad Gebai <mohamad.gebai@polymtl.ca>"
index f206eca6ecff0afb19e6d487dc3807e47b1fe600..a3ef7859e68fd5a179479b17385b78cf7d526001 100644 (file)
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 """
-Generate .h for LTTng ust event description.
+trace/generated-ust-provider.h
 """
 
 __author__     = "Mohamad Gebai <mohamad.gebai@polymtl.ca>"