diff options
| author | Glenn Elliott <gelliott@cs.unc.edu> | 2011-04-26 16:53:27 -0400 |
|---|---|---|
| committer | Glenn Elliott <gelliott@cs.unc.edu> | 2011-04-26 16:53:27 -0400 |
| commit | 13b4409a9d800eb903926675ea07da6bf4ca6f6b (patch) | |
| tree | bb341dfdebfdf6f557b69c31fd3317e6f46e7156 | |
| parent | 3e378ec1887f808a866dc21c96db5888cf1a176c (diff) | |
Updated to match packed sched_trace data structure.wip-paiwip-irq-trace
| -rw-r--r-- | include/sched_trace.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sched_trace.h b/include/sched_trace.h index 717c315..e5fdf2b 100644 --- a/include/sched_trace.h +++ b/include/sched_trace.h | |||
| @@ -29,7 +29,7 @@ struct st_trace_header { | |||
| 29 | #define ST_NAME_LEN 16 | 29 | #define ST_NAME_LEN 16 |
| 30 | struct st_name_data { | 30 | struct st_name_data { |
| 31 | char cmd[ST_NAME_LEN];/* The name of the executable of this process. */ | 31 | char cmd[ST_NAME_LEN];/* The name of the executable of this process. */ |
| 32 | }; | 32 | } __attribute__((packed)); |
| 33 | 33 | ||
| 34 | struct st_param_data { /* regular params */ | 34 | struct st_param_data { /* regular params */ |
| 35 | u32 wcet; | 35 | u32 wcet; |
| @@ -106,8 +106,8 @@ struct st_tasklet_begin_data { | |||
| 106 | 106 | ||
| 107 | struct st_tasklet_end_data { | 107 | struct st_tasklet_end_data { |
| 108 | u64 when; | 108 | u64 when; |
| 109 | u8 flushed; | ||
| 110 | u16 exe_pid; | 109 | u16 exe_pid; |
| 110 | u8 flushed; | ||
| 111 | u8 __unused[5]; | 111 | u8 __unused[5]; |
| 112 | } __attribute__((packed)); | 112 | } __attribute__((packed)); |
| 113 | 113 | ||
