Home
last modified time | relevance | path

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

/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dcpu.c101 #define COLLECTD_CPU_STATE_SYSTEM 1 macro
477 total_rate(sum_by_state, COLLECTD_CPU_STATE_SYSTEM, (derive_t)cputotal.psys, in aggregate()
648 cpu_stage(cpu, COLLECTD_CPU_STATE_SYSTEM, in cpu_read()
684 cpu_stage(cpu, COLLECTD_CPU_STATE_SYSTEM, (derive_t)atoll(fields[3]), now); in cpu_read()
747 cpu_stage(ksp[cpu]->ks_instance, COLLECTD_CPU_STATE_SYSTEM, in cpu_read()
824 cpu_stage(i, COLLECTD_CPU_STATE_SYSTEM, (derive_t)cpuinfo[i][CP_SYS], now); in cpu_read()
848 cpu_stage(i, COLLECTD_CPU_STATE_SYSTEM, (derive_t)cpuinfo[i][CP_SYS], now); in cpu_read()
869 cpu_stage(0, COLLECTD_CPU_STATE_SYSTEM, (derive_t)cpuinfo[CP_SYS], now); in cpu_read()
886 cpu_state(0, COLLECTD_CPU_STATE_SYSTEM, (derive_t)cs->kernel); in cpu_read()
915 cpu_stage(i, COLLECTD_CPU_STATE_SYSTEM, (derive_t)perfcpu[i].sys, now); in cpu_read()