nds32: support Andes profiling function
[fw/openocd] / src / target / nds32_v3.c
index 766e5ccbb8873002f08710c48f019fe20081b572..5996a908095efb2dac80fb08d2abb8b94f2a521e 100644 (file)
@@ -523,4 +523,6 @@ struct target_type nds32_v3_target = {
 
        .get_gdb_fileio_info = nds32_get_gdb_fileio_info,
        .gdb_fileio_end = nds32_gdb_fileio_end,
+
+       .profiling = nds32_profiling,
 };