Searched refs:time_scale (Results 1 – 4 of 4) sorted by relevance
/xen/xen/include/asm-x86/ |
A D | time.h | 72 struct time_scale; 73 void set_time_scale(struct time_scale *ts, u64 ticks_per_sec); 74 u64 scale_delta(u64 delta, const struct time_scale *scale);
|
A D | domain.h | 254 struct time_scale { struct 382 struct time_scale vtsc_to_ns; /* scaling for certain emulated or 384 struct time_scale ns_to_vtsc; /* scaling for certain emulated or
|
/xen/tools/xenmon/ |
A D | xenmon.py | 233 def time_scale(ns): function 381 display(stdscr, row, col, "%s" % time_scale(h2[dom][0][0])) 387 display(stdscr, row, col, "%s/ex" % time_scale(h2[dom][0][2])) 389 display(stdscr, row, col, "%s" % time_scale(h1[dom][0][0])) 393 display(stdscr, row, col, "%s/ex" % time_scale(h1[dom][0][2])) 406 display(stdscr, row, col, "%s/ex" % time_scale(h2[dom][1])) 408 display(stdscr, row, col, "%s/ex" % time_scale(h1[dom][1])) 418 display(stdscr, row, col, "%s" % time_scale(h2[dom][2][0])) 424 display(stdscr, row, col, "%s" % time_scale(h1[dom][2][0])) 438 display(stdscr, row, col, "%s" % time_scale(h2[dom][3][0])) [all …]
|
/xen/xen/arch/x86/ |
A D | time.c | 60 struct time_scale tsc_scale; 130 u64 scale_delta(u64 delta, const struct time_scale *scale) in scale_delta() 150 static inline struct time_scale scale_reciprocal(struct time_scale scale) in scale_reciprocal() 152 struct time_scale reciprocal; in scale_reciprocal() 250 void set_time_scale(struct time_scale *ts, u64 ticks_per_sec) in set_time_scale() 489 static struct time_scale __read_mostly pmt_scale; 490 static struct time_scale __read_mostly pmt_scale_r; 598 struct time_scale ts = { in read_cycle() 759 static struct time_scale __read_mostly plt_scale; 949 struct time_scale sys_to_tsc; in stime2tsc()
|
Completed in 12 milliseconds