mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 20:38:57 +00:00
Merge pull request #443 from setrofim/master
utils/trace_cmd: fix event parsing
This commit is contained in:
commit
9500bcd914
@ -308,7 +308,7 @@ class TraceCmdTrace(object):
|
||||
if not found:
|
||||
continue
|
||||
|
||||
thread_string, rest = parts[0].split(' [')
|
||||
thread_string, rest = parts[0].rsplit(' [', 1)
|
||||
cpu_id, ts_string = rest.split('] ')
|
||||
body = parts[2].strip()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user