diff options
| author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-02-01 17:32:21 -0500 |
|---|---|---|
| committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-02-01 17:32:21 -0500 |
| commit | 9bb49f8af1238b5c595b8dd3596453c0ba7eafaa (patch) | |
| tree | 7135556c5b8286c994364bcd7f2a5618d23891fd /src | |
| parent | bb7de78222a2c95e8a5c97c3b0400d0bf3d7510e (diff) | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/util.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -21,6 +21,7 @@ static const char* event_names[] = { | |||
| 21 | "COMPLETION", | 21 | "COMPLETION", |
| 22 | "BLOCK", | 22 | "BLOCK", |
| 23 | "RESUME", | 23 | "RESUME", |
| 24 | "ACTION", | ||
| 24 | "SYS_RELEASE", | 25 | "SYS_RELEASE", |
| 25 | "INVALID" | 26 | "INVALID" |
| 26 | }; | 27 | }; |
| @@ -110,6 +111,7 @@ static print_t print_detail[] = { | |||
| 110 | print_nothing, /* COMPLETION */ | 111 | print_nothing, /* COMPLETION */ |
| 111 | print_nothing, /* BLOCK */ | 112 | print_nothing, /* BLOCK */ |
| 112 | print_nothing, /* RESUME */ | 113 | print_nothing, /* RESUME */ |
| 114 | print_nothing, /* ACTION */ | ||
| 113 | print_time_data2, /* SYS_RELEASE */ | 115 | print_time_data2, /* SYS_RELEASE */ |
| 114 | print_raw, /* invalid */ | 116 | print_raw, /* invalid */ |
| 115 | }; | 117 | }; |
