Commit 3ea6eee8 authored by Sasha Goldshtein's avatar Sasha Goldshtein

tplist: Don't ignore __data_loc fields

parent c6aaaed1
......@@ -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))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment