aboutsummaryrefslogtreecommitdiffstats
path: root/trace-plot-cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'trace-plot-cpu.c')
-rw-r--r--trace-plot-cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-plot-cpu.c b/trace-plot-cpu.c
index 00f07af..28baaa5 100644
--- a/trace-plot-cpu.c
+++ b/trace-plot-cpu.c
@@ -89,7 +89,7 @@ static int filter_record(struct graph_info *ginfo,
89 89
90 90
91 /* Load real-time records */ 91 /* Load real-time records */
92 rt_graph_check_task_param(&ginfo->rtinfo, ginfo->pevent, record, 92 rt_graph_check_task_param(&ginfo->rtg_info, ginfo->pevent, record,
93 &rpid, &wcet, &period); 93 &rpid, &wcet, &period);
94 94
95 if (trace_graph_check_sched_switch(ginfo, record, sched_pid, &comm)) { 95 if (trace_graph_check_sched_switch(ginfo, record, sched_pid, &comm)) {