summaryrefslogtreecommitdiff
path: root/src/target/etm.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-12-19 13:06:46 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-12-19 13:06:46 -0800
commit9abad965ab358c1d598f1354842967cad637b284 (patch)
tree047127c60e1095c67a73f5c6c41e66485b326848 /src/target/etm.h
parentbfadd79965cc448a75b4f51abaf9523c4ec0ae26 (diff)
downloadopenocd+libswd-9abad965ab358c1d598f1354842967cad637b284.tar.gz
openocd+libswd-9abad965ab358c1d598f1354842967cad637b284.tar.bz2
openocd+libswd-9abad965ab358c1d598f1354842967cad637b284.tar.xz
openocd+libswd-9abad965ab358c1d598f1354842967cad637b284.zip
ETM trigger_percent becomes an ETB command
This command was misplaced; it's not generic to all traceport drivers, only the ETB supports this kind of configuration. So move it, and update the relevant documentation. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/etm.h')
-rw-r--r--src/target/etm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/etm.h b/src/target/etm.h
index 5b4d5e15..78a5996c 100644
--- a/src/target/etm.h
+++ b/src/target/etm.h
@@ -158,7 +158,6 @@ struct etm_context
struct reg_cache *reg_cache; /* ETM register cache */
struct etm_capture_driver *capture_driver; /* driver used to access ETM data */
void *capture_driver_priv; /* capture driver private data */
- uint32_t trigger_percent; /* how much trace buffer to fill after trigger */
trace_status_t capture_status; /* current state of capture run */
struct etmv1_trace_data *trace_data; /* trace data */
uint32_t trace_depth; /* number of cycles to be analyzed, 0 if no data available */