-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Hello everybody,
Bug Description:
Some time ago I have documented a bug where the parsing of ascii ftrace files stop seemingly at random when going through the file. The result is that only the events up until this stop get displayed.
I have accidentally filed the same bug report for the main repo because I thought the ftrace component is included there and not here.
Further details can be found in #eclipse-tracecompass/org.eclipse.tracecompass#193.
The issue appears to be due to an event name starting with opening parentheses "(" which in turn seems to terminate the parsing process.
I'd like to work on a fix concerning this issue. Before I start my work on it, I'd like to know whether this is a known issue that you want to have fixed :)
Steps to Reproduce
- Download the ZIP file below
- Transform the binary file "long_program.dat" into a text file with
trace-cmd report > long_program.txt - Load it into a Trace Compass project and compare the number of events of the binary file and the ascii file (Should be different due to error described above)
- In the ascii file, search and replace all occurrences of "(udev-worker)" with "udev-worker"
- Reload ascii file, compare again: Event number should be equal
Thanks in advance
Felix
Metadata
Metadata
Assignees
Labels
No labels