|
@@ -1,7 +1,7 @@
|
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
*
|
|
|
* Copyright (C) 2009-2015 Université de Bordeaux
|
|
|
- * Copyright (C) 2010, 2011, 2012, 2013, 2014 CNRS
|
|
|
+ * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015 CNRS
|
|
|
*
|
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
|
* it under the terms of the GNU Lesser General Public License as published by
|
|
@@ -121,7 +121,7 @@ void starpu_fxt_stop_profiling()
|
|
|
fut_keychange(FUT_DISABLE, FUT_KEYMASKALL, threadid);
|
|
|
}
|
|
|
|
|
|
-void _starpu_init_fxt_profiling(unsigned trace_buffer_size)
|
|
|
+void _starpu_fxt_init_profiling(unsigned trace_buffer_size)
|
|
|
{
|
|
|
unsigned threadid;
|
|
|
|