Searched refs:kvmhv_tb_accumulator (Results 1 – 3 of 3) sorted by relevance
401 struct kvmhv_tb_accumulator { struct787 struct kvmhv_tb_accumulator *cur_activity; /* What we're timing */789 struct kvmhv_tb_accumulator rm_entry; /* real-mode entry code */790 struct kvmhv_tb_accumulator rm_intr; /* real-mode intr handling */791 struct kvmhv_tb_accumulator rm_exit; /* real-mode exit code */792 struct kvmhv_tb_accumulator guest_time; /* guest execution */793 struct kvmhv_tb_accumulator cede_time; /* time napping inside guest */
460 OFFSET(TAS_SEQCOUNT, kvmhv_tb_accumulator, seqcount); in main()461 OFFSET(TAS_TOTAL, kvmhv_tb_accumulator, tb_total); in main()462 OFFSET(TAS_MIN, kvmhv_tb_accumulator, tb_min); in main()463 OFFSET(TAS_MAX, kvmhv_tb_accumulator, tb_max); in main()
1883 struct kvmhv_tb_accumulator tb; in debugfs_timings_read()1894 struct kvmhv_tb_accumulator *acc; in debugfs_timings_read()1896 acc = (struct kvmhv_tb_accumulator *) in debugfs_timings_read()