aboutsummaryrefslogtreecommitdiffstats
path: root/include/sched_trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sched_trace.h')
-rw-r--r--include/sched_trace.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/sched_trace.h b/include/sched_trace.h
index 1427107..5d2ddb3 100644
--- a/include/sched_trace.h
+++ b/include/sched_trace.h
@@ -17,9 +17,6 @@ typedef enum {
17 ST_JOB_COMPLETION = 6, 17 ST_JOB_COMPLETION = 6,
18 ST_CAPACITY_RELEASE = 7, 18 ST_CAPACITY_RELEASE = 7,
19 ST_CAPACITY_ALLOCATION = 8, 19 ST_CAPACITY_ALLOCATION = 8,
20 ST_SERVICE_LEVEL_CHANGE = 9,
21 ST_WEIGHT_ERROR = 10,
22
23 20
24 ST_MAX 21 ST_MAX
25} trace_type_t; 22} trace_type_t;
@@ -96,24 +93,6 @@ typedef struct {
96 pid_t donor; 93 pid_t donor;
97} cap_allocation_record_t; 94} cap_allocation_record_t;
98 95
99typedef struct {
100 trace_header_t header;
101 task_info_t task;
102 unsigned int from:16;
103 unsigned int to:16;
104 service_level_t new_level;
105 service_level_t old_level;
106} service_level_change_record_t;
107
108typedef struct {
109 trace_header_t header;
110 pid_t task;
111 fp_t estimate;
112 fp_t actual;
113} weight_error_record_t;
114
115
116
117 96
118 97
119 98