diff --git a/python/tracecmd.py b/python/tracecmd.py index 4d481576..c5671640 100644 --- a/python/tracecmd.py +++ b/python/tracecmd.py @@ -88,7 +88,7 @@ def cpu(self): @cached_property def name(self): - return event_format_name_get(self._format) + return tep_event_name_get(self._format) @cached_property def pid(self):