Lines Matching refs:uint64_t
52 uint64_t last_update_time;
53 uint64_t start_time; // when the thread started running
54 uint64_t runnable_start_time; // when the thread became runnable
55 uint64_t blocked_start_time; // when the thread became blocked
56 uint64_t ns_since_boot; // time gone by since boot
57 uint64_t ns_oncpu_since_boot; // total cpu time used by thread since boot
76 uint64_t ns_gotten[NDOMAINS]; // ns used in the last sample period
77 uint64_t ns_allocated[NDOMAINS]; // ns allocated by scheduler
78 uint64_t ns_waiting[NDOMAINS]; // ns spent waiting to execute, ie, time from
80 uint64_t ns_blocked[NDOMAINS]; // ns spent blocked
81 uint64_t switchin_count[NDOMAINS]; // number of executions of the domain
82 uint64_t io_count[NDOMAINS];
83 uint64_t ns_passed; // ns gone by on the wall clock, ie, the sample period
84 uint64_t timestamp;
85 uint64_t lost_records; // # of lost trace records this time period
86 uint64_t flip_free_periods; // # of executions of dom0 in which no page flips happened