Searched refs:PerfMap (Results 1 – 6 of 6) sorted by relevance
9 config.profiler(wasmtime::ProfilingStrategy::PerfMap); in perfmap()
15 `ProfilingStrategy::PerfMap` to enable profiling of your wasm modules.
23 `ProfilingStrategy::PerfMap` to enable profiling of your wasm modules.
469 ["perfmap"] => Ok(Profile::Native(wasmtime::ProfilingStrategy::PerfMap)), in parse()
2599 ProfilingStrategy::PerfMap => profiling_agent::new_perfmap()?, in build_profiler()3342 PerfMap, enumerator
219 WASMTIME_PROFILING_STRATEGY_PERFMAP => ProfilingStrategy::PerfMap, in wasmtime_config_profiler_set()