sim: move trace init to dynamic modules.c

Use the new modules.c framework to find & initialize this module.
This commit is contained in:
Mike Frysinger
2021-06-13 22:42:49 -04:00
parent 05d54a045c
commit 0ecdca38bc
4 changed files with 11 additions and 8 deletions

View File

@@ -142,9 +142,6 @@ enum {
#define WITH_TRACE_SYSCALL_P WITH_TRACE_P (TRACE_SYSCALL_IDX)
#define WITH_TRACE_REGISTER_P WITH_TRACE_P (TRACE_REGISTER_IDX)
#define WITH_TRACE_DEBUG_P WITH_TRACE_P (TRACE_DEBUG_IDX)
/* Tracing install handler. */
MODULE_INSTALL_FN trace_install;
/* Struct containing all system and cpu trace data.