aboutsummaryrefslogtreecommitdiff
path: root/src/target/nds32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/nds32.h')
-rw-r--r--src/target/nds32.h2
1 files changed, 2 insertions, 0 deletions
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)