|
@@ -1179,8 +1179,6 @@ static void handle_start_codelet_body(struct fxt_ev_64 *ev, struct starpu_fxt_op
|
|
unsigned sched_ctx = ev->param[1];
|
|
unsigned sched_ctx = ev->param[1];
|
|
|
|
|
|
worker_set_state(start_codelet_time, prefix, ev->param[2], name);
|
|
worker_set_state(start_codelet_time, prefix, ev->param[2], name);
|
|
- if (trace_file)
|
|
|
|
- recfmt_worker_set_state(start_codelet_time, ev->param[2], name, "Task");
|
|
|
|
if (sched_ctx != 0)
|
|
if (sched_ctx != 0)
|
|
{
|
|
{
|
|
#ifdef STARPU_HAVE_POTI
|
|
#ifdef STARPU_HAVE_POTI
|
|
@@ -1194,6 +1192,8 @@ static void handle_start_codelet_body(struct fxt_ev_64 *ev, struct starpu_fxt_op
|
|
#endif
|
|
#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ if (trace_file)
|
|
|
|
+ recfmt_worker_set_state(start_codelet_time, ev->param[2], name, "Task");
|
|
#endif /* STARPU_ENABLE_PAJE_CODELET_DETAILS */
|
|
#endif /* STARPU_ENABLE_PAJE_CODELET_DETAILS */
|
|
|
|
|
|
}
|
|
}
|