• Home
  • Raw
  • Download

Lines Matching refs:u64

42 static u64			run_measurement_overhead;
43 static u64 sleep_measurement_overhead;
69 u64 cpu_usage;
82 u64 timestamp;
83 u64 duration;
94 static u64 start_time;
108 static u64 cpu_usage;
109 static u64 runavg_cpu_usage;
110 static u64 parent_cpu_usage;
111 static u64 runavg_parent_cpu_usage;
114 static u64 sum_runtime;
115 static u64 sum_fluct;
116 static u64 run_avg;
139 u64 sched_out_time;
140 u64 wake_up_time;
141 u64 sched_in_time;
142 u64 runtime;
149 u64 max_lat;
150 u64 max_lat_at;
151 u64 total_lat;
152 u64 nb_atoms;
153 u64 total_runtime;
160 static u64 all_runtime;
161 static u64 all_count;
164 static u64 get_nsecs(void) in get_nsecs()
179 static void burn_nsecs(u64 nsecs) in burn_nsecs()
181 u64 T0 = get_nsecs(), T1; in burn_nsecs()
188 static void sleep_nsecs(u64 nsecs) in sleep_nsecs()
200 u64 T0, T1, delta, min_delta = 1000000000ULL; in calibrate_run_measurement_overhead()
217 u64 T0, T1, delta, min_delta = 1000000000ULL; in calibrate_sleep_measurement_overhead()
234 get_new_event(struct task_desc *task, u64 timestamp) in get_new_event()
262 add_sched_event_run(struct task_desc *task, u64 timestamp, u64 duration) in add_sched_event_run()
285 add_sched_event_wakeup(struct task_desc *task, u64 timestamp, in add_sched_event_wakeup()
313 add_sched_event_sleep(struct task_desc *task, u64 timestamp, in add_sched_event_sleep()
314 u64 task_state __used) in add_sched_event_sleep()
410 static u64 get_cpu_usage_nsec_parent(void) in get_cpu_usage_nsec_parent()
413 u64 sum; in get_cpu_usage_nsec_parent()
449 static u64 get_cpu_usage_nsec_self(int fd) in get_cpu_usage_nsec_self()
451 u64 runtime; in get_cpu_usage_nsec_self()
466 u64 cpu_usage_0, cpu_usage_1; in thread_func()
547 u64 cpu_usage_0, cpu_usage_1; in wait_for_tasks()
600 u64 T0, T1, delta, avg_delta, fluct; in run_one_test()
648 u64 T0, T1; in test_calibrations()
695 u64 prev_state;
712 u64 runtime;
713 u64 vruntime;
769 u64 timestamp,
776 u64 timestamp,
783 u64 timestamp,
789 u64 timestamp,
796 u64 timestamp,
806 u64 timestamp __used, in replay_wakeup_event()
826 static u64 cpu_last_switched[MAX_CPUS];
833 u64 timestamp, in replay_switch_event()
837 u64 timestamp0; in replay_switch_event()
876 u64 timestamp __used, in replay_fork_event()
985 u64 timestamp __used, in latency_fork_event()
1002 u64 timestamp) in add_sched_out_event()
1019 add_runtime_event(struct work_atoms *atoms, u64 delta, u64 timestamp __used) in add_runtime_event()
1032 add_sched_in_event(struct work_atoms *atoms, u64 timestamp) in add_sched_in_event()
1035 u64 delta; in add_sched_in_event()
1067 u64 timestamp, in latency_switch_event()
1072 u64 timestamp0; in latency_switch_event()
1120 u64 timestamp, in latency_runtime_event()
1143 u64 timestamp, in latency_wakeup_event()
1191 u64 timestamp, in latency_migrate_task_event()
1238 u64 avg; in output_lat_thread()
1282 u64 avgl, avgr; in avg_cmp()
1402 u64 timestamp __used, in process_sched_wakeup_event()
1438 u64 timestamp, in map_switch_event()
1443 u64 timestamp0; in map_switch_event()
1517 u64 timestamp __used, in process_sched_switch_event()
1551 u64 timestamp __used, in process_sched_runtime_event()
1569 u64 timestamp __used, in process_sched_fork_event()
1589 u64 timestamp __used, in process_sched_exit_event()
1600 u64 timestamp __used, in process_sched_migrate_task_event()
1619 u64 timestamp, struct thread *thread) in process_raw_event()