.gitignore
LICENSE
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
.idea/.gitignore
.idea/misc.xml
.idea/modules.xml
.idea/stracetools.iml
.idea/vcs.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/inspectionProfiles/profiles_settings.xml
docs/filtered_events.svg
examples/basic_usage.py
examples/ls.strace.out
stracetools/__init__.py
stracetools/analyzer.py
stracetools/default_syscall_colors.json
stracetools/parser.py
stracetools/visualizer.py
stracetools.egg-info/PKG-INFO
stracetools.egg-info/SOURCES.txt
stracetools.egg-info/dependency_links.txt
stracetools.egg-info/requires.txt
stracetools.egg-info/top_level.txt
tests/__init__.py
tests/test_analyzer.py
tests/test_parser.py