summary refs log tree commit diff stats
path: root/scripts/tracetool/format/ust_events_c.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tracetool/format/ust_events_c.py')
-rw-r--r--scripts/tracetool/format/ust_events_c.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tracetool/format/ust_events_c.py b/scripts/tracetool/format/ust_events_c.py
index 9967c7a82e..cd87d8ab8f 100644
--- a/scripts/tracetool/format/ust_events_c.py
+++ b/scripts/tracetool/format/ust_events_c.py
@@ -16,7 +16,7 @@ __email__      = "stefanha@redhat.com"
 from tracetool import out
 
 
-def generate(events, backend):
+def generate(events, backend, group):
     events = [e for e in events
               if "disabled" not in e.properties]