Browse Source

debug/traces: user thread state events are unrelated to runtime

Those events should not be dumped with the Runtime category but this
makes no sense. This only affects the trace.rec file.
Samuel Pitoiset 9 years ago
parent
commit
c4e32ee28d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/debug/traces/starpu_fxt.c

+ 1 - 1
src/debug/traces/starpu_fxt.c

@@ -1776,7 +1776,7 @@ static void handle_task_submit_event(struct fxt_ev_64 *ev, struct starpu_fxt_opt
 		if (eventstr)
 		if (eventstr)
 		{
 		{
 			user_thread_push_state(timestamp, prefix, tid, eventstr);
 			user_thread_push_state(timestamp, prefix, tid, eventstr);
-			recfmt_user_thread_push_state(timestamp, tid, eventstr, "Runtime");
+			recfmt_user_thread_push_state(timestamp, tid, eventstr, "User");
 		}
 		}
 		else
 		else
 		{
 		{