Struct cgroups_rs::perf_event::PerfEventController [−][src]
pub struct PerfEventController { /* fields omitted */ }
Expand description
A controller that allows controlling the perf_event
subsystem of a Cgroup.
In essence, when processes belong to the same perf_event
controller, they can be monitored
together using the perf
performance monitoring and reporting tool.
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for PerfEventController
impl Send for PerfEventController
impl Sync for PerfEventController
impl Unpin for PerfEventController
impl UnwindSafe for PerfEventController
Blanket Implementations
Mutably borrows from an owned value. Read more
Apply a set of resources to the Controller, invoking its internal functions to pass the kernel the information.
Attach a task to this controller by thread group id.