Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dperfc.c29 DEFINE_PER_CPU(perfc_t[NUM_PERFCOUNTERS], perfcounters);
52 sum = (perfc_t) sum; in perfc_printall()
71 perfc_t *counters = per_cpu(perfcounters, cpu) + j; in perfc_printall()
77 sum = (perfc_t) sum; in perfc_printall()
88 sum = (perfc_t) sum; in perfc_printall()
97 perfc_t *counters = per_cpu(perfcounters, cpu) + j; in perfc_printall()
104 sum = (perfc_t) sum; in perfc_printall()
145 perfc_info[i].nr_elements * sizeof(perfc_t)); in perfc_reset()
223 perfc_t *counters = per_cpu(perfcounters, cpu) + j; in perfc_copy_info()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dperfc.h52 typedef unsigned perfc_t; typedef
55 DECLARE_PER_CPU(perfc_t[NUM_PERFCOUNTERS], perfcounters);

Completed in 3 milliseconds