ARM-software / trappy

This repository has moved to https://gitlab.arm.com/tooling/trappy
Apache License 2.0
60 stars 39 forks source link

parse traces from ext4 events #272

Closed kdub closed 6 years ago

kdub commented 6 years ago

Adds trace parsing for ext4_da_write_begin, ext4_da_write_end, ext4_sync_file_enter, and ext4_sync_file_exit events

Test: run the 4 new unit tests (nosetests tests/test_filesystem.py) Change-Id: I9b7049d5e9879cc3dedb5fd9d3d1433fa8304618

bjackman commented 6 years ago

Thanks for the contributions! Will review the other one next week.

kdub commented 6 years ago

thanks for review, adopted changes

bjackman commented 6 years ago

Ah, looks like the 2 PRs conflicted with each other. Could you rebase this onto master?

kdub commented 6 years ago

Sure, rebased, waiting for travis CI to complete