Home
last modified time | relevance | path

Searched refs:profiling_agent (Results 1 – 8 of 8) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/profiling_agent/
H A Dvtune.rs16 use crate::profiling_agent::ProfilingAgent;
H A Dperfmap.rs2 use crate::profiling_agent::ProfilingAgent;
H A Djitdump.rs15 use crate::profiling_agent::ProfilingAgent;
H A Dpulley.rs37 use crate::profiling_agent::ProfilingAgent;
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dlib.rs498 mod profiling_agent; module
H A Dconfig.rs15 use crate::profiling_agent::{self, ProfilingAgent};
2599 ProfilingStrategy::PerfMap => profiling_agent::new_perfmap()?, in build_profiler()
2600 ProfilingStrategy::JitDump => profiling_agent::new_jitdump()?, in build_profiler()
2601 ProfilingStrategy::VTune => profiling_agent::new_vtune()?, in build_profiler()
2602 ProfilingStrategy::None => profiling_agent::new_null(), in build_profiler()
2603 ProfilingStrategy::Pulley => profiling_agent::new_pulley()?, in build_profiler()
H A Dengine.rs61 profiler: Box<dyn crate::profiling_agent::ProfilingAgent>,
795 pub(crate) fn profiler(&self) -> &dyn crate::profiling_agent::ProfilingAgent { in profiler()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dinstantiate.rs8 use crate::profiling_agent::ProfilingAgent;