Searched refs:cpu_time (Results 1 – 15 of 15) sorted by relevance
/xen/xen/arch/x86/ |
A D | time.c | 58 struct cpu_time { struct 73 static DEFINE_PER_CPU(struct cpu_time, cpu_time); argument 948 struct cpu_time *t; in stime2tsc() 964 struct cpu_time *t = &this_cpu(cpu_time); in cstate_restore_tsc() 1211 const struct cpu_time *t = &this_cpu(cpu_time); in get_s_time_fixed() 1229 struct cpu_time *t = &this_cpu(cpu_time); in tsc_ticks2ns() 1380 struct cpu_time *t = &this_cpu(cpu_time); in cpu_frequency_change() 1420 struct cpu_time *t = &this_cpu(cpu_time); in local_time_calibration() 1809 struct cpu_time *t = &this_cpu(cpu_time); in init_percpu_time() 1951 struct cpu_time *t = &this_cpu(cpu_time); in reset_percpu_time() [all …]
|
/xen/xen/common/ |
A D | domctl.c | 153 u64 cpu_time = 0; in getdomaininfo() local 169 cpu_time += runstate.time[RUNSTATE_running]; in getdomaininfo() 181 info->cpu_time = cpu_time; in getdomaininfo() 727 op->u.getvcpuinfo.cpu_time = runstate.time[RUNSTATE_running]; in do_domctl()
|
/xen/xen/include/public/ |
A D | domctl.h | 140 uint64_aligned_t cpu_time; member 287 uint64_aligned_t cpu_time; /* total cpu time consumed (ns) */ member
|
/xen/tools/xenstat/libxenstat/src/ |
A D | xenstat.c | 217 domain->cpu_ns = domaininfo[i].cpu_time; in xenstat_get_node() 488 node->domains[i].vcpus[vcpu].ns = info.cpu_time; in xenstat_collect_vcpus()
|
/xen/tools/ocaml/libs/xc/ |
A D | xenctrl.ml | 97 cpu_time : int64; RecordField
|
A D | xenctrl.mli | 88 cpu_time : int64; RecordField
|
A D | xenctrl_stubs.c | 372 Store_field(result, 11, caml_copy_int64(info->cpu_time)); in alloc_domaininfo() 485 Store_field(result, 3, caml_copy_int64(info.cpu_time)); in stub_xc_vcpu_getinfo()
|
/xen/tools/libxc/ |
A D | xc_private.c | 374 return domctl.u.getvcpuinfo.cpu_time; in xc_domain_get_cpu_usage()
|
A D | xc_domain.c | 398 info->cpu_time = domctl.u.getdomaininfo.cpu_time; in xc_domain_getinfo()
|
/xen/tools/libxl/ |
A D | libxl_domain.c | 305 xlinfo->cpu_time = xcinfo->cpu_time; in libxl__xcinfo2xlinfo() 1704 ptr->vcpu_time = vcpuinfo.cpu_time; in libxl_list_vcpu()
|
A D | libxl_types.idl | 353 ("cpu_time", uint64),
|
/xen/tools/xl/ |
A D | xl_info.c | 412 ((float)info[i].cpu_time / 1e9)); in list_domains()
|
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 379 "cpu_time", (long long)info[i].cpu_time, in pyxc_domain_getinfo() 447 "cpu_time", info.cpu_time, in pyxc_vcpu_getinfo()
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 462 uint64_t cpu_time; member
|
/xen/tools/golang/xenlight/ |
A D | helpers.gen.go | 325 x.CpuTime = uint64(xc.cpu_time) 357 xc.cpu_time = C.uint64_t(x.CpuTime)
|
Completed in 47 milliseconds