We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239e551 commit 76f4f8fCopy full SHA for 76f4f8f
python/tracecmd.py
@@ -88,7 +88,7 @@ def cpu(self):
88
89
@cached_property
90
def name(self):
91
- return event_format_name_get(self._format)
+ return tep_event_name_get(self._format)
92
93
94
def pid(self):
0 commit comments