aboutsummaryrefslogtreecommitdiffstats
path: root/rt-plot-task.c
diff options
context:
space:
mode:
Diffstat (limited to 'rt-plot-task.c')
-rw-r--r--rt-plot-task.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rt-plot-task.c b/rt-plot-task.c
index 1e2cd5d..852f323 100644
--- a/rt-plot-task.c
+++ b/rt-plot-task.c
@@ -771,6 +771,7 @@ void rt_plot_task(struct graph_info *ginfo, int pid, int pos)
771 "%s-%d\n(%llu.%1llu, %llu.%1llu)", 771 "%s-%d\n(%llu.%1llu, %llu.%1llu)",
772 comm, pid, wm, wn, pm, pn); 772 comm, pid, wm, wn, pm, pn);
773 plot = trace_graph_plot_insert(ginfo, pos, plot_label, PLOT_TYPE_RT_TASK, 773 plot = trace_graph_plot_insert(ginfo, pos, plot_label, PLOT_TYPE_RT_TASK,
774 TIME_TYPE_RT,
774 &rt_task_cb, rtt_info); 775 &rt_task_cb, rtt_info);
775 free(plot_label); 776 free(plot_label);
776 777