Commit ff0676e
committed
ftrace: Update ftrace event regex
The regex used for the parsing of ftrace events proved inadequate for
parsing certain events, namely those that started with opening
parentheses, as described in issue #239.
The solution is an update to the regex which I have attempted to verify
using regex101 in Java mode.
Fixes: #239
Signed-off-by: Felix Kuhlmann <felix-kuhlmann@gmx.de>1 parent 11f36c0 commit ff0676e
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- tracetypes/org.eclipse.tracecompass.incubator.ftrace.core/src/org/eclipse/tracecompass/incubator/internal/ftrace/core/event
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments