diff options
Diffstat (limited to 'trace-plot.c')
-rw-r--r-- | trace-plot.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/trace-plot.c b/trace-plot.c index 2fcd92f..2621034 100644 --- a/trace-plot.c +++ b/trace-plot.c | |||
@@ -344,6 +344,14 @@ int trace_graph_plot_event(struct graph_info *ginfo, | |||
344 | info->box = FALSE; | 344 | info->box = FALSE; |
345 | info->bfill = TRUE; | 345 | info->bfill = TRUE; |
346 | 346 | ||
347 | info->blabel = NULL; | ||
348 | info->release = FALSE; | ||
349 | info->rlabel = NULL; | ||
350 | info->deadline = FALSE; | ||
351 | info->dlabel = NULL; | ||
352 | info->completion = FALSE; | ||
353 | info->clabel = NULL; | ||
354 | |||
347 | if (!plot->cb->plot_event) | 355 | if (!plot->cb->plot_event) |
348 | return 0; | 356 | return 0; |
349 | 357 | ||