소스 검색

handle_memnode_event is indeed currently unused

Samuel Thibault 8 년 전
부모
커밋
56d31b7a89
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/debug/traces/starpu_fxt.c

+ 2 - 0
src/debug/traces/starpu_fxt.c

@@ -2289,6 +2289,8 @@ static void handle_end_driver_copy_async(struct fxt_ev_64 *ev, struct starpu_fxt
 			memnode_pop_state(get_event_time_stamp(ev, options), prefix, dst);
 }
 
+/* Currently unused */
+STARPU_ATTRIBUTE_UNUSED
 static void handle_memnode_event(struct fxt_ev_64 *ev, struct starpu_fxt_options *options, const char *eventstr)
 {
 	unsigned memnode = ev->param[0];