From 9288a59aa1bad76c8ae91c00b876fe24508476fd Mon Sep 17 00:00:00 2001 From: Hsiangkai Wang Date: Tue, 27 Aug 2013 16:10:16 +0800 Subject: nds32: support Andes profiling function Change-Id: Ibc45ec5777d6841956c02de6b4ae8e74c2a6de37 Signed-off-by: Hsiangkai Wang Reviewed-on: http://openocd.zylin.com/1585 Tested-by: jenkins Reviewed-by: Spencer Oliver --- src/target/nds32.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/target/nds32.h') diff --git a/src/target/nds32.h b/src/target/nds32.h index 8acd915f..304fc35f 100644 --- a/src/target/nds32.h +++ b/src/target/nds32.h @@ -422,6 +422,8 @@ extern int nds32_gdb_fileio_write_memory(struct nds32 *nds32, uint32_t address, extern int nds32_gdb_fileio_end(struct target *target, int retcode, int fileio_errno, bool ctrl_c); extern int nds32_reset_halt(struct nds32 *nds32); extern int nds32_login(struct nds32 *nds32); +extern int nds32_profiling(struct target *target, uint32_t *samples, + uint32_t max_num_samples, uint32_t *num_samples, uint32_t seconds); /** Convert target handle to generic Andes target state handle. */ static inline struct nds32 *target_to_nds32(struct target *target) -- cgit v1.2.3-18-g5258