diff options
author | Jonathan <hermanjl@hermanjl-Aspire-5553G.(none)> | 2012-03-08 16:41:45 -0500 |
---|---|---|
committer | Jonathan <hermanjl@hermanjl-Aspire-5553G.(none)> | 2012-03-08 16:41:45 -0500 |
commit | 06d56ad1a6eebf565538b443c7a31444872442ee (patch) | |
tree | 546d5aa361d6a70d64ea46ca00aa1f689a5a8fb4 /trace-plot-cpu.c | |
parent | f63a8fd5b4c431f1e271829af0760939f226f72c (diff) |
rt-graph: time type abstracted out
Diffstat (limited to 'trace-plot-cpu.c')
-rw-r--r-- | trace-plot-cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trace-plot-cpu.c b/trace-plot-cpu.c index 28baaa5..9b927e1 100644 --- a/trace-plot-cpu.c +++ b/trace-plot-cpu.c | |||
@@ -469,6 +469,7 @@ static void add_cpu_plot(struct graph_info *ginfo, gint cpu) | |||
469 | snprintf(label, 100, "CPU %d", cpu); | 469 | snprintf(label, 100, "CPU %d", cpu); |
470 | 470 | ||
471 | plot = trace_graph_plot_append(ginfo, label, PLOT_TYPE_CPU, | 471 | plot = trace_graph_plot_append(ginfo, label, PLOT_TYPE_CPU, |
472 | TIME_TYPE_FT, | ||
472 | &cpu_plot_cb, cpu_info); | 473 | &cpu_plot_cb, cpu_info); |
473 | trace_graph_plot_add_cpu(ginfo, plot, cpu); | 474 | trace_graph_plot_add_cpu(ginfo, plot, cpu); |
474 | } | 475 | } |