tplist: Don't ignore __data_loc fields
authorSasha Goldshtein <goldshtn@gmail.com>
Wed, 1 Feb 2017 09:57:01 +0000 (09:57 +0000)
committerSasha Goldshtein <goldshtn@gmail.com>
Wed, 1 Feb 2017 09:57:01 +0000 (09:57 +0000)
tools/tplist.py

index c7656a6..515d176 100755 (executable)
@@ -42,8 +42,6 @@ def print_tpoint_format(category, event):
                 parts = match.group(1).split()
                 field_name = parts[-1:][0]
                 field_type = " ".join(parts[:-1])
-                if "__data_loc" in field_type:
-                        continue
                 if field_name.startswith("common_"):
                         continue
                 print("    %s %s;" % (field_type, field_name))