Home
last modified time | relevance | path

Searched refs:ioc (Results 1 – 2 of 2) sorted by relevance

/tools/cgroup/
Diocost_monitor.py94 def __init__(self, ioc): argument
97 self.enabled = ioc.enabled.value_()
98 self.running = ioc.running.value_() == IOC_RUNNING
99 self.period_ms = ioc.period_us.value_() / 1_000
100 self.period_at = ioc.period_at.value_() / 1_000_000
101 self.vperiod_at = ioc.period_at_vtime.value_() / VTIME_PER_SEC
102 self.vrate_pct = ioc.vtime_base_rate.value_() * 100 / VTIME_PER_USEC
103 self.busy_level = ioc.busy_level.value_()
104 self.autop_idx = ioc.autop_idx.value_()
105 self.user_cost_model = ioc.user_cost_model.value_()
[all …]
/tools/lib/perf/
Devsel.c201 int ioc, void *arg, in perf_evsel__run_ioctl() argument
208 err = ioctl(fd, ioc, arg); in perf_evsel__run_ioctl()