LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
scorep/__init__.py
scorep/__main__.py
scorep/_version.py
scorep/helper.py
scorep/instrumenter.py
scorep/subsystem.py
scorep/user.py
scorep.egg-info/PKG-INFO
scorep.egg-info/SOURCES.txt
scorep.egg-info/dependency_links.txt
scorep.egg-info/top_level.txt
scorep/_instrumenters/__init__.py
scorep/_instrumenters/base_instrumenter.py
scorep/_instrumenters/dummy.py
scorep/_instrumenters/scorep_cProfile.py
scorep/_instrumenters/scorep_cTrace.py
scorep/_instrumenters/scorep_instrumenter.py
scorep/_instrumenters/scorep_profile.py
scorep/_instrumenters/scorep_trace.py
scorep/_instrumenters/utils.py
src/classes.cpp
src/classes.hpp
src/methods.cpp
src/methods.hpp
src/scorep.hpp
src/scorep_bindings.cpp
src/scorepy/cInstrumenter.cpp
src/scorepy/cInstrumenter.hpp
src/scorepy/events.cpp
src/scorepy/events.hpp
src/scorepy/pathUtils.cpp
src/scorepy/pathUtils.hpp
src/scorepy/pythonHelpers.cpp
src/scorepy/pythonHelpers.hpp
test/test_helper.py
test/test_scorep.py
test/test_subsystem.py