Skip to content

Commit 76f4f8f

Browse files
committed
fix tracecmd.py
1 parent 239e551 commit 76f4f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tracecmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def cpu(self):
8888

8989
@cached_property
9090
def name(self):
91-
return event_format_name_get(self._format)
91+
return tep_event_name_get(self._format)
9292

9393
@cached_property
9494
def pid(self):

0 commit comments

Comments
 (0)