Tracing
This commit is contained in:
@@ -25,6 +25,14 @@ compile_error!("ruin-runtime currently supports only Linux x86_64.");
|
||||
|
||||
extern crate alloc;
|
||||
|
||||
pub(crate) mod trace_targets {
|
||||
pub const DRIVER: &str = "ruin_runtime::driver";
|
||||
pub const RUNTIME: &str = "ruin_runtime::runtime";
|
||||
pub const SCHEDULER: &str = "ruin_runtime::scheduler";
|
||||
pub const TIMER: &str = "ruin_runtime::timer";
|
||||
pub const ASYNC: &str = "ruin_runtime::async";
|
||||
}
|
||||
|
||||
pub mod channel;
|
||||
pub mod fs;
|
||||
pub mod net;
|
||||
|
||||
Reference in New Issue
Block a user