summaryrefslogtreecommitdiffstats
path: root/src/util.c
diff options
context:
space:
mode:
authorchsun <chsun@mid-campus-02989.wireless.unc.edu>2011-04-17 18:27:08 -0400
committerchsun <chsun@mid-campus-02989.wireless.unc.edu>2011-04-17 18:27:08 -0400
commitac8db2137a45600f70cf56df3ca6f7515fa520da (patch)
tree7179a4af5c50cbd3020ab770653ac7b34d74b2cd /src/util.c
parent1157ce730e6450e259120a7ded0118ac7d9551f1 (diff)
Put Back ST_ACTIONwip-kernthreads-nv-trace
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util.c b/src/util.c
index 2aa6243..ac46a7d 100644
--- a/src/util.c
+++ b/src/util.c
@@ -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 "TASKLET_RELEASE", 26 "TASKLET_RELEASE",
26 "TASKLET_BEGIN", 27 "TASKLET_BEGIN",
@@ -55,6 +56,7 @@ u64 event_time(struct st_event_record* rec)
55 case ST_COMPLETION: 56 case ST_COMPLETION:
56 case ST_BLOCK: 57 case ST_BLOCK:
57 case ST_RESUME: 58 case ST_RESUME:
59 case ST_ACTION:
58 case ST_SYS_RELEASE: 60 case ST_SYS_RELEASE:
59 case ST_TASKLET_RELEASE: 61 case ST_TASKLET_RELEASE:
60 case ST_TASKLET_BEGIN: 62 case ST_TASKLET_BEGIN:
@@ -124,6 +126,7 @@ static print_t print_detail[] = {
124 print_nothing, /* COMPLETION */ 126 print_nothing, /* COMPLETION */
125 print_nothing, /* BLOCK */ 127 print_nothing, /* BLOCK */
126 print_nothing, /* RESUME */ 128 print_nothing, /* RESUME */
129 print_nothing, /* ACTION */
127 print_time_data2, /* SYS_RELEASE */ 130 print_time_data2, /* SYS_RELEASE */
128 print_time_data2, /*TASKLET_RELEASE*/ 131 print_time_data2, /*TASKLET_RELEASE*/
129 print_nothing, /* TASKLET_BEGIN */ 132 print_nothing, /* TASKLET_BEGIN */