ark::perf::SchedWakingCounter

Defined in header “ark/perf/perf_event_decoder.hh”.


Contains the raw ‘waking’ counter information for sched/sched_waking.

Variables

  • std::string_view comm
    The process that is being woken up.

  • int32_t pid
    The PID that is being woken up.

  • int32_t priority
    The priority of the PID.

  • int32_t target_cpu
    The target CPU.