diff options
Diffstat (limited to 'trace-graph.c')
-rw-r--r-- | trace-graph.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trace-graph.c b/trace-graph.c index 34c8268..5c364e4 100644 --- a/trace-graph.c +++ b/trace-graph.c | |||
@@ -1846,6 +1846,7 @@ static void draw_ft_plots(struct graph_info *ginfo) | |||
1846 | struct plot_hash *hash; | 1846 | struct plot_hash *hash; |
1847 | struct plot_list *list; | 1847 | struct plot_list *list; |
1848 | 1848 | ||
1849 | |||
1849 | tracecmd_set_all_cpus_to_timestamp(ginfo->handle, | 1850 | tracecmd_set_all_cpus_to_timestamp(ginfo->handle, |
1850 | ginfo->view_start_time); | 1851 | ginfo->view_start_time); |
1851 | while ((record = tracecmd_read_next_data(ginfo->handle, &cpu))) { | 1852 | while ((record = tracecmd_read_next_data(ginfo->handle, &cpu))) { |
@@ -1874,6 +1875,7 @@ static void draw_ft_plots(struct graph_info *ginfo) | |||
1874 | draw_plot(ginfo, list->plot, record); | 1875 | draw_plot(ginfo, list->plot, record); |
1875 | } | 1876 | } |
1876 | } | 1877 | } |
1878 | int stuff = 0; | ||
1877 | for (list = ginfo->all_recs; list; list = list->next) { | 1879 | for (list = ginfo->all_recs; list; list = list->next) { |
1878 | if (list->plot->time != TIME_TYPE_FT) | 1880 | if (list->plot->time != TIME_TYPE_FT) |
1879 | continue; | 1881 | continue; |