From 9abad965ab358c1d598f1354842967cad637b284 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Sat, 19 Dec 2009 13:06:46 -0800 Subject: 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 --- src/target/etb.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/target/etb.h') diff --git a/src/target/etb.h b/src/target/etb.h index 49385ee9..dfffb68a 100644 --- a/src/target/etb.h +++ b/src/target/etb.h @@ -44,6 +44,9 @@ struct etb /* ETB parameters */ uint32_t ram_depth; uint32_t ram_width; + + /** how much trace buffer to fill after trigger */ + unsigned trigger_percent; }; struct etb_reg -- cgit v1.2.3