Home
last modified time | relevance | path

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

/xen/xen/common/
A Dperfc.c23 } perfc_info[] = { variable
27 #define NR_PERFCTRS (sizeof(perfc_info) / sizeof(perfc_info[0]))
43 printk("%-32s ", perfc_info[i].name); in perfc_printall()
44 switch ( perfc_info[i].type ) in perfc_printall()
50 if ( perfc_info[i].type == TYPE_S_SINGLE ) in perfc_printall()
111 j += perfc_info[i].nr_elements; in perfc_printall()
132 switch ( perfc_info[i].type ) in perfc_reset()
145 j += perfc_info[i].nr_elements; in perfc_reset()
176 switch ( perfc_info[i].type ) in perfc_copy_info()
208 switch ( perfc_info[i].type ) in perfc_copy_info()
[all …]

Completed in 2 milliseconds