Created by: mtrofin
Trace conversion is CPU bound. To enable alternative, parallel processing of raw files, we factor core conversion functionality from raw2trace_t into a template, trace_converter_t.
Parallel converters would want to share the loaded modules data. The CL factors out module loading logic into module_mapper_t.
Most of the change is in-place. Added test for stand-alone module loading.