Struct rstack::TraceOptions

source ·
pub struct TraceOptions { /* private fields */ }
Expand description

Options controlling the behavior of tracing.

Implementations§

Returns a new TraceOptions with default settings.

If set, the threads of the process will be traced in a consistent snapshot.

A snapshot-mode trace ensures a consistent view of all threads, but requires that all threads be paused for the entire duration of the trace.

Defaults to false.

If set, the names of the process’s threads will be recorded.

Defaults to false.

If set, information about the symbol at each frame will be recorded.

Defaults to false.

If set, rstack will automatically attach to threads via ptrace.

If disabled, the calling process must already be attached to all traced threads, and the threads must be in the stopped state.

Defaults to true.

Traces the threads of the specified process.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.