diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/tracetool/format/h.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/tracetool/format/h.py b/scripts/tracetool/format/h.py index 285d7b0..ea126b0 100644 --- a/scripts/tracetool/format/h.py +++ b/scripts/tracetool/format/h.py @@ -16,10 +16,7 @@ from tracetool import out def generate(events, backend, group): - if group == "root": - header = "trace/control-vcpu.h" - else: - header = "trace/control.h" + header = "trace/control.h" out('/* This file is autogenerated by tracetool, do not edit. */', '', |