Searched refs:vcpu_record (Results 1 – 1 of 1) sorted by relevance
257 vcpu_record->last_event = event; in handle_begin_event()258 vcpu_record->start_time = timestamp; in handle_begin_event()327 vcpu_record->last_event = event; in handle_child_event()355 vcpu = vcpu_record->vcpu_id; in handle_end_event()357 event = vcpu_record->last_event; in handle_end_event()358 time_begin = vcpu_record->start_time; in handle_end_event()379 vcpu_record->last_event = NULL; in handle_end_event()380 vcpu_record->start_time = 0; in handle_end_event()413 vcpu_record = zalloc(sizeof(*vcpu_record)); in per_vcpu_record()414 if (!vcpu_record) { in per_vcpu_record()[all …]
Completed in 6 milliseconds