diff options
Diffstat (limited to 'rt-plot-vcpu.h')
-rw-r--r-- | rt-plot-vcpu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rt-plot-vcpu.h b/rt-plot-vcpu.h index 14add34..9c50a63 100644 --- a/rt-plot-vcpu.h +++ b/rt-plot-vcpu.h | |||
@@ -6,13 +6,17 @@ struct vcpu_info { | |||
6 | struct rt_plot_common common; | 6 | struct rt_plot_common common; |
7 | 7 | ||
8 | int sid; | 8 | int sid; |
9 | |||
9 | int run_tid; | 10 | int run_tid; |
10 | int run_cpu; | 11 | int run_cpu; |
11 | unsigned long long run_time; | 12 | unsigned long long run_time; |
13 | |||
12 | int block_cpu; | 14 | int block_cpu; |
13 | unsigned long long block_time; | 15 | unsigned long long block_time; |
16 | |||
14 | gboolean fresh; | 17 | gboolean fresh; |
15 | gboolean running; | 18 | gboolean running; |
19 | |||
16 | char *label; | 20 | char *label; |
17 | 21 | ||
18 | struct cont_list *cont; | 22 | struct cont_list *cont; |