diff options
Diffstat (limited to 'rt-plot-task.c')
-rw-r--r-- | rt-plot-task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt-plot-task.c b/rt-plot-task.c index 57662b7..1e2cd5d 100644 --- a/rt-plot-task.c +++ b/rt-plot-task.c | |||
@@ -768,7 +768,7 @@ void rt_plot_task(struct graph_info *ginfo, int pid, int pos) | |||
768 | len = strlen(comm) + 100; | 768 | len = strlen(comm) + 100; |
769 | plot_label = malloc_or_die(len); | 769 | plot_label = malloc_or_die(len); |
770 | snprintf(plot_label, len, | 770 | snprintf(plot_label, len, |
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 | &rt_task_cb, rtt_info); | 774 | &rt_task_cb, rtt_info); |