WIP: Events can be defined with no fields yielding no " { } " field text
[lttng-tools.git] / tests / utils / parse-callstack.py
index 3bfddd9eff36631b5d179f6495c672d7e28c9965..1bb876141cc40a900127b0c0a0e80eabf14cfe7f 100755 (executable)
@@ -89,8 +89,8 @@ def extract_kernel_func_names(raw_callstack):
     return recorded_callstack
 
 # Regex capturing the callstack_user and callstack_kernel context
-user_cs_rexp='.*callstack_user\ \=\ \[(.*)\]\ .*\}, \{.*\}'
-kernel_cs_rexp='.*callstack_kernel\ \=\ \[(.*)\]\ .*\}, \{.*\}'
+user_cs_rexp='.*callstack_user\ \=\ \[(.*)\]\ .*\}'
+kernel_cs_rexp='.*callstack_kernel\ \=\ \[(.*)\]\ .*\}'
 
 def main():
     """
This page took 0.02595 seconds and 5 git commands to generate.