Searched refs:PRI_stime (Results 1 – 11 of 11) sorted by relevance
/xen/xen/common/ |
A D | spinlock.c | 383 printk(" lock:%" PRId64 "(%" PRI_stime "), block:%" PRId64 "(%" PRI_stime ")\n", in spinlock_profile_print_elem() 393 printk("Xen lock profile info SHOW (now = %"PRI_stime" total = " in spinlock_profile_printall() 394 "%"PRI_stime")\n", now, diff); in spinlock_profile_printall() 412 printk("Xen lock profile info RESET (now = %"PRI_stime")\n", now); in spinlock_profile_reset()
|
A D | perfc.c | 36 printk("Xen performance counters SHOW (now = %"PRI_stime")\n", now); in perfc_printall() 124 printk("Xen performance counters RESET (now = %"PRI_stime")\n", now); in perfc_reset()
|
A D | keyhandler.c | 257 printk("'%c' pressed -> dumping domain info (now = %"PRI_stime")\n", in dump_domains() 328 printk("%"PRI_stime" Hz periodic timer (period %"PRI_stime" ms)\n", in dump_domains()
|
A D | rcupdate.c | 683 "(0,%"PRI_stime"]. Resetting it to %u.\n", in rcu_init()
|
A D | page_alloc.c | 2540 printk("'%c' pressed -> dumping heap info (now = %"PRI_stime")\n", key, in dump_heap()
|
/xen/xen/include/xen/ |
A D | time.h | 33 #define PRI_stime PRId64 macro
|
/xen/xen/common/sched/ |
A D | rt.c | 332 printk("[%5d.%-2u] cpu %u, (%"PRI_stime", %"PRI_stime")," in rt_dump_unit() 333 " cur_b=%"PRI_stime" cur_d=%"PRI_stime" last_start=%"PRI_stime"\n" in rt_dump_unit() 945 printk("%s, ATTENTION: now is behind last_start! delta=%"PRI_stime"\n", in burn_budget()
|
A D | credit2.c | 1306 d2printk("WARNING: %s: Time went backwards? now %"PRI_stime" llu %"PRI_stime"\n", in update_runq_load() 1380 d2printk("WARNING: %s: Time went backwards? now %"PRI_stime" llu %"PRI_stime"\n", in update_svc_load() 1868 d2printk("WARNING: %s: Time went backwards? now %"PRI_stime in burn_credits() 1869 " start_time %"PRI_stime"\n", __func__, now, in burn_credits() 3741 printk(" budget=%"PRI_stime"(%"PRI_stime")", in csched2_dump_unit() 3744 printk(" load=%"PRI_stime" (~%"PRI_stime"%%)", svc->avgload, in csched2_dump_unit() 3801 "\taveload = %"PRI_stime" (~%"PRI_stime"%%)\n", in csched2_dump()
|
A D | credit.c | 2102 "\ttslice = %"PRI_stime"ms\n" in csched_dump() 2103 "\tratelimit = %"PRI_stime"us\n" in csched_dump() 2106 "\tmigration delay = %"PRI_stime"us\n", in csched_dump()
|
A D | cpupool.c | 937 printk("NOW=%"PRI_stime"\n", now); in dump_runq()
|
/xen/xen/arch/x86/ |
A D | numa.c | 379 printk("'%c' pressed -> dumping numa info (now = %"PRI_stime")\n", key, in dump_numa()
|
Completed in 31 milliseconds