pub fn stop_trace_by_name(trace_name: &str) -> Result<(), TraceError>
Expand description

Stop a trace given its name.

This function is intended to close a trace you did not start yourself. Otherwise, you should prefer UserTrace::stop() or KernelTrace::stop()